/third_party/elfutils/backends/ |
D | aarch64_retval.c | 55 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 …]
|
D | riscv_retval.c | 44 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/ |
D | memstream.c | 31 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()
|
D | memstream.h | 49 size_t *sizep; member 55 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep);
|
/third_party/musl/src/stdio/ |
D | open_memstream.c | 10 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()
|
D | open_wmemstream.c | 11 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()
|
D | ext2.c | 9 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/ |
D | open_wmemstream.c | 12 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/ |
D | message_factory.cc | 45 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 47 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 50 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | extension_dict.cc | 54 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 56 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 59 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | descriptor_pool.cc | 51 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 53 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 56 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | descriptor_containers.cc | 67 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 69 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 72 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | descriptor.cc | 58 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 60 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \ 63 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | message.cc | 92 #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/ |
D | usb_hid.c | 788 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()
|
D | usbhid.h | 265 void **descp, uint16_t *sizep, struct malloc_type *mem,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1688 sizep: *mut ::size_t, in sysctlnametomib()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 5135 sizep: *mut ::size_t, in sysctlnametomib()
|
/third_party/libabigail/tests/data/test-abidiff/ |
D | test-PR18166-libtirpc.so.abi | 4466 …<parameter type-id='type-id-114' name='sizep' filepath='/home/max/src/v6/libtirpc/src/xdr_array.c'…
|