Home
last modified time | relevance | path

Searched refs:offsetp (Results 1 – 12 of 12) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_getabbrevattr.c42 Dwarf_Sword *datap, Dwarf_Off *offsetp) in dwarf_getabbrevattr_data() argument
81 if (offsetp != NULL) in dwarf_getabbrevattr_data()
82 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset; in dwarf_getabbrevattr_data()
90 unsigned int *formp, Dwarf_Off *offsetp) in INTDEF()
93 NULL, offsetp); in INTDEF()
Dlibdw_findcu.c102 Dwarf_Off *const offsetp in __libdw_intern_next_unit() local
106 Dwarf_Off oldoff = *offsetp; in __libdw_intern_next_unit()
115 if (__libdw_next_unit (dbg, debug_types, oldoff, offsetp, NULL, in __libdw_intern_next_unit()
143 if (unlikely (*offsetp > data->d_size)) in __libdw_intern_next_unit()
144 *offsetp = data->d_size; in __libdw_intern_next_unit()
152 newp->end = *offsetp; in __libdw_intern_next_unit()
219 *offsetp = oldoff; in __libdw_intern_next_unit()
Ddwarf_getarangeinfo.c39 Dwarf_Word *lengthp, Dwarf_Off *offsetp) in dwarf_getarangeinfo() argument
48 if (offsetp != NULL) in dwarf_getarangeinfo()
49 *offsetp = arange->offset; in dwarf_getarangeinfo()
Ddwarf_formudata.c40 Dwarf_Off *offsetp) in __libdw_formptr() argument
133 if (offsetp != NULL) in __libdw_formptr()
134 *offsetp = offset; in __libdw_formptr()
Dlibdw.h882 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
DlibdwP.h981 Dwarf_Off *offsetp)
DChangeLog3750 * dwarf_getabbrevattr.c: Add offsetp parameter. Fill in before
/third_party/elfutils/libdwelf/
Ddwelf_strtab.c292 copystrings (Dwelf_Strent *nodep, char **freep, size_t *offsetp) in copystrings() argument
295 copystrings (nodep->left, freep, offsetp); in copystrings()
298 nodep->offset = *offsetp; in copystrings()
300 *offsetp += nodep->len; in copystrings()
310 copystrings (nodep->right, freep, offsetp); in copystrings()
/third_party/ffmpeg/libavfilter/
Daf_anlms.c117 float *delay, float *coeffs, float *tmp, int *offsetp) in process_sample() argument
124 int offset = *offsetp; in process_sample()
128 output = fir_sample(s, input, delay, coeffs, tmp, offsetp); in process_sample()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
755 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() argument
764 strp = getsecs(strp, offsetp); in getoffset()
768 *offsetp = -*offsetp; in getoffset()
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c144 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
757 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() argument
766 strp = getsecs(strp, offsetp); in getoffset()
770 *offsetp = -*offsetp; in getoffset()
/third_party/tzdata/
Dlocaltime.c951 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() argument
960 strp = getsecs(strp, offsetp); in getoffset()
964 *offsetp = -*offsetp; in getoffset()