Home
last modified time | relevance | path

Searched full:meet (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/freebsd/sys/contrib/edk2/Include/
H A DBase.h816 STATIC_ASSERT (sizeof (BOOLEAN) == 1, "sizeof (BOOLEAN) does not meet UEFI Specification Data Type …
817 STATIC_ASSERT (sizeof (INT8) == 1, "sizeof (INT8) does not meet UEFI Specification Data Type req…
818 STATIC_ASSERT (sizeof (UINT8) == 1, "sizeof (UINT8) does not meet UEFI Specification Data Type re…
819 STATIC_ASSERT (sizeof (INT16) == 2, "sizeof (INT16) does not meet UEFI Specification Data Type re…
820 STATIC_ASSERT (sizeof (UINT16) == 2, "sizeof (UINT16) does not meet UEFI Specification Data Type r…
821 STATIC_ASSERT (sizeof (INT32) == 4, "sizeof (INT32) does not meet UEFI Specification Data Type re…
822 STATIC_ASSERT (sizeof (UINT32) == 4, "sizeof (UINT32) does not meet UEFI Specification Data Type r…
823 STATIC_ASSERT (sizeof (INT64) == 8, "sizeof (INT64) does not meet UEFI Specification Data Type re…
824 STATIC_ASSERT (sizeof (UINT64) == 8, "sizeof (UINT64) does not meet UEFI Specification Data Type r…
825 STATIC_ASSERT (sizeof (CHAR8) == 1, "sizeof (CHAR8) does not meet UEFI Specification Data Type re…
[all …]
/freebsd/share/man/man5/
H A Dstyle.mdoc.5192 \&.Fl -meet Cm = Ar who Oo Cm \&, Ar who " " Ar "..." Oc Cm @ Ar where
199 .Fl -meet Cm = Ar who Oo Cm \&, Ar who " " Ar "..." Oc Cm @ Ar where
206 \&.Fl -meet No = Ar who Oo , Ar who " " Ar "..." Oc @ Ar where
213 .Fl -meet No = Ar who Oo , Ar who " " Ar "..." Oc @ Ar where
227 .Fl -meet
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h171 // Since we do not store the "Self" bit and register number, the meet
215 // The "meet" operation is the "." operation in a semilattice (L, ., T, B):
222 // This "meet" function will update the value of the "*this" object with
228 // defines a partial order (i.e. that "meet" is same as "infimum").
229 bool meet(const BitValue &V, const BitRef &Self) { in meet() function
231 if (Type == Ref && RefI == Self) // Bottom.meet(V) = Bottom (i.e. This) in meet()
233 if (V.Type == Top) // This.meet(Top) = This in meet()
235 if (*this == V) // This.meet(This) = This in meet()
316 bool meet(const RegisterCell &RC, Register SelfR);
/freebsd/contrib/arm-optimized-routines/
H A DREADME23 All math routines should meet the quality
31 meet quality requirements stated in
41 All string routines should meet the quality
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Duniform_random_bit_generator_adaptor.h29 // Classic algorithms require the given generator to meet the uniform random bit generator requirements; these
33 // To be able to reuse classic implementations, make the given generator meet the classic requirements by wrapping
/freebsd/contrib/openbsm/bin/audit/
H A Daudit.846 meet the expiration criteria specified in the audit control file without
58 Also, audit log files that meet the expiration criteria specified in the
/freebsd/lib/libc/stdlib/
H A D_Exit.c12 * in case it turned out that _exit() was insufficient to meet the
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/
H A Dfloating-point.json30 "BriefDescription": "Threshold counter did not meet threshold"
/freebsd/usr.sbin/fdwrite/
H A DMakefile4 # can do whatever you want with this stuff. If we meet some day, and you think
/freebsd/share/examples/libusb20/
H A Dutil.h4 * can do whatever you want with this stuff. If we meet some day, and you think
H A Dutil.c4 * can do whatever you want with this stuff. If we meet some day, and you think
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Drichtek,rt4831-regulator.yaml17 It is sufficient to meet the current LCD power requirement.
/freebsd/sys/dev/led/
H A Dled.h5 * can do whatever you want with this stuff. If we meet some day, and you think
/freebsd/share/doc/papers/malloc/
H A Dimplementation.ms5 .\" can do whatever you want with this stuff. If we meet some day, and you think
13 A new malloc(3) implementation was written to meet the goals,
H A Dabs.ms5 .\" can do whatever you want with this stuff. If we meet some day, and you think
/freebsd/contrib/elftoolchain/libelf/
H A Delf_fill.342 between two sections of an ELF file to meet section alignment
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drichtek,rt9120.yaml15 voltage range from 4.5V to 26.4V to meet the need on most common
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmicrochip,dw-sparx5-sdhci.yaml36 description: Delay clock to card to meet setup time requirements.
/freebsd/sys/amd64/include/
H A Dsmp.h5 * can do whatever you want with this stuff. If we meet some day, and you think
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp59 // Check if registers meet CM.MVA01S constraints.
70 // Check if registers meet CM.MVSA01 constraints. in isCandidateToMergeMVA01S()
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dsifive,fu540-c000-pdma.yaml20 DT file need to be changed to meet the difference. For technical
/freebsd/sys/i386/include/
H A Dsmp.h5 * can do whatever you want with this stuff. If we meet some day, and you think
/freebsd/release/packages/ucl/
H A Daudit-all.ucl36 logging of security-relevant events, and is intended to meet the requirements
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp547 /// Meet \p A and \p B, storing the result in \p A.
549 // Meet A and B. in meetVars()
551 // Result = meet(a, b) for a in A, b in B where Var(a) == Var(b) in meetVars()
560 LLVM_DEBUG(dbgs() << "meet fragment maps for " in meetVars()
566 bool meet(const BasicBlock &BB, in meet() function in __anon3afac2c40211::MemLocFragmentFill
568 LLVM_DEBUG(dbgs() << "meet block info from preds of " << BB.getName() in meet()
573 // LiveIn locs for BB is the meet of the already-processed preds' LiveOut in meet()
578 // the identity value for the meet operation. in meet()
590 LLVM_DEBUG(dbgs() << "BBLiveIn = meet BBLiveIn, " << Pred->getName() in meet()
595 // An empty set is ⊥ for the intersect-like meet operation. If we've in meet()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt9 To meet the whole system security needs and support virtual machine requesting

12345678910>>...17