Searched refs:countp (Results 1 - 5 of 5) sorted by relevance
/third_party/elfutils/backends/ |
H A 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 in hfa_type() [all...] |
/third_party/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_get_dyn_info_list_addr.c | 34 int *countp) in get_list_addr() 68 *countp = count; in get_list_addr() 81 int *countp) in get_list_addr() 84 *countp = 0; in get_list_addr() 33 get_list_addr(unw_addr_space_t as, unw_word_t *dil_addr, void *arg, int *countp) get_list_addr() argument 80 get_list_addr(unw_addr_space_t as, unw_word_t *dil_addr, void *arg, int *countp) get_list_addr() argument
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UPT_get_dyn_info_list_addr.c | 36 int *countp) in get_list_addr() 70 *countp = count; in get_list_addr() 83 int *countp) in get_list_addr() 86 *countp = 0; in get_list_addr() 35 get_list_addr(unw_addr_space_t as, unw_word_t *dil_addr, void *arg, int *countp) get_list_addr() argument 82 get_list_addr(unw_addr_space_t as, unw_word_t *dil_addr, void *arg, int *countp) get_list_addr() argument
|
/third_party/FreeBSD/sys/sys/ |
H A D | bus.h | 304 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/ |
H A D | subr_bus.c | 780 * of drivers in the array is returned in @p *countp. The caller should 785 * @param countp gives location for number of array elements 792 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) in devclass_get_drivers() argument 811 *countp = count; in devclass_get_drivers()
|
Completed in 7 milliseconds