Home
last modified time | relevance | path

Searched refs:call_count (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/bsd/libevent/dist/test/
Dregress_iocp.c117 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/
Dregress_iocp.c118 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/
Dpy-missing-debug.py60 def call_count(self): member in handler
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpredict.cc3508 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()
DChangeLog-20139436 (handle_missing_profiles): Pass call_count to drop_profile.
32448 (call_count): Rename ggc_call_count.
DChangeLog-200336400 (call_count): New.
DChangeLog-200529023 (call_count): Update call to ggc_pch_count_object.
/netbsd/src/crypto/external/bsd/openssh/dist/
Dmonitor.c941 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/
Delf32-spu.c408 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()
DChangeLog-20082408 (struct function_info): Add rodata, last_caller, call_count,
2414 last_caller and increment function call_count.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-spu.c408 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()
DChangeLog-20082408 (struct function_info): Add rodata, last_caller, call_count,
2414 last_caller and increment function call_count.