Searched refs:offsetp (Results 1 – 12 of 12) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_getabbrevattr.c | 42 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()
|
D | libdw_findcu.c | 102 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()
|
D | dwarf_getarangeinfo.c | 39 Dwarf_Word *lengthp, Dwarf_Off *offsetp) in dwarf_getarangeinfo() argument 48 if (offsetp != NULL) in dwarf_getarangeinfo() 49 *offsetp = arange->offset; in dwarf_getarangeinfo()
|
D | dwarf_formudata.c | 40 Dwarf_Off *offsetp) in __libdw_formptr() argument 133 if (offsetp != NULL) in __libdw_formptr() 134 *offsetp = offset; in __libdw_formptr()
|
D | libdw.h | 882 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
|
D | libdwP.h | 981 Dwarf_Off *offsetp)
|
D | ChangeLog | 3750 * dwarf_getabbrevattr.c: Add offsetp parameter. Fill in before
|
/third_party/elfutils/libdwelf/ |
D | dwelf_strtab.c | 292 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/ |
D | af_anlms.c | 117 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/ |
D | localtime.c | 142 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/ |
D | localtime.c | 144 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/ |
D | localtime.c | 951 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()
|