Home
last modified time | relevance | path

Searched refs:countp (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/backends/
Daarch64_retval.c78 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.c34 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.c35 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/
Doutput.h53 int account_output(int *countp, int c);
Dtype.h156 size_t *countp);
Dtype.c671 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()
Dlens_default.c118 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()
Doutput.c836 account_output(int *countp, int c) in account_output() argument
839 *countp += c; in account_output()
Dltrace-elf.c432 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/
Devdns.c1749 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()