Searched defs:offsetp (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/src/libdw/
H A Ddwarf_getarangeinfo.c39 Dwarf_Word *lengthp, Dwarf_Off *offsetp)
48 if (offsetp != NULL)
49 *offsetp = arange->offset;
38 dwarf_getarangeinfo(Dwarf_Arange *arange, Dwarf_Addr *addrp, Dwarf_Word *lengthp, Dwarf_Off *offsetp) argument
H A Ddwarf_formudata.c40 Dwarf_Off *offsetp)
91 if (offsetp != NULL)
92 *offsetp = offset;
38 __libdw_formptr(Dwarf_Attribute *attr, int sec_index, int err_nodata, unsigned char **endpp, Dwarf_Off *offsetp) argument
H A Dlibdw_findcu.c70 Dwarf_Off *const offsetp local
74 Dwarf_Off oldoff = *offsetp;
82 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL,
100 if (unlikely (*offsetp > data->d_size))
101 *offsetp = data->d_size;
108 newp->end = *offsetp;
129 *offsetp = oldoff;
/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/elfutils/src/libebl/
H A Deblgstrtab.c305 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) argument
310 copystrings (nodep->left, freep, offsetp);
313 nodep->offset = *offsetp;
315 *offsetp += nodep->len * nodep->width;
325 copystrings (nodep->right, freep, offsetp);
H A Deblstrtab.c292 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) argument
295 copystrings (nodep->left, freep, offsetp);
298 nodep->offset = *offsetp;
300 *offsetp += nodep->len;
310 copystrings (nodep->right, freep, offsetp);
H A Deblwstrtab.c299 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) argument
304 copystrings (nodep->left, freep, offsetp);
307 nodep->offset = *offsetp;
309 *offsetp += nodep->len * sizeof (wchar_t);
319 copystrings (nodep->right, freep, offsetp);
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
755 getoffset(register const char *strp, int_fast32_t *const offsetp) argument
764 strp = getsecs(strp, offsetp);
768 *offsetp = -*offsetp;

Completed in 224 milliseconds