HomeSort by relevance Sort by last modified time
    Searched refs:lengthp (Results 1 - 14 of 14) sorted by null

  /external/elfutils/libdw/
dwarf_getarangeinfo.c 60 Dwarf_Word *lengthp, Dwarf_Off *offsetp)
67 if (lengthp != NULL)
68 *lengthp = arange->length;
dwarf_offabbrev.c 59 dwarf_offabbrev (Dwarf *dbg, Dwarf_Off offset, size_t *lengthp,
65 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
dwarf_getabbrev.c 62 __libdw_getabbrev (dbg, cu, offset, lengthp, result)
66 size_t *lengthp;
124 if (lengthp == NULL)
149 if (lengthp != NULL)
150 *lengthp = abbrevp - start_abbrevp;
162 dwarf_getabbrev (die, offset, lengthp)
165 size_t *lengthp;
168 die->cu->orig_abbrev_offset + offset, lengthp,
libdw.h 395 size_t *lengthp);
398 extern int dwarf_offabbrev (Dwarf *dbg, Dwarf_Off offset, size_t *lengthp,
567 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
libdwP.h 372 Dwarf_Off offset, size_t *lengthp,
  /external/bison/lib/
asnprintf.c 25 asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...)
31 result = vasnprintf (resultbuf, lengthp, format, args);
vasnprintf.h 44 size in *LENGTHP; otherwise you pass RESULTBUF = NULL.
46 if no dynamic memory allocation was necessary) and set *LENGTHP to the
70 extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...)
72 extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args)
vasnprintf.c     [all...]
  /external/e2fsprogs/intl/
vasnwprintf.h 34 size in *LENGTHP; otherwise you pass RESULTBUF = NULL.
36 if no dynamic memory allocation was necessary) and set *LENGTHP to the
39 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...);
40 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
vasnprintf.h 47 size in *LENGTHP; otherwise you pass RESULTBUF = NULL.
49 if no dynamic memory allocation was necessary) and set *LENGTHP to the
52 extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...)
54 extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args)
gettextP.h 175 size_t *lengthp)
vasnprintf.c 110 VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list args)
170 allocated = *lengthp;
864 *lengthp = length;
dcigettext.c 726 size_t *lengthp)
1025 *lengthp = resultlen;
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 230 GLint *lengthp = (GLint *) pointersToFixup[1]; local
238 if (lengthp != NULL)
239 src.append(*stringpp++, *lengthp++);
    [all...]

Completed in 687 milliseconds