| /freebsd/sys/contrib/edk2/Include/ |
| H A D | Base.h | 816 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 D | style.mdoc.5 | 192 \&.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 D | BitTracker.h | 171 // 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 D | README | 23 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 D | uniform_random_bit_generator_adaptor.h | 29 // 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 D | audit.8 | 46 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.c | 12 * in case it turned out that _exit() was insufficient to meet the
|
| /freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/ |
| H A D | floating-point.json | 30 "BriefDescription": "Threshold counter did not meet threshold"
|
| /freebsd/usr.sbin/fdwrite/ |
| H A D | Makefile | 4 # can do whatever you want with this stuff. If we meet some day, and you think
|
| /freebsd/share/examples/libusb20/ |
| H A D | util.h | 4 * can do whatever you want with this stuff. If we meet some day, and you think
|
| H A D | util.c | 4 * 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 D | richtek,rt4831-regulator.yaml | 17 It is sufficient to meet the current LCD power requirement.
|
| /freebsd/sys/dev/led/ |
| H A D | led.h | 5 * can do whatever you want with this stuff. If we meet some day, and you think
|
| /freebsd/share/doc/papers/malloc/ |
| H A D | implementation.ms | 5 .\" 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 D | abs.ms | 5 .\" can do whatever you want with this stuff. If we meet some day, and you think
|
| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | elf_fill.3 | 42 between two sections of an ELF file to meet section alignment
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | richtek,rt9120.yaml | 15 voltage range from 4.5V to 26.4V to meet the need on most common
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | microchip,dw-sparx5-sdhci.yaml | 36 description: Delay clock to card to meet setup time requirements.
|
| /freebsd/sys/amd64/include/ |
| H A D | smp.h | 5 * 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 D | RISCVMoveMerger.cpp | 59 // 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 D | sifive,fu540-c000-pdma.yaml | 20 DT file need to be changed to meet the difference. For technical
|
| /freebsd/sys/i386/include/ |
| H A D | smp.h | 5 * can do whatever you want with this stuff. If we meet some day, and you think
|
| /freebsd/release/packages/ucl/ |
| H A D | audit-all.ucl | 36 logging of security-relevant events, and is intended to meet the requirements
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 547 /// 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 D | intel,stratix10-svc.txt | 9 To meet the whole system security needs and support virtual machine requesting
|