HomeSort by relevance Sort by last modified time
    Searched refs:countp (Results 1 - 9 of 9) sorted by null

  /external/libunwind/src/coredump/
_UPT_get_dyn_info_list_addr.c 35 int *countp)
71 *countp = count;
79 int *countp)
82 *countp = 0;
  /external/libunwind/src/ptrace/
_UPT_get_dyn_info_list_addr.c 34 int *countp)
68 *countp = count;
76 int *countp)
81 *countp = 0;
  /external/ltrace/
output.h 52 /* If C is positive, add it to *COUNTP. Returns C. */
53 int account_output(int *countp, int c);
type.h 151 * corresponding floating point type, and set *COUNTP to number of
156 size_t *countp);
type.c 671 type_get_hfa_type(struct arg_type_info *info, size_t *countp)
683 *countp = 0;
701 *countp += emt_count;
lens_default.c 118 acc_fprintf(int *countp, FILE *stream, const char *format, ...)
122 int i = account_output(countp, vfprintf(stream, format, pa));
output.c 836 account_output(int *countp, int c)
839 *countp += c;
ltrace-elf.c 432 Elf_Data **datap, size_t *countp, const char **strsp)
435 *countp = shdr->sh_size / shdr->sh_entsize;
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 1515 int *countp; local
    [all...]

Completed in 131 milliseconds