Home
last modified time | relevance | path

Searched refs:sizep (Results 1 - 18 of 18) sorted by relevance

/third_party/elfutils/backends/
H A 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, count in hfa_type()
[all...]
H A 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/
H A 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()
H A Dmemstream.h49 size_t *sizep; member
55 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep);
/third_party/musl/src/stdio/
H A 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()
H A Dopen_wmemstream.c12 size_t *sizep; member
64 *c->sizep = c->pos; in wms_write()
73 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() argument
89 f->c.sizep = sizep; in open_wmemstream()
90 f->c.pos = f->c.len = f->c.space = *sizep = 0; in open_wmemstream()
H A 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/
H A 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/
H A Dmessage_factory.cc45 #define PyString_AsStringAndSize(ob, charpp, sizep) \
47 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
50 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
H A Dextension_dict.cc54 #define PyString_AsStringAndSize(ob, charpp, sizep) \
56 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
59 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
H A Ddescriptor_pool.cc51 #define PyString_AsStringAndSize(ob, charpp, sizep) \
53 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
56 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
H A Ddescriptor_containers.cc67 #define PyString_AsStringAndSize(ob, charpp, sizep) \
69 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
72 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
H A Ddescriptor.cc58 #define PyString_AsStringAndSize(ob, charpp, sizep) \
60 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
63 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
H A Dmessage.cc92 #define PyString_AsStringAndSize(ob, charpp, sizep) \
94 PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
97 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c787 void **descp, uint16_t *sizep, in usbd_req_get_hid_desc()
803 *sizep = UGETW(hid->descrs[0].wDescriptorLength); in usbd_req_get_hid_desc()
804 if (*sizep == 0) { in usbd_req_get_hid_desc()
810 *descp = zalloc(*sizep); in usbd_req_get_hid_desc()
819 (udev, mtx, *descp, *sizep, iface_index); in usbd_req_get_hid_desc()
786 usbd_req_get_hid_desc(struct usb_device *udev, struct mtx *mtx, void **descp, uint16_t *sizep, struct malloc_type *mem, uint8_t iface_index) usbd_req_get_hid_desc() argument
H A Dusbhid.h264 void **descp, uint16_t *sizep, struct malloc_type *mem,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1688 sizep: *mut ::size_t, in sysctlnametomib()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5135 sizep: *mut ::size_t, in sysctlnametomib()

Completed in 34 milliseconds