/system/core/include/cutils/ |
open_memstream.h | 28 FILE* open_memstream(char** bufp, size_t* sizep);
|
/external/elfutils/backends/ |
aarch64_retval.c | 55 dwarf_bytesize_aux (Dwarf_Die *die, Dwarf_Word *sizep) 63 *sizep = bits / 8; 74 there were errors. In the former case, *SIZEP contains byte size 78 Dwarf_Word *sizep, Dwarf_Word *countp); 84 member_is_fp (Dwarf_Die *membdie, Dwarf_Word *sizep, Dwarf_Word *countp) 111 if (dwarf_bytesize_aux (&typedie, sizep) < 0) 114 *sizep /= *countp; 120 return hfa_type (&typedie, tag, sizep, countp); 127 hfa_type (Dwarf_Die *ftypedie, int tag, Dwarf_Word *sizep, Dwarf_Word *countp) 147 *sizep = tot_size [all...] |
/system/core/libcutils/ |
open_memstream.c | 28 * - The values at "*bufp" and "*sizep" should be considered read-only, 31 * in "*sizep". (The behavior w.r.t. fseek() is not clearly defined. 67 size_t* sizep; /* pointer to eof */ member in struct:__anon73202 152 *stream->sizep = stream->offset; 199 *stream->sizep = stream->offset; 205 *stream->sizep = stream->eof; 223 FILE* open_memstream(char** bufp, size_t* sizep) 228 if (bufp == NULL || sizep == NULL) { 244 *sizep = 0; 247 stream->sizep = sizep [all...] |
/external/ltrace/ |
glob.c | 81 size_t *sizep, size_t *allocp) 85 size_t nsize = *sizep + str_size; 95 memcpy(*bufp + *sizep, str, str_size); 96 *sizep = nsize;
|
type.c | 136 size_t *sizep, size_t *alignmentp, size_t *offsetofp) 159 if (sizep == NULL && alignmentp == NULL) 175 if (sizep != NULL) 176 *sizep = sz;
|
/external/e2fsprogs/lib/ext2fs/ |
tdbtool.c | 534 static char *convert_string(char *instring, size_t *sizep) 562 *sizep = length;
|
/external/dnsmasq/src/ |
forward.c | 395 unsigned char *pheader, *sizep; local 403 if ((pheader = find_pseudoheader(header, n, &plen, &sizep, &is_sign)) && !is_sign) 406 unsigned char *psave = sizep; 408 GETSHORT(udpsz, sizep); [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
syms.c | 798 unsigned int *sizep) 825 *sizep = sizeof (asymbol *); [all...] |
pdp11.c | [all...] |
aoutx.h | [all...] |
/external/curl/lib/ |
formdata.c | [all...] |
/external/ltrace/sysdeps/linux-gnu/x86/ |
fetch.c | 544 enum arg_class classes[], size_t *sizep) 549 *sizep = sz;
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mn10200.c | 324 md_atof (int type, char *litp, int *sizep) 326 return ieee_md_atof (type, litp, sizep, FALSE);
|
tc-i370.c | [all...] |
tc-mn10300.c | 462 md_atof (int type, char *litp, int *sizep) 464 return ieee_md_atof (type, litp, sizep, FALSE); [all...] |
tc-s390.c | [all...] |
tc-v850.c | [all...] |
tc-ppc.c | [all...] |
tc-cris.c | [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-darwin.c | 3207 vki_uint32_t *sizep = (vki_uint32_t *)ARG3; local [all...] |
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/ |
itext-2.0.8.jar | |