Searched refs:countp (Results 1 – 5 of 5) sorted by relevance
/third_party/elfutils/backends/ |
D | aarch64_retval.c | 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 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/src/ptrace/ |
D | _UPT_get_dyn_info_list_addr.c | 34 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/src/coredump/ |
D | _UPT_get_dyn_info_list_addr.c | 36 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/FreeBSD/sys/sys/ |
D | bus.h | 306 int device_get_children(device_t dev, device_t **listp, int *countp); 359 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp); 360 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
|
/third_party/FreeBSD/sys/kern/ |
D | subr_bus.c | 793 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) in devclass_get_drivers() argument 812 *countp = count; in devclass_get_drivers()
|