| /freebsd-head/sys/contrib/edk2/Include/ |
| HD | 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-head/share/man/man5/ |
| HD | style.mdoc.5 | 210 \&.Fl -meet Cm = Ar who Oo Cm \&, Ar who " " Ar "..." Oc Cm @ Ar where 217 .Fl -meet Cm = Ar who Oo Cm \&, Ar who " " Ar "..." Oc Cm @ Ar where 224 \&.Fl -meet No = Ar who Oo , Ar who " " Ar "..." Oc @ Ar where 231 .Fl -meet No = Ar who Oo , Ar who " " Ar "..." Oc @ Ar where 245 .Fl -meet
|
| /freebsd-head/sys/contrib/device-tree/Bindings/phy/ |
| D | realtek,usb2phy.yaml | 105 For a different board or port, the original magnitude maybe not meet 106 the specification. In this situation we can adjust the value to meet 117 If the magnitude of High speed Dp/Dm output swing still not meet the 118 specification, then we can set this value to meet the specification.
|
| /freebsd-head/contrib/arm-optimized-routines/ |
| HD | README | 23 All math routines should meet the quality 31 meet quality requirements stated in 41 All string routines should meet the quality
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | 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-head/contrib/llvm-project/libcxx/include/__algorithm/ |
| HD | uniform_random_bit_generator_adaptor.h | 29 // Classic algorithms require the given generator to meet the uniform random bit generator requirem… 33 // To be able to reuse classic implementations, make the given generator meet the classic requireme…
|
| /freebsd-head/contrib/openbsm/bin/audit/ |
| HD | 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-head/lib/libc/stdlib/ |
| HD | _Exit.c | 12 * in case it turned out that _exit() was insufficient to meet the
|
| /freebsd-head/lib/libpmc/pmu-events/arch/powerpc/power9/ |
| HD | floating-point.json | 30 "BriefDescription": "Threshold counter did not meet threshold"
|
| /freebsd-head/usr.sbin/fdwrite/ |
| HD | Makefile | 4 # can do whatever you want with this stuff. If we meet some day, and you think
|
| /freebsd-head/share/examples/libusb20/ |
| HD | util.h | 4 * can do whatever you want with this stuff. If we meet some day, and you think
|
| HD | util.c | 4 * can do whatever you want with this stuff. If we meet some day, and you think
|
| /freebsd-head/sys/contrib/device-tree/Bindings/regulator/ |
| D | richtek,rt4831-regulator.yaml | 17 It is sufficient to meet the current LCD power requirement.
|
| /freebsd-head/sys/dev/led/ |
| HD | led.h | 5 * can do whatever you want with this stuff. If we meet some day, and you think
|
| /freebsd-head/contrib/elftoolchain/libelf/ |
| HD | elf_fill.3 | 42 between two sections of an ELF file to meet section alignment
|
| /freebsd-head/sys/contrib/device-tree/Bindings/sound/ |
| D | richtek,rt9120.yaml | 15 voltage range from 4.5V to 26.4V to meet the need on most common
|
| /freebsd-head/share/doc/papers/malloc/ |
| HD | abs.ms | 5 .\" can do whatever you want with this stuff. If we meet some day, and you think
|
| HD | 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,
|
| /freebsd-head/sys/contrib/device-tree/Bindings/mmc/ |
| D | microchip,dw-sparx5-sdhci.yaml | 36 description: Delay clock to card to meet setup time requirements.
|
| /freebsd-head/contrib/libdiff/lib/ |
| HD | diff_myers.c | 135 * The two traces meet at 4,3, the first step (here found in the forward 149 * 3 o-o-o-o-*-o *: forward and backward meet here 167 * 4 o *: forward and backward meet here 397 * They don't necessarily meet straight on. See whether this in diff_divide_myers_forward() 406 * When forwards and backwards traversals meet, the in diff_divide_myers_forward() 689 * They don't necessarily meet straight on. See whether this in diff_divide_myers_backward() 698 * When forwards and backwards traversals meet, the in diff_divide_myers_backward() 909 /* The myers-divide didn't meet in the middle. We just in diff_algo_myers_divide()
|
| /freebsd-head/sys/amd64/include/ |
| HD | smp.h | 5 * can do whatever you want with this stuff. If we meet some day, and you think
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVMoveMerger.cpp | 59 // Check if registers meet CM.MVA01S constraints. 70 // Check if registers meet CM.MVSA01 constraints.
|
| /freebsd-head/sys/i386/include/ |
| HD | smp.h | 5 * can do whatever you want with this stuff. If we meet some day, and you think
|
| /freebsd-head/sys/contrib/device-tree/Bindings/dma/ |
| D | sifive,fu540-c000-pdma.yaml | 20 DT file need to be changed to meet the difference. For technical
|
| /freebsd-head/sys/contrib/device-tree/Bindings/firmware/ |
| D | intel,stratix10-svc.txt | 9 To meet the whole system security needs and support virtual machine requesting
|