HomeSort by: relevance | last modified time | path
    Searched defs:call_count (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
pending-bp.c 27 volatile int call_count = 1; variable
51 for (; call_count > 0; --call_count)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-missing-debug.py 60 def call_count(self): member in class:handler
py-missing-objfile.py 98 def call_count(self): member in class:handler
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-missing-debug.py 60 def call_count(self): member in class:handler
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-sr.cc 280 int call_count = 0; local
314 ++call_count;
368 if (call_count > 1)
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv-sr.cc 280 int call_count = 0; local
314 ++call_count;
368 if (call_count > 1)
  /src/external/gpl3/gdb/dist/gdb/unittests/
function-view-selftests.c 54 ++call_count;
59 int call_count = 0; member in struct:plus_one_int_func_obj
98 SELF_CHECK (func_obj.call_count == 2);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
function-view-selftests.c 54 ++call_count;
59 int call_count = 0; member in struct:plus_one_int_func_obj
98 SELF_CHECK (func_obj.call_count == 2);
  /src/external/bsd/jemalloc/dist/test/unit/
hook.c 14 static int call_count = 0; variable
81 call_count = 0;
88 call_count++;
100 call_count++;
112 call_count++;
187 call_count = 0;
189 expect_d_eq(call_count, 1, "Called wrong number of times");
191 call_count = 0;
193 expect_d_eq(call_count, 1, "Called wrong number of times");
195 call_count = 0
    [all...]
  /src/external/bsd/libevent/dist/test/
regress_iocp.c 117 int call_count; member in struct:dummy_overlapped
129 if (d_o->call_count < MAX_CALLS) {
130 d_o->keys[d_o->call_count] = key;
131 d_o->sizes[d_o->call_count] = n;
133 d_o->call_count++;
145 for (i=0; i < o->call_count; ++i) {
193 tt_int_op(o1.call_count, ==, 4);
194 tt_int_op(o2.call_count, ==, 4);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_iocp.c 118 int call_count; member in struct:dummy_overlapped
130 if (d_o->call_count < MAX_CALLS) {
131 d_o->keys[d_o->call_count] = key;
132 d_o->sizes[d_o->call_count] = n;
134 d_o->call_count++;
146 for (i=0; i < o->call_count; ++i) {
194 tt_int_op(o1.call_count, ==, 4);
195 tt_int_op(o2.call_count, ==, 4);
  /src/crypto/external/bsd/openssh/dist/
monitor.c 958 static int call_count; local
982 call_count++;
983 if (plen == 0 && call_count == 1)
  /src/external/gpl3/gcc/dist/gcc/
predict.cc 3608 whether it is expected to be hot given the CALL_COUNT. */
3611 drop_profile (struct cgraph_node *node, profile_count call_count)
3615 dropped profile, call_count will be 0. Since there are no
3618 bool hot = maybe_hot_count_p (NULL, call_count);
3634 && call_count > profile_info->runs)
3703 profile_count call_count = profile_count::zero ();
3712 call_count = call_count + e->count.ipa ();
3723 if (call_count > 0
3725 && call_count * unlikely_frac >= profile_info->runs
3699 profile_count call_count = profile_count::zero (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
predict.cc 3509 whether it is expected to be hot given the CALL_COUNT. */
3512 drop_profile (struct cgraph_node *node, profile_count call_count)
3516 dropped profile, call_count will be 0. Since there are no
3519 bool hot = maybe_hot_count_p (NULL, call_count);
3535 && call_count > profile_info->runs)
3604 profile_count call_count = profile_count::zero ();
3613 call_count = call_count + e->count.ipa ();
3624 if (call_count > 0
3626 && call_count.apply_scale (unlikely_frac, 1) >= profile_info->runs
3600 profile_count call_count = profile_count::zero (); local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 405 unsigned int call_count; member in struct:function_info
2856 callee->fun->call_count += 1;
3714 delta -= sinfo->fun[i].call_count;
3722 delta += sinfo->fun[i].call_count;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 405 unsigned int call_count; member in struct:function_info
2856 callee->fun->call_count += 1;
3714 delta -= sinfo->fun[i].call_count;
3722 delta += sinfo->fun[i].call_count;
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 405 unsigned int call_count; member in struct:function_info
2852 callee->fun->call_count += 1;
3710 delta -= sinfo->fun[i].call_count;
3718 delta += sinfo->fun[i].call_count;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 408 unsigned int call_count; member in struct:function_info
2856 callee->fun->call_count += 1;
3714 delta -= sinfo->fun[i].call_count;
3722 delta += sinfo->fun[i].call_count;

Completed in 60 milliseconds