HomeSort by relevance Sort by last modified time
    Searched full:offsetp (Results 1 - 25 of 27) sorted by null

1 2

  /external/elfutils/src/libdw/
dwarf_getarangeinfo.c 39 Dwarf_Word *lengthp, Dwarf_Off *offsetp)
48 if (offsetp != NULL)
49 *offsetp = arange->offset;
dwarf_getabbrevattr.c 40 dwarf_getabbrevattr (abbrev, idx, namep, formp, offsetp)
45 Dwarf_Off *offsetp;
76 if (offsetp != NULL)
77 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
libdw_findcu.c 70 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;
dwarf_formudata.c 40 Dwarf_Off *offsetp)
91 if (offsetp != NULL)
92 *offsetp = offset;
libdwP.h 740 Dwarf_Off *offsetp)
libdw.h 797 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
    [all...]
ChangeLog     [all...]
  /external/elfutils/src/libebl/
eblgstrtab.c 305 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp)
310 copystrings (nodep->left, freep, offsetp);
313 nodep->offset = *offsetp;
315 *offsetp += nodep->len * nodep->width;
325 copystrings (nodep->right, freep, offsetp);
eblstrtab.c 292 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp)
295 copystrings (nodep->left, freep, offsetp);
298 nodep->offset = *offsetp;
300 *offsetp += nodep->len;
310 copystrings (nodep->right, freep, offsetp);
eblwstrtab.c 299 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp)
304 copystrings (nodep->left, freep, offsetp);
307 nodep->offset = *offsetp;
309 *offsetp += nodep->len * sizeof (wchar_t);
319 copystrings (nodep->right, freep, offsetp);
  /external/e2fsprogs/e2fsck/
revoke.c 478 int *offsetp,
493 offset = *offsetp;
523 *offsetp = offset;
  /bionic/libc/tzcode/
localtime.c 158 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
768 getoffset(register const char *strp, int_fast32_t *const offsetp)
777 strp = getsecs(strp, offsetp);
781 *offsetp = -*offsetp;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
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)
764 strp = getsecs(strp, offsetp);
768 *offsetp = -*offsetp;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 52 int block_x, block_y, offset_x, offset_y, offsetP, offset;
98 offsetP = (block_y << 2) * picPitch + (block_x << 2);
101 predBlock + offsetP, picPitch, MbWidth, MbHeight);
103 offsetP = (block_y * picWidth) + (block_x << 1);
106 predCb + offsetP, picPitch >> 1, MbWidth >> 1, MbHeight >> 1);
109 predCr + offsetP, picPitch >> 1, MbWidth >> 1, MbHeight >> 1);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c     [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libc.so 

Completed in 1239 milliseconds

1 2