Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/freebsd-13-stable/crypto/openssl/include/internal/
HDthread_once.h26 #define DEFINE_RUN_ONCE(init) \ argument
39 #define DECLARE_RUN_ONCE(init) \ argument
58 #define DEFINE_RUN_ONCE_STATIC(init) \ argument
99 #define DEFINE_RUN_ONCE_STATIC_ALT(initalt, init) \ argument
118 #define RUN_ONCE(once, init) \ argument
136 #define RUN_ONCE_ALT(once, initalt, init) \ argument
/freebsd-13-stable/sys/dev/sfxge/common/
HDefx_hash.c116 __in uint32_t init) in efx_hash_dwords()
165 __in uint32_t init) in efx_hash_bytes()
248 __in uint32_t init) in efx_hash_bytes()
/freebsd-13-stable/sys/contrib/zstd/programs/
HDtimefn.c31 static int init = 0; in UTIL_getSpanTimeMicro() local
45 static int init = 0; in UTIL_getSpanTimeNano() local
65 static int init = 0; in UTIL_getSpanTimeMicro() local
76 static int init = 0; in UTIL_getSpanTimeNano() local
/freebsd-13-stable/contrib/netbsd-tests/lib/libobjc/
HDt_threads.m53 -init; category
68 -init category
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
HDlogwtmp.c87 static int init = 0; in ftpd_logwtmp_asl() local
109 static int init = 0; in ftpd_logwtmp_wtmp() local
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
HDstate.c404 send_do(int option, int init) in send_do()
575 send_dont(int option, int init) in send_dont()
699 send_will(int option, int init) in send_will()
821 send_wont(int option, int init) in send_wont()
/freebsd-13-stable/contrib/telnet/telnetd/
HDstate.c424 send_do(int option, int init) in send_do()
641 send_dont(int option, int init) in send_dont()
788 send_will(int option, int init) in send_will()
944 send_wont(int option, int init) in send_wont()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDstats.h33 void init() { in init() function
62 void init() { LocalStats::init(); } in init() function
HDbytemap.h20 void init() { DCHECK(Size == 0 || Map[0] == 0); } in init() function
HDquarantine.h28 void init(void *Ptr, uptr Size) { in init() function
68 void init() { DCHECK_EQ(atomic_load_relaxed(&Size), 0U); } in init() function
176 void init(uptr Size, uptr CacheSize) NO_THREAD_SAFETY_ANALYSIS { in init() function
/freebsd-13-stable/sys/mips/nlm/dev/net/ucore/
HDcrt0_basic.S54 init: label
/freebsd-13-stable/contrib/atf/atf-c/
HDtc_test.c57 ATF_TC_HEAD(init, tc) in ATF_TC_HEAD() argument
61 ATF_TC_BODY(init, tcin) in ATF_TC_BODY() argument
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDtsd_generic.h62 tsd_wrapper_get(bool init) { in tsd_wrapper_get()
142 tsd_get(bool init) { in tsd_get()
/freebsd-13-stable/bin/hostname/tests/
HDhostname_test.sh43 init() function
/freebsd-13-stable/stand/efi/include/
HDefi_drivers.h34 void (*init)(void); member
/freebsd-13-stable/contrib/kyua/utils/cmdline/
HDglobals.cpp58 cmdline::init(const char* argv0, const bool override_for_testing) in init() function in cmdline
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCShuffler.cpp33 void HexagonMCShuffler::init(MCInst &MCB) { in init() function in HexagonMCShuffler
55 void HexagonMCShuffler::init(MCInst &MCB, MCInst const &AddMI, in init() function in HexagonMCShuffler
/freebsd-13-stable/contrib/libedit/TEST/
HDfuzz1.c16 int init = 0; variable
/freebsd-13-stable/contrib/xz/src/liblzma/common/
HDfilter_common.h25 lzma_init_function init; member
/freebsd-13-stable/contrib/wpa/src/utils/
HDext_password_i.h16 void * (*init)(const char *params); member
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_nolibc.cpp32 void ListOfModules::init() {} in init() function in __sanitizer::ListOfModules
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
HDsecurity.h50 int (*init)(void *); member
62 int (*init)(void *); member
/freebsd-13-stable/sys/sys/
HDtaskqueue.h155 #define TASKQUEUE_DEFINE(name, enqueue, context, init) \ argument
179 #define TASKQUEUE_FAST_DEFINE(name, enqueue, context, init) \ argument
/freebsd-13-stable/sys/dev/wtap/plugins/
HDwtap_plugin.h41 void (*init)(struct wtap_plugin *); member
/freebsd-13-stable/crypto/openssl/crypto/sm3/
HDm_sm3.c18 static int init(EVP_MD_CTX *ctx) in init() function

12345678910>>...17