Searched refs:call_count (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/bsd/libevent/dist/test/ |
| D | regress_iocp.c | 117 int call_count; member 129 if (d_o->call_count < MAX_CALLS) { in dummy_cb() 130 d_o->keys[d_o->call_count] = key; in dummy_cb() 131 d_o->sizes[d_o->call_count] = n; in dummy_cb() 133 d_o->call_count++; in dummy_cb() 145 for (i=0; i < o->call_count; ++i) { in pair_is_in() 193 tt_int_op(o1.call_count, ==, 4); in test_iocp_port() 194 tt_int_op(o2.call_count, ==, 4); in test_iocp_port()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/ |
| D | regress_iocp.c | 118 int call_count; member 130 if (d_o->call_count < MAX_CALLS) { in dummy_cb() 131 d_o->keys[d_o->call_count] = key; in dummy_cb() 132 d_o->sizes[d_o->call_count] = n; in dummy_cb() 134 d_o->call_count++; in dummy_cb() 146 for (i=0; i < o->call_count; ++i) { in pair_is_in() 194 tt_int_op(o1.call_count, ==, 4); in test_iocp_port() 195 tt_int_op(o2.call_count, ==, 4); in test_iocp_port()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-missing-debug.py | 60 def call_count(self): member in handler
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | predict.cc | 3508 drop_profile (struct cgraph_node *node, profile_count call_count) in drop_profile() argument 3515 bool hot = maybe_hot_count_p (NULL, call_count); in drop_profile() 3531 && call_count > profile_info->runs) in drop_profile() 3600 profile_count call_count = profile_count::zero (); in handle_missing_profiles() local 3609 call_count = call_count + e->count.ipa (); in handle_missing_profiles() 3620 if (call_count > 0 in handle_missing_profiles() 3622 && call_count.apply_scale (unlikely_frac, 1) >= profile_info->runs) in handle_missing_profiles() 3624 drop_profile (node, call_count); in handle_missing_profiles()
|
| D | ChangeLog-2013 | 9436 (handle_missing_profiles): Pass call_count to drop_profile. 32448 (call_count): Rename ggc_call_count.
|
| D | ChangeLog-2003 | 36400 (call_count): New.
|
| D | ChangeLog-2005 | 29023 (call_count): Update call to ggc_pch_count_object.
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | monitor.c | 941 static int call_count; in mm_answer_authpassword() local 965 call_count++; in mm_answer_authpassword() 966 if (plen == 0 && call_count == 1) in mm_answer_authpassword()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-spu.c | 408 unsigned int call_count; member 2856 callee->fun->call_count += 1; in mark_functions_via_relocs() 3714 delta -= sinfo->fun[i].call_count; in sort_lib() 3722 delta += sinfo->fun[i].call_count; in sort_lib()
|
| D | ChangeLog-2008 | 2408 (struct function_info): Add rodata, last_caller, call_count, 2414 last_caller and increment function call_count.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-spu.c | 408 unsigned int call_count; member 2856 callee->fun->call_count += 1; in mark_functions_via_relocs() 3714 delta -= sinfo->fun[i].call_count; in sort_lib() 3722 delta += sinfo->fun[i].call_count; in sort_lib()
|
| D | ChangeLog-2008 | 2408 (struct function_info): Add rodata, last_caller, call_count, 2414 last_caller and increment function call_count.
|