Home
last modified time | relevance | path

Searched refs:countp (Results 1 – 6 of 6) sorted by relevance

/third_party/elfutils/backends/
Daarch64_retval.c78 Dwarf_Word *sizep, Dwarf_Word *countp);
84 member_is_fp (Dwarf_Die *membdie, Dwarf_Word *sizep, Dwarf_Word *countp) in member_is_fp() argument
100 *countp = 2; in member_is_fp()
104 *countp = 1; 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
148 *countp = 1; in hfa_type()
153 if ((i = member_is_fp (ftypedie, sizep, countp)) == 0) in hfa_type()
155 *countp = tot_size / *sizep; in hfa_type()
[all …]
/third_party/libunwind/libunwind/src/ptrace/
D_UPT_get_dyn_info_list_addr.c34 int *countp) in get_list_addr() argument
68 *countp = count; in get_list_addr()
81 int *countp) in get_list_addr() argument
84 *countp = 0; in get_list_addr()
/third_party/libunwind/libunwind/src/coredump/
D_UPT_get_dyn_info_list_addr.c36 int *countp) in get_list_addr() argument
70 *countp = count; in get_list_addr()
83 int *countp) in get_list_addr() argument
86 *countp = 0; in get_list_addr()
/third_party/curl/docs/libcurl/opts/
DCURLINFO_REDIRECT_COUNT.md24 long *countp);
/third_party/FreeBSD/sys/sys/
Dbus.h304 int device_get_children(device_t dev, device_t **listp, int *countp);
357 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp);
358 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c792 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) in devclass_get_drivers() argument
811 *countp = count; in devclass_get_drivers()