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

1234567891011>>

/freebsd-11-stable/share/mk/
H A Dbsd.init.mk1 # $FreeBSD: stable/11/share/mk/bsd.init.mk 359715 2020-04-07 19:44:40Z bdrewery $
3 # The include file <bsd.init.mk> includes <bsd.opts.mk>,
9 .if !target(__<bsd.init.mk>__)
10 __<bsd.init.mk>__:
12 .-include "local.init.mk"
79 .endif # !target(__<bsd.init.mk>__)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp50 InitialSyntheticCount("initial-synthetic-count", cl::Hidden, cl::init(10),
56 "inline-synthetic-count", cl::Hidden, cl::init(15), cl::ZeroOrMore,
61 "cold-synthetic-count", cl::Hidden, cl::init(5), cl::ZeroOrMore,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp33 cl::init("-"));
39 cl::init(""));
42 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, function in namespace:__tsan
222 init(thr, pc, fd, &fdctx.filesync);
233 init(thr, pc, newfd, ref(od->sync), write);
239 init(thr, pc, rfd, ref(s));
240 init(thr, pc, wfd, ref(s));
248 init(thr, pc, fd, allocsync(thr, pc));
255 init(thr, pc, fd, 0);
262 init(thr, pc, fd, 0);
269 init(thr, pc, fd, allocsync(thr, pc));
277 init(th
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dbytemap.h23 void init() { initLinkerInitialized(); } function in class:scudo::FlatByteMap
50 void init() { function in class:scudo::TwoLevelByteMap
51 Mutex.init();
H A Dvector.h22 void init(uptr InitialCapacity) { function in class:scudo::VectorNoCtor
104 Vector() { VectorNoCtor<T>::init(1); }
106 VectorNoCtor<T>::init(Count);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c229 const char *src_init; /* init of source string */
235 const char *init; member in struct:MatchState::__anon5404
408 ms->capture[level].init = s;
421 ms->capture[l].len = s - ms->capture[l].init; /* close capture */
433 memcmp(ms->capture[l].init, s, len) == 0)
442 init: /* using goto's to optimize tail recursion */
467 p += 4; goto init; /* return match(ms, s, p + 4); */
481 p = ep; goto init; /* return match(ms, s, ep); */
491 p += 2; goto init; /* return match(ms, s, p + 2) */
504 p = ep + 1; goto init; /* retur
548 const char *init; /* to search for a `*s2' inside `s1' */ local
610 size_t init = posrelat(luaL_optinteger(L, 3, 1), ls); local
[all...]
/freebsd-11-stable/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);
/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2_glue.c43 h->init=sha256_init;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug-remote.c87 .init = NULL,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dautoscan_periodic.c82 .init = autoscan_periodic_init,
H A Dbgscan.h18 void * (*init)(struct wpa_supplicant *wpa_s, const char *params, member in struct:bgscan_ops
/freebsd-11-stable/gnu/usr.bin/cc/libcpp/
H A DMakefile15 files.c identifiers.c init.c lex.c line-map.c macro.c \
/freebsd-11-stable/lib/atf/libatf-c/tests/detail/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/lib/atf/libatf-c++/tests/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/lib/atf/libatf-c++/tests/detail/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/lib/csu/riscv/
H A Dcrti.S42 .section .init,"ax",@progbits
/freebsd-11-stable/sys/netinet/
H A Dsctp_dtrace_declare.h48 SDT_PROBE_DECLARE(sctp, cwnd, net, init);
H A Dsctp_dtrace_define.h47 SDT_PROBE_DEFINE5(sctp, cwnd, net, init,
/freebsd-11-stable/sys/sys/
H A Dmemrange.h55 void (*init)(struct mem_range_softc *sc); member in struct:mem_range_ops
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dcavium-ethernet.h72 int (*init)(struct ifnet *ifp); member in struct:__anon12172
/freebsd-11-stable/usr.bin/xlint/lint1/
H A DMakefile6 init.c emit.c emit1.c inittyp.c
/freebsd-11-stable/stand/sparc64/boot1/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/stand/pc98/pc98boot/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/stand/powerpc/uboot/
H A DMakefile12 .include <bsd.init.mk>

Completed in 140 milliseconds

1234567891011>>