Searched refs:init (Results 176 - 200 of 1768) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/evp/
H A Dcmeth_lib.c94 int (*init) (EVP_CIPHER_CTX *ctx,
99 if (cipher->init != NULL)
102 cipher->init = init;
168 return cipher->init;
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbss_fd.c92 bi->init = 0;
104 if (a->init) {
107 a->init = 0;
164 b->init = 1;
167 if (b->init) {
/freebsd-current/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c182 escape_t *candidate, *init; local
243 init = INIT0(ei);
244 if (psenc->inuse == init) {
245 init = INIT1(ei);
246 } else if (INIT(psenc->inuse) == init) {
247 if (ESC(init) != ch)
249 candidate = init;
255 if (init == NULL ||
256 ESC(init) != ch)
258 candidate = init;
304 escape_t *candidate, *init; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h30 void init(Allocator *Instance) REQUIRES(Mutex) {
32 Instance->init();
34 FallbackTSD.init(Instance);
42 init(Instance); // Sets Initialized.
135 ThreadTSD.init(Instance);
H A Dstats.h33 void init() { function in class:scudo::LocalStats
62 void init() { LocalStats::init(); } function in class:scudo::GlobalStats
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp43 cl::init(true), cl::Hidden);
49 cl::init(8), cl::Hidden);
54 cl::init(false), cl::Hidden);
58 cl::desc("The maximum cost used for building integers."), cl::init(0),
61 static cl::opt<bool> UseAA("riscv-use-aa", cl::init(true),
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp37 cl::init("-"));
48 cl::init(false), cl::cat(AsCat));
51 cl::init(false), cl::cat(AsCat));
64 cl::init(true), cl::Hidden, cl::cat(AsCat));
69 cl::init(""), cl::cat(AsCat));
/freebsd-current/contrib/libevent/test/
H A DMakefile.nmake25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
46 test-init.exe: test-init.obj
47 $(CC) $(CFLAGS) $(LIBS) test-init.obj
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A DMakefile.nmake25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
46 test-init.exe: test-init.obj
47 $(CC) $(CFLAGS) $(LIBS) test-init.obj
/freebsd-current/crypto/heimdal/lib/krb5/
H A Ddigest.c43 DigestInit init; member in struct:krb5_digest_data
70 free_DigestInit(&digest->init);
85 if (digest->init.channel) {
90 digest->init.channel = calloc(1, sizeof(*digest->init.channel));
91 if (digest->init.channel == NULL)
94 digest->init.channel->cb_type = strdup(type);
95 if (digest->init.channel->cb_type == NULL)
98 digest->init.channel->cb_binding = strdup(binding);
99 if (digest->init
834 NTLMInit init; member in struct:krb5_ntlm_data
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp63 cl::init(true), cl::Hidden);
68 cl::init(true), cl::Hidden);
73 cl::init(true), cl::Hidden);
77 cl::init(true), cl::Hidden);
81 cl::init(true), cl::Hidden);
86 cl::init(false), cl::Hidden);
91 cl::init(true), cl::Hidden);
96 cl::init(true), cl::Hidden);
104 cl::init(true));
108 cl::desc("Enable the redundant copy elimination pass"), cl::init(tru
[all...]
/freebsd-current/tests/sys/geom/class/eli/
H A Dattach_test.sh19 atf_check geli init -B none -P -K keyfile ${md}
56 atf_check geli init -B none -P -K keyfile ${md}
84 atf_check geli init -B none -P -K keyfile ${md}
114 atf_check geli init -B none -P -K keyfile ${md0}
115 atf_check geli init -B none -P -K keyfile ${md1}
116 atf_check geli init -B none -P -K keyfile ${md2}
142 atf_check geli init -B none -P -K keyfile ${md}
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dfilter_common.c317 if (fc == NULL || fc->init == NULL)
321 filters[j].init = fc->init;
328 if (fc == NULL || fc->init == NULL)
332 filters[i].init = fc->init;
339 filters[count].init = NULL;
/freebsd-current/contrib/bearssl/src/rand/
H A Daesctr_drbg.c37 aesctr->init(&ctx->sk.vtable, tmp, 16);
172 ctx->sk.vtable->init(&ctx->sk.vtable, tmp, 32);
193 ctx->sk.vtable->init(&ctx->sk.vtable, H, 16);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp101 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, function in namespace:__tsan
257 init(thr, pc, fd, &fdctx.filesync);
268 init(thr, pc, newfd, ref(od->sync), write);
274 init(thr, pc, rfd, ref(s));
275 init(thr, pc, wfd, ref(s));
283 init(thr, pc, fd, allocsync(thr, pc));
290 init(thr, pc, fd, 0);
297 init(thr, pc, fd, 0);
304 init(thr, pc, fd, allocsync(thr, pc));
336 init(th
[all...]
/freebsd-current/usr.bin/lex/
H A DMakefile46 bootstrap: ${GENFILES:S/^/init/g}
49 ${.CURDIR}/init${_f} ${_f} 2> /dev/null || { \
51 ${CP} ${.CURDIR}/init${_f} ${_f} ; \
/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp42 cl::init(false));
49 "timeout", cl::init(300), cl::value_desc("seconds"),
54 "mlimit", cl::init(-1), cl::value_desc("MBytes"),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetMachine.cpp28 cl::init(true));
32 cl::ReallyHidden, cl::init(true));
36 cl::location(AMDGPUTargetMachine::EnableFunctionCalls), cl::init(true),
H A DAMDGPUTargetMachine.cpp108 SGPRRegAlloc("sgpr-regalloc", cl::Hidden, cl::init(&useDefaultRegisterAllocator),
113 VGPRRegAlloc("vgpr-regalloc", cl::Hidden, cl::init(&useDefaultRegisterAllocator),
180 cl::init(false));
185 cl::init(true));
190 cl::init(true), cl::Hidden);
196 cl::init(true),
203 cl::init(true),
210 cl::init(false),
217 cl::init(false),
224 cl::init(tru
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp44 InitialSyntheticCount("initial-synthetic-count", cl::Hidden, cl::init(10),
50 "inline-synthetic-count", cl::Hidden, cl::init(15),
55 "cold-synthetic-count", cl::Hidden, cl::init(5),
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c210 const char *src_init; /* init of source string */
216 const char *init; member in struct:MatchState::__anon116
389 ms->capture[level].init = s;
402 ms->capture[l].len = s - ms->capture[l].init; /* close capture */
414 memcmp(ms->capture[l].init, s, len) == 0)
423 init: /* using goto's to optimize tail recursion */
448 p += 4; goto init; /* return match(ms, s, p + 4); */
462 p = ep; goto init; /* return match(ms, s, ep); */
472 p += 2; goto init; /* return match(ms, s, p + 2) */
485 p = ep + 1; goto init; /* retur
529 const char *init; /* to search for a `*s2' inside `s1' */ local
591 size_t init = posrelat(luaL_optinteger(L, 3, 1), ls); local
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp108 typename traits_t<T>::unsigned_t &init,
133 init = id * small_chunk + id * p_extra + (id < extras ? id : extras);
135 init = id * small_chunk + (id - num_procs_with_ecore) * p_extra +
140 init = id * small_chunk + id * p_extra + (id < extras ? id : extras);
142 init = id * small_chunk + first_thread_with_ecore * p_extra +
154 init = id * small_chunk + (id < extras ? id : extras);
433 T ntc, init = 0; local
532 init =
535 init = id * small_chunk + (id - num_procs_with_ecore) * p_extra +
540 init
105 __kmp_initialize_self_buffer(kmp_team_t *team, T id, dispatch_private_info_template<T> *pr, typename traits_t<T>::unsigned_t nchunks, T nproc, typename traits_t<T>::unsigned_t &init, T &small_chunk, T &extras, T &p_extra) argument
585 T init, limit; local
1335 UT limit, trip, init; local
2229 UT limit, trip, init; local
[all...]
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_tls.h44 tsd_get(bool init) { argument
H A Dtsd_malloc_thread_cleanup.h51 tsd_get(bool init) { argument
/freebsd-current/contrib/atf/atf-c/
H A Dtc_test.c56 ATF_TC(init); variable
57 ATF_TC_HEAD(init, tc)
61 ATF_TC_BODY(init, tcin)
174 ATF_TP_ADD_TC(tp, init);

Completed in 399 milliseconds

1234567891011>>