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

  /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...]
  /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/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/chromium_org/third_party/skia/third_party/lua/src/
lobject.h 481 int sizep; /* size of `p' */ member in struct:Proto
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 2554 vki_uint32_t *sizep = (vki_uint32_t *)ARG3; local
    [all...]

Completed in 698 milliseconds