HomeSort by: relevance | last modified time | path
    Searched defs:calls (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/tests/lib/libc/sys/
t_getcontext.c 43 static int calls; variable
51 ATF_REQUIRE_EQ(n, DEPTH - calls - 1);
60 calls++;
117 if (calls == 0)
t_getcontext.c 43 static int calls; variable
51 ATF_REQUIRE_EQ(n, DEPTH - calls - 1);
60 calls++;
117 if (calls == 0)
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
crypt.h 98 static unsigned calls = 0; /* ensure different random header each time */ local
107 if (++calls == 1)
crypt.h 98 static unsigned calls = 0; /* ensure different random header each time */ local
107 if (++calls == 1)
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
crypt.h 102 static unsigned calls = 0; /* ensure different random header each time */ local
111 if (++calls == 1)
crypt.h 102 static unsigned calls = 0; /* ensure different random header each time */ local
111 if (++calls == 1)
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
crypt.h 102 static unsigned calls = 0; /* ensure different random header each time */ local
111 if (++calls == 1)
crypt.h 102 static unsigned calls = 0; /* ensure different random header each time */ local
111 if (++calls == 1)
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
crypt.h 98 static unsigned calls = 0; /* ensure different random header each time */ local
107 if (++calls == 1)
crypt.h 98 static unsigned calls = 0; /* ensure different random header each time */ local
107 if (++calls == 1)
  /src/common/dist/zlib/contrib/minizip/
crypt.h 95 static unsigned calls = 0; /* ensure different random header each time */ local
104 if (++calls == 1)
crypt.h 95 static unsigned calls = 0; /* ensure different random header each time */ local
104 if (++calls == 1)
  /src/external/gpl3/gcc/dist/gcc/
gimple-warn-recursion.cc 61 /* Recursive calls found in M_FUNC. */
165 /* Search FUNC for unconditionally infinitely recursive calls to self
172 auto_vec<gimple *> calls; local
175 m_calls = &calls;
gimple-warn-recursion.cc 61 /* Recursive calls found in M_FUNC. */
165 /* Search FUNC for unconditionally infinitely recursive calls to self
172 auto_vec<gimple *> calls; local
175 m_calls = &calls;
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-warn-recursion.cc 61 /* Recursive calls found in M_FUNC. */
165 /* Search FUNC for unconditionally infinitely recursive calls to self
172 auto_vec<gimple *> calls; local
175 m_calls = &calls;
gimple-warn-recursion.cc 61 /* Recursive calls found in M_FUNC. */
165 /* Search FUNC for unconditionally infinitely recursive calls to self
172 auto_vec<gimple *> calls; local
175 m_calls = &calls;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
short-circuit-argument-list.f90 27 type(called_counts) :: calls variable in module:called_state
33 calls%function_no_arg_called = calls%function_no_arg_called + 1
40 calls%function_no_arg_false_called = calls%function_no_arg_false_called + 1
48 calls%function_one_arg_called = calls%function_one_arg_called + 1
56 calls%function_two_arg_called = calls%function_two_arg_called + 1
65 calls%function_array_called = calls%function_array_called +
    [all...]
short-circuit-argument-list.f90 27 type(called_counts) :: calls variable in module:called_state
33 calls%function_no_arg_called = calls%function_no_arg_called + 1
40 calls%function_no_arg_false_called = calls%function_no_arg_false_called + 1
48 calls%function_one_arg_called = calls%function_one_arg_called + 1
56 calls%function_two_arg_called = calls%function_two_arg_called + 1
65 calls%function_array_called = calls%function_array_called +
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
short-circuit-argument-list.f90 27 type(called_counts) :: calls variable in module:called_state
33 calls%function_no_arg_called = calls%function_no_arg_called + 1
40 calls%function_no_arg_false_called = calls%function_no_arg_false_called + 1
48 calls%function_one_arg_called = calls%function_one_arg_called + 1
56 calls%function_two_arg_called = calls%function_two_arg_called + 1
65 calls%function_array_called = calls%function_array_called +
    [all...]
short-circuit-argument-list.f90 27 type(called_counts) :: calls variable in module:called_state
33 calls%function_no_arg_called = calls%function_no_arg_called + 1
40 calls%function_no_arg_false_called = calls%function_no_arg_false_called + 1
48 calls%function_one_arg_called = calls%function_one_arg_called + 1
56 calls%function_two_arg_called = calls%function_two_arg_called + 1
65 calls%function_array_called = calls%function_array_called +
    [all...]
  /src/external/bsd/unbound/dist/testcode/
memstats.c 64 uint64_t calls; member in struct:codeline
148 cl->calls ++;
174 cl->calls ++;
232 (long long)cl->calls, cl->codeline, cl->func);
234 tcalls += cl->calls;
memstats.c 64 uint64_t calls; member in struct:codeline
148 cl->calls ++;
174 cl->calls ++;
232 (long long)cl->calls, cl->codeline, cl->func);
234 tcalls += cl->calls;
  /src/sys/kern/
exec_subr.c 63 VMCMD_EVCNT_DECL(calls); variable
91 VMCMD_EVCNT_INCR(calls);
exec_subr.c 63 VMCMD_EVCNT_DECL(calls); variable
91 VMCMD_EVCNT_INCR(calls);
  /src/usr.bin/xlint/lint2/
chk.c 343 fcall_t *calls, *call, *call1; local
347 if ((calls = hte->h_calls) == NULL)
367 call1 = calls;
368 calls = calls->f_next;
375 for (call = calls; call != NULL; call = call->f_next) {
535 * if two calls are compared, ai1 is set to the

Completed in 111 milliseconds

1 2 3