/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/include/cutils/ |
open_memstream.h | 28 FILE* open_memstream(char** bufp, size_t* sizep);
|
/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:__anon2790 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/curl/docs/libcurl/opts/ |
CURLINFO_HEADER_SIZE.3 | 30 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_HEADER_SIZE, long *sizep);
|
CURLINFO_REQUEST_SIZE.3 | 30 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_REQUEST_SIZE, long *sizep);
|
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-or1k.c | 276 emitted is stored in *sizeP . An error message is returned, or NULL on OK. */ 282 md_atof (int type, char * litP, int * sizeP) 284 return ieee_md_atof (type, litP, sizeP, TRUE);
|
tc-lm32.c | 214 of LITTLENUMS emitted is stored in *SIZEP. An error message is 218 md_atof (int type, char *litP, int *sizeP) 235 *sizeP = 0; 243 *sizeP = prec * sizeof (LITTLENUM_TYPE);
|
tc-ft32.c | 410 of LITTLENUMS emitted is stored in *SIZEP . An error message is 414 md_atof (int type, char *litP, int *sizeP) 432 *sizeP = 0; 440 *sizeP = prec * 2;
|
tc-moxie.c | 557 of LITTLENUMS emitted is stored in *SIZEP . An error message is 561 md_atof (int type, char *litP, int *sizeP) 579 *sizeP = 0; 587 *sizeP = prec * 2;
|
tc-xc16x.c | 229 md_atof (int type, char *litP, int *sizeP) 231 return ieee_md_atof (type, litP, sizeP, FALSE);
|
atof-vax.c | 397 int *sizeP) 452 *sizeP = number_of_chars;
|
tc-ip2k.c | 319 md_atof (int type, char * litP, int * sizeP) 321 return ieee_md_atof (type, litP, sizeP, TRUE);
|
tc-pj.c | 317 md_atof (int type, char *litP, int *sizeP) 319 return ieee_md_atof (type, litP, sizeP, target_big_endian);
|
atof-ieee.c | 708 emitted is stored in *SIZEP. BIG_WORDIAN is TRUE if the littlenums 716 int *sizeP, 782 *sizeP = 0; 792 *sizeP = prec * sizeof (LITTLENUM_TYPE);
|
tc-fr30.c | 326 md_atof (int type, char * litP, int * sizeP) 328 return ieee_md_atof (type, litP, sizeP, TRUE);
|
tc-mt.c | 441 md_atof (int type, char * litP, int * sizeP) 443 return ieee_md_atof (type, litP, sizeP, FALSE);
|
tc-xstormy16.c | 605 md_atof (int type, char * litP, int * sizeP) 607 return ieee_md_atof (type, litP, sizeP, FALSE);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lfunc.c | 115 f->sizep = 0; 137 luaM_freearray(L, f->p, f->sizep);
|
ldump.c | 104 n=f->sizep;
|
luac.c | 395 S(f->sizelocvars),S(f->sizek),S(f->sizep)); 427 int i,n=f->sizep;
|
/external/syslinux/com32/lua/src/ |
lfunc.c | 115 f->sizep = 0; 137 luaM_freearray(L, f->p, f->sizep);
|
ldump.c | 104 n=f->sizep;
|
luac.c | 395 S(f->sizelocvars),S(f->sizek),S(f->sizep)); 427 int i,n=f->sizep;
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor_pool.cc | 48 #define PyString_AsStringAndSize(ob, charpp, sizep) \ 50 ((*(charpp) = PyUnicode_AsUTF8AndSize(ob, (sizep))) == NULL? -1: 0): \ 51 PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
/external/e2fsprogs/lib/ext2fs/ |
tdbtool.c | 535 static char *convert_string(char *instring, size_t *sizep) 563 *sizep = length;
|