Searched refs:init (Results 151 - 175 of 1564) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.h38 void init();
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp343 T ntc, init; local
358 init = id * small_chunk + (id < extras ? id : extras);
359 pr->u.p.count = init;
360 pr->u.p.ub = init + small_chunk + (id < extras ? 1 : 0);
394 T init, limit; local
406 init = id;
417 init = id * small_chunk + (id < extras ? id : extras);
418 limit = init + small_chunk - (id < extras ? 0 : 1);
423 init = 0;
437 *cur_chunk = limit - init
1153 UT limit, trip, init; local
1932 UT limit, trip, init; local
[all...]
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_rtc.c62 * init-always true true false
63 * xo-init 0x0004 0x3c0a 0x180a
64 * gpo-init 0x100000 0x100000 0x500000
75 struct aml8726_rtc_init init; member in struct:aml8726_rtc_softc
292 if (sc->init.always == TRUE || (CSR_READ_4(sc, AML_RTC_1_REG) &
301 CSR_WRITE_4(sc, AML_RTC_4_REG, ((sc->init.xo >> 8) & 0xff));
305 ((uint32_t)(sc->init.xo & 0xff) << 24) | AML_RTC_AS |
314 sc->init.gpo);
382 sc->init.always = true;
383 sc->init
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp52 cl::init(true), cl::Hidden);
57 cl::init(true), cl::Hidden);
61 cl::init(true), cl::Hidden);
65 cl::init(true), cl::Hidden);
70 cl::init(false), cl::Hidden);
75 cl::init(true), cl::Hidden);
80 cl::init(true), cl::Hidden);
88 cl::init(true));
92 cl::desc("Enable the redundant copy elimination pass"), cl::init(true),
98 cl::init(tru
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h50 int (*init)(void *); member in struct:sec_client_mech
62 int (*init)(void *); member in struct:sec_server_mech
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dcomp_lib.c17 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
/freebsd-11-stable/lib/csu/mips/
H A Dcrtn.S4 .section .init,"ax",%progbits
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_init.c66 if ((e->funct_ref == 0) && e->init)
71 to_return = e->init(e);
126 /* The API (locked) version of "init" */
/freebsd-11-stable/share/mk/
H A Dbsd.links.mk3 .if !target(__<bsd.init.mk>__)
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_shift.sh54 init="$1"; n="$2"; res="$3"; shift 3
63 ${TEST_SH} -c "set -- ${init}; shift $n;"' echo "$# $*"'
/freebsd-11-stable/sys/sys/
H A Dkdb.h52 #define KDB_BACKEND(name, init, trace, trace_thread, trap) \
55 .dbbe_init = init, \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DLowLevelType.cpp20 init(/*IsPointer=*/false, VT.getVectorNumElements() > 1,
27 init(/*IsPointer=*/false, /*IsVector=*/false, /*NumElements=*/0,
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_version_details.c60 static int init = 0; local
67 if (!init) {
/freebsd-11-stable/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c181 escape_t *candidate, *init; local
242 init = INIT0(ei);
243 if (psenc->inuse == init) {
244 init = INIT1(ei);
245 } else if (INIT(psenc->inuse) == init) {
246 if (ESC(init) != ch)
248 candidate = init;
254 if (init == NULL ||
255 ESC(init) != ch)
257 candidate = init;
303 escape_t *candidate, *init; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_fd.c140 bi->init = 0;
152 if (a->init) {
155 a->init = 0;
209 b->init = 1;
212 if (b->init) {
H A Dbss_sock.c113 bi->init = 0;
125 if (a->init) {
128 a->init = 0;
174 b->init = 1;
177 if (b->init) {
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dcommon.h127 lzma_init_function init; member in struct:lzma_filter_info_s
143 /// "Pointer" to init function. This is never called here.
147 uintptr_t init; member in struct:lzma_next_coder_s
183 .init = (uintptr_t)(NULL), \
290 /// next->init to func is still OK.
293 if ((uintptr_t)(func) != (next)->init) \
295 (next)->init = (uintptr_t)(func); \
H A Dfilter_common.c261 if (fc == NULL || fc->init == NULL)
265 filters[j].init = fc->init;
272 if (fc == NULL || fc->init == NULL)
276 filters[i].init = fc->init;
283 filters[count].init = NULL;
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Dech_lib.c130 if (meth->init)
131 meth->init(eckey);
146 ret->init = NULL;
167 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/sys/mips/cavium/octe/
H A Dethernet.c388 priv->init = cvm_oct_common_init;
394 priv->init = cvm_oct_xaui_init;
400 priv->init = cvm_oct_common_init;
406 priv->init = cvm_oct_sgmii_init;
412 priv->init = cvm_oct_spi_init;
418 priv->init = cvm_oct_rgmii_init;
424 priv->init = cvm_oct_rgmii_init;
432 if (!priv->init) {
436 } else if (priv->init(ifp) != 0) {
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dattach_test.sh20 atf_check geli init -B none -P -K keyfile ${md}
57 atf_check geli init -B none -P -K keyfile ${md}
85 atf_check geli init -B none -P -K keyfile ${md}
/freebsd-11-stable/usr.bin/lex/
H A DMakefile51 bootstrap: ${GENFILES:S/^/init/g}
54 ${.CURDIR}/init${_f} ${_f} 2> /dev/null || { \
56 ${CP} ${.CURDIR}/init${_f} ${_f} ; \

Completed in 160 milliseconds

1234567891011>>