Searched refs:lengthp (Results 1 - 9 of 9) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_getabbrev.c | 41 size_t *lengthp, Dwarf_Abbrev *result) in __libdw_getabbrev() 109 if (lengthp == NULL) in __libdw_getabbrev() 148 if (lengthp != NULL) in __libdw_getabbrev() 149 *lengthp = abbrevp - start_abbrevp; in __libdw_getabbrev() 167 dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset, size_t *lengthp) in dwarf_getabbrev() argument 185 return __libdw_getabbrev (dbg, cu, abbrev_offset + offset, lengthp, NULL); in dwarf_getabbrev() 40 __libdw_getabbrev(Dwarf *dbg, struct Dwarf_CU *cu, Dwarf_Off offset, size_t *lengthp, Dwarf_Abbrev *result) __libdw_getabbrev() argument
|
H A D | dwarf_getarangeinfo.c | 39 Dwarf_Word *lengthp, Dwarf_Off *offsetp) in dwarf_getarangeinfo() 46 if (lengthp != NULL) in dwarf_getarangeinfo() 47 *lengthp = arange->length; in dwarf_getarangeinfo() 38 dwarf_getarangeinfo(Dwarf_Arange *arange, Dwarf_Addr *addrp, Dwarf_Word *lengthp, Dwarf_Off *offsetp) dwarf_getarangeinfo() argument
|
H A D | dwarf_offabbrev.c | 38 dwarf_offabbrev (Dwarf *dbg, Dwarf_Off offset, size_t *lengthp, in dwarf_offabbrev() argument 44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp, in dwarf_offabbrev()
|
H A D | libdw.h | 588 size_t *lengthp); 591 extern int dwarf_offabbrev (Dwarf *dbg, Dwarf_Off offset, size_t *lengthp, 882 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
|
H A D | libdwP.h | 674 Dwarf_Off offset, size_t *lengthp,
|
/third_party/backends/backend/ |
H A D | hp-handle.c | 655 sanei_hp_handle_read (HpHandle this, void * buf, size_t *lengthp) in sanei_hp_handle_read() argument 661 (unsigned long) *lengthp); in sanei_hp_handle_read() 676 if (*lengthp == 0) in sanei_hp_handle_read() 679 if (*lengthp > this->bytes_left) in sanei_hp_handle_read() 680 *lengthp = this->bytes_left; in sanei_hp_handle_read() 682 if ((nread = read(this->pipe_read_fd, buf, *lengthp)) < 0) in sanei_hp_handle_read() 684 *lengthp = 0; in sanei_hp_handle_read() 693 this->bytes_left -= (*lengthp = nread); in sanei_hp_handle_read()
|
H A D | hp-handle.h | 57 SANE_Status sanei_hp_handle_read (HpHandle this, void * buf, size_t *lengthp);
|
H A D | hp-scl.c | 1746 void *valp, size_t *lengthp) in _hp_scl_inq() 1748 size_t bufsize = 16 + (lengthp ? *lengthp: 0); in _hp_scl_inq() 1798 expect_char = lengthp ? 'W' : 'V'; in _hp_scl_inq() 1806 if (!lengthp) in _hp_scl_inq() 1810 if (val > (int)*lengthp) in _hp_scl_inq() 1813 val, (unsigned long) *lengthp); in _hp_scl_inq() 1816 *lengthp = val; in _hp_scl_inq() 1817 memcpy(valp, buf , *lengthp); /* Get binary data */ in _hp_scl_inq() 1745 _hp_scl_inq(HpScsi scsi, HpScl scl, HpScl inq_cmnd, void *valp, size_t *lengthp) _hp_scl_inq() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 33 milliseconds