Searched refs:countp (Results 1 – 6 of 6) sorted by relevance
/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 | 303 int device_get_children(device_t dev, device_t **listp, int *countp); 355 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp); 356 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
|
/third_party/glib/glib/ |
D | gslice.c | 865 gsize *countp) in magazine_cache_pop_magazine() argument 886 *countp = i; in magazine_cache_pop_magazine() 900 *countp = (gsize) magazine_chain_count (current); in magazine_cache_pop_magazine()
|
/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()
|
/third_party/quickjs/ |
D | quickjs.c | 1243 JSValue **arrpp, uint32_t *countp); 15538 JSValue **arrpp, uint32_t *countp) in js_get_fast_array() argument 15544 *countp = p->u.array.count; in js_get_fast_array()
|