HomeSort by relevance Sort by last modified time
    Searched refs:sizep (Results 1 - 19 of 19) sorted by null

  /system/core/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.
69 size_t* sizep; /* pointer to eof */ member in struct:__anon63545
154 *stream->sizep = stream->offset;
201 *stream->sizep = stream->offset;
207 *stream->sizep = stream->eof;
225 FILE* open_memstream(char** bufp, size_t* sizep)
230 if (bufp == NULL || sizep == NULL) {
246 *sizep = 0;
249 stream->sizep = sizep
    [all...]
  /system/netd/server/
NetdConstants.h 39 int readFile(const char *path, char *buf, int *sizep);
NetdConstants.cpp 131 int readFile(const char *path, char *buf, int *sizep)
141 size = read(fd, buf, *sizep);
147 *sizep = size;
  /external/ltrace/
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;
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;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
trace-event-info.c 62 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/
lfunc.c 115 f->sizep = 0;
137 luaM_freearray(L, f->p, f->sizep);
luac.c 395 S(f->sizelocvars),S(f->sizek),S(f->sizep));
427 int i,n=f->sizep;
ldump.c 104 n=f->sizep;
lparser.c 503 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;
    [all...]
lundump.c 126 f->sizep=n;
lobject.h 481 int sizep; /* size of `p' */ member in struct:Proto
lgc.c 466 for (i = 0; i < f->sizep; i++) /* mark nested protos */
471 sizeof(Proto *) * f->sizep +
    [all...]
lvm.c 739 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/
tdbtool.c 534 static char *convert_string(char *instring, size_t *sizep)
562 *sizep = length;
  /external/dnsmasq/src/
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);
    [all...]
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 544 enum arg_class classes[], size_t *sizep)
549 *sizep = sz;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 2554 vki_uint32_t *sizep = (vki_uint32_t *)ARG3; local
    [all...]

Completed in 813 milliseconds