Home
last modified time | relevance | path

Searched refs:Initial (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd-13.1/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE27 1.5. "Initial Developer" means the individual or entity that first
80 2.1. The Initial Developer Grant.
83 subject to third party intellectual property claims, the Initial
88 trademark) Licensable by Initial Developer, to use,
181 the Initial Developer.
191 and not on behalf of the Initial Developer or any Contributor.
194 hereby agree to indemnify the Initial Developer and every
210 this License are offered by You alone, not by the Initial
239 If the Initial Developer includes a notice in the Original
251 When You are an Initial Developer and You want to create a new
[all …]
/freebsd-13.1/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE27 1.5. "Initial Developer" means the individual or entity that first
80 2.1. The Initial Developer Grant.
83 subject to third party intellectual property claims, the Initial
88 trademark) Licensable by Initial Developer, to use,
181 the Initial Developer.
191 and not on behalf of the Initial Developer or any Contributor.
194 hereby agree to indemnify the Initial Developer and every
210 this License are offered by You alone, not by the Initial
239 If the Initial Developer includes a notice in the Original
251 When You are an Initial Developer and You want to create a new
[all …]
/freebsd-13.1/sys/contrib/openzfs/
H A DLICENSE27 1.5. "Initial Developer" means the individual or entity that first
80 2.1. The Initial Developer Grant.
83 subject to third party intellectual property claims, the Initial
88 trademark) Licensable by Initial Developer, to use,
181 the Initial Developer.
191 and not on behalf of the Initial Developer or any Contributor.
194 hereby agree to indemnify the Initial Developer and every
210 this License are offered by You alone, not by the Initial
239 If the Initial Developer includes a notice in the Original
251 When You are an Initial Developer and You want to create a new
[all …]
/freebsd-13.1/stand/i386/loader/
H A Dversion12 0.2: Initial integration with BTX
13 0.1: Initial i386 version, inspiration and some structure from the
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DSubtargetFeature.cpp49 SubtargetFeatures::SubtargetFeatures(StringRef Initial) { in SubtargetFeatures() argument
51 Split(Features, Initial); in SubtargetFeatures()
/freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/
H A Dwlf,arizona.yaml29 Initial data for the LDO1 regulator.
35 Initial data for the MICVDD regulator.
H A Dtps62360-regulator.txt20 - ti,vsel0-state-high: Initial state of vsel0 input is high.
22 - ti,vsel1-state-high: Initial state of vsel1 input is high.
/freebsd-13.1/stand/userboot/userboot/
H A Dversion4 1.1: Initial userland boot
/freebsd-13.1/bin/sh/tests/builtins/
H A Dlocal2.012 *a*) echo Initial \$- bad
H A Dlocal3.015 *a*) echo Initial \$- bad
/freebsd-13.1/stand/mips/beri/loader/
H A Dversion6 0.1: Initial MIPS version
/freebsd-13.1/stand/powerpc/ofw/
H A Dversion6 0.1: Initial OFW/PowerPC version.
/freebsd-13.1/stand/powerpc/kboot/
H A Dversion6 0.1: Initial kboot/PowerPC version.
/freebsd-13.1/stand/efi/loader/
H A Dversion7 0.1: Initial i386 version. Derived from ia64.
/freebsd-13.1/stand/powerpc/uboot/
H A Dversion10 0.2: Initial U-Boot/PowerPC version derived from the existing
/freebsd-13.1/stand/mips/uboot/
H A Dversion10 0.5: Initial U-Boot/arm version (netbooting only).
/freebsd-13.1/stand/arm/uboot/
H A Dversion10 0.5: Initial U-Boot/arm version (netbooting only).
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp229 uint64_t SimpleFastHash(const void *Data, size_t Size, uint64_t Initial) { in SimpleFastHash() argument
230 uint64_t Res = Initial; in SimpleFastHash()
H A DFuzzerUtil.h91 uint64_t SimpleFastHash(const void *Data, size_t Size, uint64_t Initial = 0);
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/
H A Dht16k33.txt15 - default-brightness-level: Initial brightness level [0-15] (default: 15).
/freebsd-13.1/sys/contrib/device-tree/Bindings/hwmon/
H A Dmax6650.txt16 - maxim,fan-target-rpm: Initial requested fan rotation speed. If specified, the
/freebsd-13.1/contrib/llvm-project/libcxx/
H A DCREDITS.TXT29 D: Initial Windows patches.
106 D: Initial regex prototype
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h506 void setCoroutineSuspends(Stmt *Initial, Stmt *Final) { in setCoroutineSuspends() argument
507 assert(Initial && Final && "suspend points cannot be null"); in setCoroutineSuspends()
510 CoroutineSuspends.first = Initial; in setCoroutineSuspends()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp435 Value *Initial = new LoadInst( in propagateStoredValueToLoadUsers() local
439 PHINode *PHI = PHINode::Create(Initial->getType(), 2, "store_forwarded", in propagateStoredValueToLoadUsers()
441 PHI->addIncoming(Initial, PH); in propagateStoredValueToLoadUsers()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp89 DfaState Initial(1, /*NFA initial state=*/0); in constructDfa() local
90 DfaStates.insert(Initial); in constructDfa()

12345