Searched refs:choose (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/
H A Dcopy-builtin41 To compile this file system support as a module, choose M here.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc138 // and ucrt.dll can define the same symbols. The runtime linker will choose
/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c507 unsigned choose = percpu_arena_choose(); local
508 ret = arena_get(tsd_tsdn(tsd), choose, true);
517 unsigned i, j, choose[2], first_null; local
524 * choose[0]: For application allocation.
525 * choose[1]: For internal metadata allocation.
529 choose[j] = 0;
546 tsd_tsdn(tsd), choose[j], false),
548 choose[j] = i;
567 choose[j], false), !!j) == 0 || first_null ==
575 choose[
603 tsd_tsdn(tsd), choose[j]); local
[all...]
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h2349 * and `end_name_list()`. Then it will call `choose()`, to select the
2458 void (*choose)(const br_ssl_client_certificate_class **pctx, member in struct:br_ssl_client_certificate_class_
3092 * The SSL server engine will invoke first `choose()`, once the
3134 int (*choose)(const br_ssl_server_policy_class **pctx, member in struct:br_ssl_server_policy_class_
3207 * `choices` structures by the `choose()` callback. This will be
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc372 * choose to check the actual data value: if none of the value sites
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc372 * choose to check the actual data value: if none of the value sites
/freebsd-13-stable/share/mk/
H A Dbsd.own.mk283 # overridden by Makefiles, but the user may choose to set this in src.conf(5).
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v1.sql249 -- by the test case itself, we choose to store the processed, split
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c1375 (*CTX->client_auth_vtable)->choose(CTX->client_auth_vtable,
H A Dssl_hs_server.c1222 x = (*CTX->policy_vtable)->choose(
/freebsd-13-stable/contrib/apr-util/
H A Dconfigure1442 --with-dbm=DBM choose the DBM type to use.

Completed in 218 milliseconds