Home
last modified time | relevance | path

Searched refs:sizep (Results 1 – 19 of 19) sorted by relevance

/third_party/elfutils/backends/
Daarch64_retval.c55 dwarf_bytesize_aux (Dwarf_Die *die, Dwarf_Word *sizep) in dwarf_bytesize_aux() argument
63 *sizep = bits / 8; in dwarf_bytesize_aux()
78 Dwarf_Word *sizep, Dwarf_Word *countp);
84 member_is_fp (Dwarf_Die *membdie, Dwarf_Word *sizep, Dwarf_Word *countp) in member_is_fp() argument
111 if (dwarf_bytesize_aux (&typedie, sizep) < 0) in member_is_fp()
114 *sizep /= *countp; in member_is_fp()
120 return hfa_type (&typedie, tag, sizep, countp); in member_is_fp()
127 hfa_type (Dwarf_Die *ftypedie, int tag, Dwarf_Word *sizep, Dwarf_Word *countp) in hfa_type() argument
147 *sizep = tot_size; in hfa_type()
153 if ((i = member_is_fp (ftypedie, sizep, countp)) == 0) in hfa_type()
[all …]
Driscv_retval.c44 dwarf_bytesize_aux (Dwarf_Die *die, Dwarf_Word *sizep) in dwarf_bytesize_aux() argument
52 *sizep = bits / 8; in dwarf_bytesize_aux()
/third_party/mesa3d/src/util/
Dmemstream.c31 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep) in u_memstream_open() argument
48 mem->sizep = sizep; in u_memstream_open()
57 FILE *const f = open_memstream(bufp, sizep); in u_memstream_open()
76 *mem->sizep = size; in u_memstream_close()
Dmemstream.h49 size_t *sizep; member
55 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep);
/third_party/musl/src/stdio/
Dopen_memstream.c10 size_t *sizep; member
57 *c->sizep = c->pos; in ms_write()
66 FILE *open_memstream(char **bufp, size_t *sizep) in open_memstream() argument
81 f->c.sizep = sizep; in open_memstream()
82 f->c.pos = f->c.len = f->c.space = *sizep = 0; in open_memstream()
Dopen_wmemstream.c11 size_t *sizep; member
59 *c->sizep = c->pos; in wms_write()
68 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() argument
83 f->c.sizep = sizep; in open_wmemstream()
84 f->c.pos = f->c.len = f->c.space = *sizep = 0; in open_wmemstream()
Dext2.c9 const char *__freadptr(FILE *f, size_t *sizep) in __freadptr() argument
12 *sizep = f->rend - f->rpos; in __freadptr()
/third_party/musl/porting/liteos_a/user/src/stdio/
Dopen_wmemstream.c12 size_t *sizep; member
60 *c->sizep = c->pos; in wms_write()
69 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() argument
85 f->c.sizep = sizep; in open_wmemstream()
86 f->c.pos = f->c.len = f->c.space = *sizep = 0; in open_wmemstream()
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc45 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument
47 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
50 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
Dextension_dict.cc54 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument
56 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
59 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
Ddescriptor_pool.cc51 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument
53 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
56 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
Ddescriptor_containers.cc67 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument
69 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
72 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
Ddescriptor.cc58 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument
60 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
63 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
Dmessage.cc92 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument
94 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
97 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c788 void **descp, uint16_t *sizep, in usbd_req_get_hid_desc() argument
804 *sizep = UGETW(hid->descrs[0].wDescriptorLength); in usbd_req_get_hid_desc()
805 if (*sizep == 0) { in usbd_req_get_hid_desc()
811 *descp = zalloc(*sizep); in usbd_req_get_hid_desc()
820 (udev, mtx, *descp, *sizep, iface_index); in usbd_req_get_hid_desc()
Dusbhid.h265 void **descp, uint16_t *sizep, struct malloc_type *mem,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1688 sizep: *mut ::size_t, in sysctlnametomib()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5135 sizep: *mut ::size_t, in sysctlnametomib()
/third_party/libabigail/tests/data/test-abidiff/
Dtest-PR18166-libtirpc.so.abi4466 …<parameter type-id='type-id-114' name='sizep' filepath='/home/max/src/v6/libtirpc/src/xdr_array.c'…