Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_keymgmt_newdata.pod42 evp_keymgmt_newdata() calls the method's new() function.
44 evp_keymgmt_freedata() calls the method's free() function.
50 evp_keymgmt_get_params() calls the method's get_params() function.
52 evp_keymgmt_has() calls the method's has() function.
54 evp_keymgmt_validate() calls the method's validate() function.
56 evp_keymgmt_import() calls the method's import() function.
58 evp_keymgmt_import_types() calls the method's import_types() function.
60 evp_keymgmt_export() calls the method's export() function.
62 evp_keymgmt_export_types() calls the method's export_types() function.
/freebsd/contrib/libcbor/test/
H A Dtest_allocator.c14 void set_mock_malloc(int calls, ...) { in set_mock_malloc() argument
16 va_start(args, calls); in set_mock_malloc()
17 alloc_calls_expected = calls; in set_mock_malloc()
19 expectations = calloc(calls, sizeof(expectations)); in set_mock_malloc()
20 for (int i = 0; i < calls; i++) { in set_mock_malloc()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drwinfo.d43 uint64_t calls; member
54 i[probefunc].calls++;
70 printf(" read %5d %9d %d\n", i["read"].calls,
72 printf(" write %5d %9d %d\n", i["write"].calls,
/freebsd/contrib/libfido2/
H A DNEWS6 ** New API calls:
13 ** New API calls:
23 ** New API calls:
47 ** New API calls:
57 ** New API calls:
74 ** New API calls:
93 ** New API calls:
115 ** New API calls:
147 ** New API calls:
164 ** New API calls:
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A DT.func103 { k = 0; print ack($1,$2), "(" k " calls)" }
113 1 (1 calls)
114 3 (4 calls)
115 7 (27 calls)
116 61 (2432 calls)
117 125 (10307 calls)
118 253 (42438 calls)
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getcontext.c43 static int calls; variable
51 ATF_REQUIRE_EQ(n, DEPTH - calls - 1);
70 calls++;
148 if (calls == 0)
/freebsd/contrib/googletest/docs/reference/
H A Dmocking.md71 apply only to calls of *`method_name`* whose arguments match all of the
186 other calls.
212 // Collect all expectations of InitElement() calls
240 the first, second, and third calls:
260 matching function calls. Takes effect after the actions specified in the
271 If any `WillOnce` clauses have been specified, matching function calls will
283 .WillRepeatedly(Return(7)); // Return 7 on all subsequent calls
293 number of matching function calls has been reached.
297 function calls) after it has been *saturated* (the upper bound has been
311 In the above example, the first two calls to `my_mock.SetNumber(7)` match
[all …]
/freebsd/contrib/ntp/html/hints/
H A Dfreebsd3 calls, it means you are running a kernel that does not have the POSIX
4 scheduling calls enabled.
/freebsd/tools/test/stress2/misc/
H A Dsigreturn.sh88 calls(void *arg __unused)
112 if ((e = pthread_create(&cp, NULL, calls, NULL)) != 0)
H A Dmlockall3.sh104 calls(void *arg __unused)
154 if ((e = pthread_create(&cp[j], NULL, calls, NULL)) != 0)
H A Dsigreturn3.sh92 calls(void *arg __unused)
155 if ((e = pthread_create(&cp[j], NULL, calls,
H A Dftruncate.sh137 calls(void *arg __unused)
183 if ((e = pthread_create(&cp[i], NULL, calls, NULL)) != 0)
H A Dmsync.sh107 calls(void *arg __unused)
190 if ((e = pthread_create(&cp[j], NULL, calls, NULL)) != 0)
H A Dfdatasync.sh137 calls(void *arg __unused)
191 if ((e = pthread_create(&cp[i], NULL, calls, NULL)) != 0)
H A Dfdatasync2.sh135 calls(void *arg __unused)
190 if ((e = pthread_create(&cp[i], NULL, calls, NULL)) != 0)
H A Dtmpfs16.sh142 calls(void *arg __unused)
194 if ((e = pthread_create(&cp[i], NULL, calls, NULL)) != 0)
H A Dsigreturn4.sh109 calls(void *arg __unused)
181 if ((e = pthread_create(&cp[j], NULL, calls,
/freebsd/sys/compat/linux/
H A Dstats_timing.d48 @calls[probeprov, execname, probefunc] = count();
81 printa(@calls);
H A Dtrace_futexes.d150 @calls[probeprov, execname, probefunc] = count();
175 printa(@calls);
/freebsd/usr.bin/gprof/
H A Dgprof.callg25 than recursive calls).
27 self the number of times this function calls itself
41 which is due to calls from this parent.
45 descendent time which is due to calls from this
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_init_ssl.pod35 any other OpenSSL function calls.
47 not a default option. Once selected subsequent calls to
54 default option. Once selected subsequent calls to
H A DBIO_s_file.pod34 BIO_flush() on a file BIO calls the fflush() function on the wrapped
43 BIO_eof() calls feof().
45 Setting the BIO_CLOSE flag calls fclose() on the stream when the BIO
76 Because the file BIO calls the underlying stdio functions any quirks
H A DSSL_CONF_CTX_set_ssl_ctx.pod20 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to
25 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to
/freebsd/contrib/libxo/
H A DREADME.md7 and HTML output using a common set of function calls. The application
9 application calls a function "xo_emit" to product output that is
/freebsd/contrib/ncurses/include/
H A Dcurses.tail151 #define TRACE_TPUTS 0x0002 /* trace tputs calls */
156 #define TRACE_CALLS 0x0020 /* trace all curses calls */
160 #define TRACE_ICALLS 0x0200 /* trace internal/nested calls */
161 #define TRACE_CCALLS 0x0400 /* trace per-character calls */

12345678910>>...23