Searched defs:sizep (Results 1 - 8 of 8) sorted by relevance

/external/ltrace/
H A Dglob.c81 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 Dtype.c136 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/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event-info.c62 char buf[BUFSIZ], *sizep; local
89 sizep = (char*)&size;
91 sizep += sizeof(u64) - hdr_sz;
93 if (hdr_sz && pwrite(output_fd, sizep, hdr_sz, hdr_pos) < 0) {
/external/dnsmasq/src/
H A Dforward.c395 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 Dtdbtool.c534 static char *convert_string(char *instring, size_t *sizep) argument
562 *sizep = length;
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c544 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/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.h481 int sizep; /* size of `p' */ member in struct:Proto
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c2554 vki_uint32_t *sizep = (vki_uint32_t *)ARG3; local
2557 // *sizep is bytes required for return value, including *sizep
2559 // *sizep is actual bytes returned, including *sizep
2561 scan_attrlist(tid, (struct vki_attrlist *)ARG2, sizep+1, MIN(*sizep, ARG4), &get1attr);

Completed in 1994 milliseconds