Searched refs:countp (Results 1 – 10 of 10) 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/ltrace/ |
D | output.h | 53 int account_output(int *countp, int c);
|
D | type.h | 156 size_t *countp);
|
D | type.c | 671 type_get_hfa_type(struct arg_type_info *info, size_t *countp) in type_get_hfa_type() argument 683 *countp = 0; in type_get_hfa_type() 701 *countp += emt_count; in type_get_hfa_type()
|
D | lens_default.c | 118 acc_fprintf(int *countp, FILE *stream, const char *format, ...) in acc_fprintf() argument 122 int i = account_output(countp, vfprintf(stream, format, pa)); in acc_fprintf()
|
D | output.c | 836 account_output(int *countp, int c) in account_output() argument 839 *countp += c; in account_output()
|
D | ltrace-elf.c | 432 Elf_Data **datap, size_t *countp, const char **strsp) in read_symbol_table() argument 435 *countp = shdr->sh_size / shdr->sh_entsize; in read_symbol_table()
|
/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()
|