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

1 2

  /system/core/libcutils/include/cutils/
open_memstream.h 28 FILE* open_memstream(char** bufp, size_t* sizep);
  /external/elfutils/backends/
aarch64_retval.c 55 dwarf_bytesize_aux (Dwarf_Die *die, Dwarf_Word *sizep)
63 *sizep = bits / 8;
74 there were errors. In the former case, *SIZEP contains byte size
78 Dwarf_Word *sizep, Dwarf_Word *countp);
84 member_is_fp (Dwarf_Die *membdie, Dwarf_Word *sizep, Dwarf_Word *countp)
111 if (dwarf_bytesize_aux (&typedie, sizep) < 0)
114 *sizep /= *countp;
120 return hfa_type (&typedie, tag, sizep, countp);
127 hfa_type (Dwarf_Die *ftypedie, int tag, Dwarf_Word *sizep, Dwarf_Word *countp)
147 *sizep = tot_size
    [all...]
  /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.
67 size_t* sizep; /* pointer to eof */ member in struct:__anon106769
152 *stream->sizep = stream->offset;
199 *stream->sizep = stream->offset;
205 *stream->sizep = stream->eof;
223 FILE* open_memstream(char** bufp, size_t* sizep)
228 if (bufp == NULL || sizep == NULL) {
244 *sizep = 0;
247 stream->sizep = sizep
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/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;
  /external/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;
  /external/syslinux/com32/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;
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 48 #define PyString_AsStringAndSize(ob, charpp, sizep) \
50 ((*(charpp) = PyUnicode_AsUTF8AndSize(ob, (sizep))) == NULL? -1: 0): \
51 PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
descriptor.cc 55 #define PyString_AsStringAndSize(ob, charpp, sizep) \
57 ((*(charpp) = PyUnicode_AsUTF8AndSize(ob, (sizep))) == NULL? -1: 0): \
58 PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
    [all...]
descriptor_containers.cc 67 #define PyString_AsStringAndSize(ob, charpp, sizep) \
69 ((*(charpp) = PyUnicode_AsUTF8AndSize(ob, (sizep))) == NULL? -1: 0): \
70 PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 535 static char *convert_string(char *instring, size_t *sizep)
563 *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...]
  /toolchain/binutils/binutils-2.25/bfd/
syms.c 798 unsigned int *sizep)
825 *sizep = sizeof (asymbol *);
    [all...]
  /external/curl/lib/
formdata.c     [all...]

Completed in 1088 milliseconds

1 2