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

1 2

  /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...]
riscv_retval.c 44 dwarf_bytesize_aux (Dwarf_Die *die, Dwarf_Word *sizep)
52 *sizep = bits / 8;
  /external/u-boot/lib/efi/
efi_info.c 13 int efi_info_get(enum efi_entry_t type, void **datap, int *sizep)
35 *sizep = entry->size;
  /external/u-boot/cmd/
bootstage.c 17 ulong *sizep)
22 *sizep = CONFIG_BOOTSTAGE_STASH_SIZE;
30 *sizep = simple_strtoul(argv[2], &endp, 16);
  /external/linux-kselftest/tools/testing/selftests/kvm/include/
test_util.h 26 int test_seq_read(const char *path, char **bufp, size_t *sizep);
  /external/u-boot/include/
fdtdec.h 304 * @param sizep a pointer to store the size into. Use NULL if not required
311 fdt_size_t *sizep, bool translate);
326 * @param sizep a pointer to store the size into. Use NULL if not required
332 int node, const char *prop_name, int index, fdt_size_t *sizep,
352 * @param sizep a pointer to store the size into. Use NULL if not required
358 const char *prop_name, int index, fdt_size_t *sizep,
409 * @param sizep a pointer to store the size into. Use NULL if not required
413 const char *prop_name, fdt_size_t *sizep);
814 fdt_addr_t *basep, fdt_size_t *sizep);
867 * @param sizep Returns size of regio
    [all...]
efi.h 445 * @sizep: Returns pointer to entry size
449 int efi_info_get(enum efi_entry_t type, void **datap, int *sizep);
  /external/u-boot/lib/
fdtdec.c 87 int ns, fdt_size_t *sizep,
130 if (sizep) {
131 *sizep = fdtdec_get_number(prop_size, ns);
133 (unsigned long long)*sizep);
143 int index, fdt_size_t *sizep,
165 ns, sizep, translate);
170 fdt_size_t *sizep,
184 index, sizep, translate);
188 const char *prop_name, fdt_size_t *sizep)
190 int ns = sizep ? (sizeof(fdt_size_t) / sizeof(fdt32_t)) : 0
    [all...]
  /external/u-boot/include/dm/
read.h 164 * @sizep: place to put size value (on success)
168 fdt_size_t *sizep);
519 fdt_size_t *sizep)
521 return ofnode_get_addr_size(dev_ofnode(dev), propname, sizep);
ofnode.h 535 * @sizep: place to put size value (on success)
539 phys_size_t *sizep);
  /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/lua/src/
lfunc.c 105 f->sizep = 0;
127 luaM_freearray(L, f->p, f->sizep);
luac.c 413 S(f->sizelocvars),S(f->sizek),S(f->sizep));
445 int i,n=f->sizep;
ldump.c 130 int n = f->sizep;
lparser.c 504 if (fs->np >= f->sizep) {
505 int oldsize = f->sizep;
506 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions");
507 while (oldsize < f->sizep)
564 luaM_reallocvector(L, f->p, f->sizep, fs->np, Proto *);
565 f->sizep = fs->np;
    [all...]
lundump.c 156 f->sizep = n;
  /external/u-boot/drivers/core/
read.c 90 fdt_size_t *sizep)
92 return ofnode_get_addr_size(dev_ofnode(dev), property, sizep);
ofnode.c 501 fdt_size_t *sizep)
513 *sizep = of_read_number(prop + na, ns);
518 sizep);
  /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)))
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 535 static char *convert_string(char *instring, size_t *sizep)
563 *sizep = length;
  /external/dnsmasq/src/
forward.c 341 unsigned char *pheader, *sizep; local
349 if ((pheader = find_pseudoheader(header, n, &plen, &sizep, &is_sign)) && !is_sign) {
351 unsigned char* psave = sizep;
353 GETSHORT(udpsz, sizep);
    [all...]

Completed in 1742 milliseconds

1 2