Searched refs:countp (Results 1 – 5 of 5) sorted by relevance
/external/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 …]
|
/external/libunwind/src/ptrace/ |
D | _UPT_get_dyn_info_list_addr.c | 34 int *countp) in get_list_addr() argument 64 *countp = count; in get_list_addr() 72 int *countp) in get_list_addr() argument 77 *countp = 0; in get_list_addr()
|
/external/libunwind/src/coredump/ |
D | _UPT_get_dyn_info_list_addr.c | 35 int *countp) in get_list_addr() argument 71 *countp = count; in get_list_addr() 79 int *countp) in get_list_addr() argument 82 *countp = 0; in get_list_addr()
|
/external/libevent/ |
D | evdns.c | 1749 int *countp; in evdns_server_request_add_reply() local 1759 countp = &req->n_answer; in evdns_server_request_add_reply() 1763 countp = &req->n_authority; in evdns_server_request_add_reply() 1767 countp = &req->n_additional; in evdns_server_request_add_reply() 1809 ++(*countp); in evdns_server_request_add_reply()
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 7956 unsigned int countp; in DBEnv_repmgr_site_list() local 7962 err = self->db_env->repmgr_site_list(self->db_env, &countp, &listp); in DBEnv_repmgr_site_list() 7972 for(;countp--;) { in DBEnv_repmgr_site_list() 7973 key=NUMBER_FromLong(listp[countp].eid); in DBEnv_repmgr_site_list() 7979 tuple=Py_BuildValue("(sII)", listp[countp].host, in DBEnv_repmgr_site_list() 7980 listp[countp].port, listp[countp].status); in DBEnv_repmgr_site_list()
|