Searched defs:sizep (Results 1 - 8 of 8) sorted by relevance
/external/elfutils/backends/ |
H A D | aarch64_retval.c | 55 dwarf_bytesize_aux (Dwarf_Die *die, Dwarf_Word *sizep) argument 63 *sizep = bits / 8; 78 Dwarf_Word *sizep, Dwarf_Word *countp); 84 member_is_fp (Dwarf_Die *membdie, Dwarf_Word *sizep, Dwarf_Word *countp) argument 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) argument 147 *sizep = tot_size; 153 if ((i = member_is_fp (ftypedie, sizep, count [all...] |
/external/ltrace/ |
H A D | 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; 80 append(char **bufp, const char *str, size_t str_size, size_t *sizep, size_t *allocp) argument
|
H A D | 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; 135 layout_struct(struct process *proc, struct arg_type_info *info, size_t *sizep, size_t *alignmentp, size_t *offsetofp) argument
|
/external/dnsmasq/src/ |
H A D | 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);
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | tdbtool.c | 534 static char *convert_string(char *instring, size_t *sizep) argument 562 *sizep = length;
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
H A D | fetch.c | 544 enum arg_class classes[], size_t *sizep) 549 *sizep = sz; 542 classify_argument(struct process *proc, struct fetch_context *context, struct arg_type_info *info, struct value *valuep, enum arg_class classes[], size_t *sizep) argument
|
/external/curl/lib/ |
H A D | formdata.c | 1129 * output resulting linked lists gets stored in '*finalform'. *sizep will get 1143 curl_off_t *sizep) 1374 *sizep = size; 1139 Curl_getformdata(struct Curl_easy *data, struct FormData **finalform, struct curl_httppost *post, const char *custom_content_type, curl_off_t *sizep) argument
|
/external/valgrind/coregrind/m_syswrap/ |
H A D | syswrap-darwin.c | 3207 vki_uint32_t *sizep = (vki_uint32_t *)ARG3; local 3210 // *sizep is bytes required for return value, including *sizep 3212 // *sizep is actual bytes returned, including *sizep 3214 scan_attrlist(tid, (struct vki_attrlist *)ARG2, sizep+1, MIN(*sizep, ARG4), &get1attr);
|
Completed in 192 milliseconds