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/llvm-project/polly/lib/External/isl/imath/ |
D | gmp_compat.c | 687 void* GMPZAPI(export)(void *rop, size_t *countp, int order, size_t size, int endian, size_t nails, … in GMPZAPI() 704 if (countp) in GMPZAPI() 705 *countp = 0; in GMPZAPI() 759 if (countp) in GMPZAPI() 760 *countp = num_words; in GMPZAPI()
|
D | gmp_compat.h | 221 void* GMPZAPI(export)(void *rop, size_t *countp, int order, size_t size, int endian, size_t nails, …
|
/external/libevent/ |
D | evdns.c | 1779 int *countp; in evdns_server_request_add_reply() local 1789 countp = &req->n_answer; in evdns_server_request_add_reply() 1793 countp = &req->n_authority; in evdns_server_request_add_reply() 1797 countp = &req->n_additional; in evdns_server_request_add_reply() 1839 ++(*countp); in evdns_server_request_add_reply()
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 7980 unsigned int countp; in DBEnv_repmgr_site_list() local 7986 err = self->db_env->repmgr_site_list(self->db_env, &countp, &listp); in DBEnv_repmgr_site_list() 7996 for(;countp--;) { in DBEnv_repmgr_site_list() 7997 key=NUMBER_FromLong(listp[countp].eid); in DBEnv_repmgr_site_list() 8003 tuple=Py_BuildValue("(sII)", listp[countp].host, in DBEnv_repmgr_site_list() 8004 listp[countp].port, listp[countp].status); in DBEnv_repmgr_site_list()
|