Home
last modified time | relevance | path

Searched refs:sizep (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/backends/
Daarch64_retval.c55 dwarf_bytesize_aux (Dwarf_Die *die, Dwarf_Word *sizep) in dwarf_bytesize_aux() argument
63 *sizep = bits / 8; in dwarf_bytesize_aux()
78 Dwarf_Word *sizep, Dwarf_Word *countp);
84 member_is_fp (Dwarf_Die *membdie, Dwarf_Word *sizep, Dwarf_Word *countp) in member_is_fp() argument
111 if (dwarf_bytesize_aux (&typedie, sizep) < 0) in member_is_fp()
114 *sizep /= *countp; in member_is_fp()
120 return hfa_type (&typedie, tag, sizep, countp); in member_is_fp()
127 hfa_type (Dwarf_Die *ftypedie, int tag, Dwarf_Word *sizep, Dwarf_Word *countp) in hfa_type() argument
147 *sizep = tot_size; in hfa_type()
153 if ((i = member_is_fp (ftypedie, sizep, countp)) == 0) in hfa_type()
[all …]
/external/ltrace/
Dglob.c81 size_t *sizep, size_t *allocp) in append() argument
85 size_t nsize = *sizep + str_size; in append()
95 memcpy(*bufp + *sizep, str, str_size); in append()
96 *sizep = nsize; in append()
Dtype.c136 size_t *sizep, size_t *alignmentp, size_t *offsetofp) in layout_struct() argument
159 if (sizep == NULL && alignmentp == NULL) in layout_struct()
175 if (sizep != NULL) in layout_struct()
176 *sizep = sz; in layout_struct()
/external/e2fsprogs/lib/ext2fs/
Dtdbtool.c534 static char *convert_string(char *instring, size_t *sizep) in convert_string() argument
562 *sizep = length; in convert_string()
/external/dnsmasq/src/
Dforward.c395 unsigned char *pheader, *sizep; in process_reply() local
403 if ((pheader = find_pseudoheader(header, n, &plen, &sizep, &is_sign)) && !is_sign) in process_reply()
406 unsigned char *psave = sizep; in process_reply()
408 GETSHORT(udpsz, sizep); in process_reply()
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c544 enum arg_class classes[], size_t *sizep) in classify_argument() argument
549 *sizep = sz; in classify_argument()
/external/curl/lib/
Dformdata.c1109 curl_off_t *sizep) in Curl_getformdata() argument
1339 *sizep = size; in Curl_getformdata()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4607 INTERCEPTOR(int, xdr_bytes, __sanitizer_XDR *xdrs, char **p, unsigned *sizep,
4610 COMMON_INTERCEPTOR_ENTER(ctx, xdr_bytes, xdrs, p, sizep, maxsize);
4611 if (p && sizep && xdrs->x_op == __sanitizer_XDR_ENCODE) {
4613 COMMON_INTERCEPTOR_READ_RANGE(ctx, sizep, sizeof(*sizep));
4614 COMMON_INTERCEPTOR_READ_RANGE(ctx, *p, *sizep);
4619 int res = REAL(xdr_bytes)(xdrs, p, sizep, maxsize);
4620 if (p && sizep && xdrs->x_op == __sanitizer_XDR_DECODE) {
4622 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, sizep, sizeof(*sizep));
4623 if (res && *p && *sizep) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, *p, *sizep);
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c3207 vki_uint32_t *sizep = (vki_uint32_t *)ARG3; in POST() local
3214 scan_attrlist(tid, (struct vki_attrlist *)ARG2, sizep+1, MIN(*sizep, ARG4), &get1attr); in POST()