Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 3015) sorted by relevance

12345678910>>...121

/netbsd-src/external/bsd/libevent/dist/test/
H A Dtest-time.c49 int called = 0; variable
69 called++; in time_cb()
71 if (called < 10*NEVENT) { in time_cb()
76 if (tv.tv_usec % 2 || called < NEVENT) in time_cb()
118 i, called, NEVENT); in main()
120 if (i == 1 && called >= NEVENT) { in main()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dasync.rst8 called from another thread.
50 It's safe to call this function from any thread. The callback will be called on the
59 yield an execution of the callback. For example: if :c:func:`uv_async_send` is called 5
60 times in a row before the callback is called, the callback will only be called once. If
61 :c:func:`uv_async_send` is called again after the callback was called, it will be called
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dfsf_callg_bl.m7 The lines above it list the functions that called this function,
8 and the lines below it list the functions this one called.
25 called This is the number of times the function was called.
26 If the function called itself recursively, the number
44 called This is the number of times this parent called the
46 was called. Recursive calls to the function are not
66 called This is the number of times the function called
68 was called. Recursive calls by the child are not
77 entry for the cycle-as-a-whole. This entry shows who called the
81 for that member, how many times it was called from other members of
H A Dbsd_callg_bl.m24 called the number of times this function is called (other
48 called** the number of times this function is called by
53 total* the number of times this function was called by
68 which is due to being called by this function.
72 time which is due to being called by this
75 called** the number of times this child is called by this
79 total* the number of times this child is called by all
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dfsf_callg_bl.m7 The lines above it list the functions that called this function,
8 and the lines below it list the functions this one called.
25 called This is the number of times the function was called.
26 If the function called itself recursively, the number
44 called This is the number of times this parent called the
46 was called. Recursive calls to the function are not
66 called This is the number of times the function called
68 was called. Recursive calls by the child are not
77 entry for the cycle-as-a-whole. This entry shows who called the
81 for that member, how many times it was called from other members of
H A Dbsd_callg_bl.m24 called the number of times this function is called (other
48 called** the number of times this function is called by
53 total* the number of times this function was called by
68 which is due to being called by this function.
72 time which is due to being called by this
75 called** the number of times this child is called by this
79 total* the number of times this child is called by all
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_PKEY_ASN1_METHOD.pod165 The pub_decode() and pub_encode() methods are called to decode /
168 They're called by L<X509_PUBKEY_get0(3)> and L<X509_PUBKEY_set(3)>.
170 The pub_cmp() method is called when two public keys are to be
173 It's called by L<EVP_PKEY_cmp(3)>.
175 The pub_print() method is called to print a public key in humanly
178 It's called by L<EVP_PKEY_print_public(3)>.
185 The priv_decode() and priv_encode() methods are called to decode /
188 They're called by L<EVP_PKCS82PKEY(3)> and L<EVP_PKEY2PKCS8(3)>.
190 The priv_print() method is called to print a private key in humanly
193 It's called by L<EVP_PKEY_print_private(3)>.
[all …]
H A DDSA_generate_parameters.pod42 called as shown below. For information on the BN_GENCB structure and the
54 When a candidate for q is generated, B<BN_GENCB_call(cb, 0, m++)> is called
60 B<BN_GENCB_call(cb, 1, -1)> is called.
62 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
69 B<BN_GENCB_call(cb, 3, 0)> are called.
74 B<BN_GENCB_call(cb, 0, counter)> is called.
79 B<BN_GENCB_call(cb, 1, -1)> is called.
81 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
87 When p has been found, B<BN_GENCB_call(cb, 2, 1)> is called.
91 When the generator has been found, B<BN_GENCB_call(cb, 3, 1)> is called.
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_330.c13 called(bool);
19 called(!b); in example()
23 called(!c); in example()
27 called(!i); in example()
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mips64el/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipsn64eb/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipsel/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipseb/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipsn64el/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/x86_64/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/alpha/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mips64el/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/armeb/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/m68000/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/i386/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/arm/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/aarch64/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipsel/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/vax/
H A Dobserver.inc64 fprintf_unfiltered (gdb_stdlog, "observer_notify_normal_stop() called\n");
103 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_received() called\n");
137 fprintf_unfiltered (gdb_stdlog, "observer_notify_end_stepping_range() called\n");
176 fprintf_unfiltered (gdb_stdlog, "observer_notify_signal_exited() called\n");
215 fprintf_unfiltered (gdb_stdlog, "observer_notify_exited() called\n");
249 fprintf_unfiltered (gdb_stdlog, "observer_notify_no_history() called\n");
283 fprintf_unfiltered (gdb_stdlog, "observer_notify_sync_execution_done() called\n");
317 fprintf_unfiltered (gdb_stdlog, "observer_notify_command_error() called\n");
356 fprintf_unfiltered (gdb_stdlog, "observer_notify_target_changed() called\n");
390 fprintf_unfiltered (gdb_stdlog, "observer_notify_executable_changed() called\n");
[all …]

12345678910>>...121