Searched refs:offsetp (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getarangeinfo.c60 Dwarf_Word *lengthp, Dwarf_Off *offsetp)
69 if (offsetp != NULL)
70 *offsetp = arange->offset;
59 dwarf_getarangeinfo(Dwarf_Arange *arange, Dwarf_Addr *addrp, Dwarf_Word *lengthp, Dwarf_Off *offsetp) argument
H A Ddwarf_getabbrevattr.c61 dwarf_getabbrevattr (abbrev, idx, namep, formp, offsetp)
66 Dwarf_Off *offsetp;
96 if (offsetp != NULL)
97 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
H A Dlibdw.h567 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
/external/elfutils/libebl/
H A Deblstrtab.c308 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) argument
311 copystrings (nodep->left, freep, offsetp);
314 nodep->offset = *offsetp;
316 *offsetp += nodep->len;
326 copystrings (nodep->right, freep, offsetp);
H A Deblgstrtab.c326 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) argument
331 copystrings (nodep->left, freep, offsetp);
334 nodep->offset = *offsetp;
336 *offsetp += nodep->len * nodep->width;
346 copystrings (nodep->right, freep, offsetp);
H A Deblwstrtab.c320 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) argument
325 copystrings (nodep->left, freep, offsetp);
328 nodep->offset = *offsetp;
330 *offsetp += nodep->len * sizeof (wchar_t);
340 copystrings (nodep->right, freep, offsetp);
/external/e2fsprogs/e2fsck/
H A Drevoke.c478 int *offsetp,
493 offset = *offsetp;
523 *offsetp = offset;
475 write_one_revoke_record(journal_t *journal, transaction_t *transaction, struct journal_head **descriptorp, int *offsetp, struct jbd_revoke_record_s *record) argument
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c147 static const char * getoffset(const char * strp, long * offsetp);
732 getoffset(strp, offsetp)
734 long * const offsetp;
743 strp = getsecs(strp, offsetp);
747 *offsetp = -*offsetp;
/external/icu4c/tools/tzcode/
H A Dlocaltime.c147 static const char * getoffset(const char * strp, long * offsetp);
732 getoffset(strp, offsetp)
734 long * const offsetp;
743 strp = getsecs(strp, offsetp);
747 *offsetp = -*offsetp;

Completed in 344 milliseconds