Searched refs:sizep (Results 1 - 16 of 16) 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/chromium_org/third_party/skia/third_party/lua/src/
H A Dlfunc.c115 f->sizep = 0;
137 luaM_freearray(L, f->p, f->sizep);
H A Dluac.c395 S(f->sizelocvars),S(f->sizek),S(f->sizep));
427 int i,n=f->sizep;
H A Dldump.c104 n=f->sizep;
H A Dlparser.c503 if (fs->np >= f->sizep) {
504 int oldsize = f->sizep;
505 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions");
506 while (oldsize < f->sizep) f->p[oldsize++] = NULL;
567 luaM_reallocvector(L, f->p, f->sizep, fs->np, Proto *);
568 f->sizep = fs->np;
H A Dlundump.c126 f->sizep=n;
H A Dlobject.h481 int sizep; /* size of `p' */ member in struct:Proto
H A Dlgc.c466 for (i = 0; i < f->sizep; i++) /* mark nested protos */
471 sizeof(Proto *) * f->sizep +
H A Dlvm.c739 if (cl->p->sizep > 0) luaF_close(L, oci->u.l.base);
755 if (cl->p->sizep > 0) luaF_close(L, base);
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c534 static char *convert_string(char *instring, size_t *sizep) argument
562 *sizep = length;
/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4249 INTERCEPTOR(int, xdr_bytes, __sanitizer_XDR *xdrs, char **p, unsigned *sizep,
4252 COMMON_INTERCEPTOR_ENTER(ctx, xdr_bytes, xdrs, p, sizep, maxsize);
4253 if (p && sizep && xdrs->x_op == __sanitizer_XDR_ENCODE) {
4255 COMMON_INTERCEPTOR_READ_RANGE(ctx, sizep, sizeof(*sizep));
4256 COMMON_INTERCEPTOR_READ_RANGE(ctx, *p, *sizep);
4261 int res = REAL(xdr_bytes)(xdrs, p, sizep, maxsize);
4262 if (p && sizep && xdrs->x_op == __sanitizer_XDR_DECODE) {
4264 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, sizep, sizeof(*sizep));
[all...]
/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/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 5654 milliseconds