Searched refs:U0 (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/lib/libsecureboot/
H A DMakefile.libsa.inc51 -DVE_DEBUG_LEVEL=${VE_DEBUG_LEVEL:U0} \
52 -DVE_VERBOSE_DEFAULT=${VE_VERBOSE_DEFAULT:U0} \
/freebsd-13-stable/stand/
H A Dficl.mk5 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
13 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
H A Ddefs.mk66 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
117 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
144 .if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1)
148 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
229 if [ ${DO32:U0} -eq 0 ]; then \
/freebsd-13-stable/lib/msun/src/
H A De_j1.c51 * U(z) = U0[0] + U0[1]*z + ... + U0[4]*z^4
127 static const double U0[5] = { variable
191 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])));
H A De_j1f.c89 static const float U0[5] = { variable
146 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])));
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.vars.mk24 .if ${MAKE_VERSION:U0} > 20100408
78 .if ${MAKE_VERSION:U0} > 20100408
84 .if ${MAKE_VERSION:U0} >= 20170130
99 M_M.M.P_VERSION = L:@v@$${MAJOR MINOR PATCH:L:@t@$${$$v_$$t_VERSION:U0}@}@:ts.
H A Ddirdeps-options.mk71 .if ${_debug_reldir:U0}
77 .if ${_debug_reldir:U0}
H A Dinit.mk19 .if ${MAKE_VERSION:U0} > 20100408
H A Dautodep.mk196 .if ${MAKE_VERSION:U0:[1]:C/.*-//} < 20050530
H A Dmeta.sys.mk20 .if ${MAKE_VERSION:U0} > 20100901
H A Ddirdeps-cache-update.mk76 .if ${_debug_reldir:U0} || ${DEBUG_DIRDEPS:U:Mcache*} != ""
H A Dmeta.stage.mk315 .if ${.MAKE.JOBS:U0} > 0 && ${STAGE_TARGETS:U:M*_links} != ""
H A Dlib.mk185 SHLIB_COMPATABILITY_VERSION ?= ${SHLIB_MAJOR}.${SHLIB_MINOR:U0}
/freebsd-13-stable/share/mk/
H A Ddirdeps-options.mk71 .if ${_debug_reldir:U0}
77 .if ${_debug_reldir:U0}
H A Dmeta.sys.mk21 .if ${MAKE_VERSION:U0} > 20100901
H A Dmeta.stage.mk313 .if ${.MAKE.JOBS:U0} > 0 && ${STAGE_TARGETS:U:M*_links} != ""
H A Ddirdeps.mk275 .if ${_debug_reldir:U0}
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) { argument
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond1.mk113 @echo "${"${DoNotQuoteHere:U0}" > 0:?OK:No}"
H A Dcond-token-plain.mk80 .if (${UNDEF:U0})||0
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h259 template <typename U0, typename U1>
260 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
268 template <typename U0, typename U1>
269 tuple& operator=(const ::std::pair<U0, U1>& p) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp668 SDValue U0 = U->getOperand(0); local
670 if (U0.getOpcode() == ISD::ROTL) {
671 auto *C = dyn_cast<ConstantSDNode>(U0.getOperand(0));
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c1637 MKT(UNI_CALLSTATE_U0, U0/N0/REST0),

Completed in 515 milliseconds