/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiCondCode.h | 14 ICC_UGT = 2, // unsigned greater than 16 ICC_ULE = 3, // unsigned less than or equal 18 ICC_ULT = 4, // unsigned less than 20 ICC_UGE = 5, // unsigned greater than or equal 27 ICC_GE = 12, // greater than or equal 28 ICC_LT = 13, // less than 29 ICC_GT = 14, // greater than 30 ICC_LE = 15, // less than or equal 53 return "ge"; // greater than or equal in lanaiCondCodeToString() 55 return "lt"; // less than in lanaiCondCodeToString() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/ |
H A D | uncore-power.json | 10 …than or equal to the frequency that is configured in the filter. (filter_band0=XXX, with XXX in 1… 20 …than or equal to the frequency that is configured in the filter. (filter_band1=XXX, with XXX in 1… 30 …than or equal to the frequency that is configured in the filter. (filter_band2=XXX, with XXX in 1… 40 …than or equal to the frequency that is configured in the filter. (filter_band3=XXX, with XXX in 1… 50 …than or equal to the frequency that is configured in the filter. (filter_band0=XXX, with XXX in 1… 61 …than or equal to the frequency that is configured in the filter. (filter_band1=XXX, with XXX in 1… 72 …than or equal to the frequency that is configured in the filter. (filter_band2=XXX, with XXX in 1… 83 …than or equal to the frequency that is configured in the filter. (filter_band3=XXX, with XXX in 1… 187 …s the number of cycles that the uncore was running at a frequency greater than or equal to 1.2Ghz.… 198 …s the number of cycles that the uncore was running at a frequency greater than or equal to 2Ghz. D… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/ |
H A D | uncore-power.json | 10 …than or equal to the frequency that is configured in the filter. (filter_band0=XXX with XXX in 10… 20 …than or equal to the frequency that is configured in the filter. (filter_band1=XXX with XXX in 10… 30 …than or equal to the frequency that is configured in the filter. (filter_band2=XXX with XXX in 10… 40 …than or equal to the frequency that is configured in the filter. (filter_band3=XXX, with XXX in 1… 50 …than or equal to the frequency that is configured in the filter. (filter_band0=XXX with XXX in 10… 61 …than or equal to the frequency that is configured in the filter. (filter_band1=XXX with XXX in 10… 72 …than or equal to the frequency that is configured in the filter. (filter_band2=XXX with XXX in 10… 83 …than or equal to the frequency that is configured in the filter. (filter_band3=XXX, with XXX in 1… 186 …s the number of cycles that the uncore was running at a frequency greater than or equal to 1.2Ghz.… 197 …s the number of cycles that the uncore was running at a frequency greater than or equal to 2Ghz. D… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
H A D | memory.json | 25 …mly selected loads when the latency from first dispatch to completion is greater than 128 cycles.", 35 …ency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer… 41 …omly selected loads when the latency from first dispatch to completion is greater than 16 cycles.", 51 …ency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer … 57 …mly selected loads when the latency from first dispatch to completion is greater than 256 cycles.", 67 …ency from first dispatch to completion is greater than 256 cycles. Reported latency may be longer… 73 …omly selected loads when the latency from first dispatch to completion is greater than 32 cycles.", 83 …ency from first dispatch to completion is greater than 32 cycles. Reported latency may be longer … 89 …domly selected loads when the latency from first dispatch to completion is greater than 4 cycles.", 99 …tency from first dispatch to completion is greater than 4 cycles. Reported latency may be longer … [all …]
|
/freebsd/contrib/diff/lib/ |
H A D | strcase.h | 23 /* Compare strings S1 and S2, ignoring case, returning less than, equal to or 24 greater than zero if S1 is lexicographically less than, equal to or greater 25 than S2. 29 /* Compare no more than N characters of strings S1 and S2, ignoring case, 30 returning less than, equal to or greater than zero if S1 is 31 lexicographically less than, equal to or greater than S2.
|
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 13-fragmentation.cnf | 23 test-18 = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024 24 test-19 = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024 25 test-20 = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048 26 test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024 468 [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024] 469 ssl_conf = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-ssl 471 [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-ssl] 472 server = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-server 473 client = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-client 475 [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-server] [all …]
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 228 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than StrLen(Source). 232 and DestMax is greater than 246 Copies not more than Length successive char from the string pointed to by 264 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than 269 and DestMax is greater than 300 @retval RETURN_BAD_BUFFER_SIZE If DestMax is NOT greater than 303 greater than StrLen(Source). 307 and DestMax is greater than 321 Appends not more than Length successive char from the string pointed to by 340 @retval RETURN_BAD_BUFFER_SIZE If DestMax is NOT greater than [all …]
|
H A D | BaseMemoryLib.h | 23 If Length is greater than (MAX_ADDRESS - DestinationBuffer + 1), then ASSERT(). 24 If Length is greater than (MAX_ADDRESS - SourceBuffer + 1), then ASSERT(). 46 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). 71 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). 98 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). 125 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). 152 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). 177 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). 202 If Length is greater than (MAX_ADDRESS - DestinationBuffer + 1), then ASSERT(). 203 If Length is greater than (MAX_ADDRESS - SourceBuffer + 1), then ASSERT(). [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | memory.json | 69 …mly selected loads when the latency from first dispatch to completion is greater than 128 cycles.", 79 …ency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer… 85 …omly selected loads when the latency from first dispatch to completion is greater than 16 cycles.", 95 …ency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer … 101 …mly selected loads when the latency from first dispatch to completion is greater than 256 cycles.", 111 …ency from first dispatch to completion is greater than 256 cycles. Reported latency may be longer… 117 …omly selected loads when the latency from first dispatch to completion is greater than 32 cycles.", 127 …ency from first dispatch to completion is greater than 32 cycles. Reported latency may be longer … 133 …domly selected loads when the latency from first dispatch to completion is greater than 4 cycles.", 143 …tency from first dispatch to completion is greater than 4 cycles. Reported latency may be longer … [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_security_level.pod | 77 DSA and DH keys shorter than 1024 bits and ECC keys shorter than 160 bits 79 less than 80 bits of security. SSL version 2 is prohibited. Any cipher suite 81 and MD5 are also forbidden at this level as they have less than 80 security 87 shorter than 2048 bits and ECC keys shorter than 224 bits are prohibited. 94 shorter than 3072 bits and ECC keys shorter than 256 bits are prohibited. 102 DH keys shorter than 7680 bits and ECC keys shorter than 384 bits are 109 shorter than 15360 bits and ECC keys shorter than 512 bits are prohibited.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | ARMDefines.h | 41 0x3 // Carry clear Less than C == 0 44 0x4 // Minus, negative Less than N == 1 52 0x8 // Unsigned higher Greater than, or unordered C == 1 and Z == 55 0x9 // Unsigned lower or same Less than or equal C == 0 or Z == 58 0xA // Greater than or equal Greater than or equal N == V 60 0xB // Less than Less than, or unordered N != V 62 0xC // Greater than Greater than Z == 0 and N == 65 0xD // Less than or equal <, ==, or unordered Z == 1 or N !=
|
/freebsd/lib/msun/man/ |
H A D | math.3 | 128 ceil integer no less than 129 floor integer no greater than 143 trunc integer no greater in magnitude than 166 isgreater greater than relation 167 isgreaterequal greater than or equal to relation 168 isless less than relation 169 islessequal less than or equal to relation 170 islessgreater less than or greater than relation 237 inaccurate results in other than the default rounding mode.
|
/freebsd/lib/libc/string/ |
H A D | strcmp.3 | 61 compares not more than 66 is designed for comparing strings rather than binary data, 75 functions return an integer greater than, equal to, or less than 0, according 78 is greater than, equal to, or less than the string 82 is greater than
|
H A D | strcasecmp.3 | 72 explicit locale rather than using the current locale. 78 return an integer greater than, equal to, or less than 0, 81 is lexicographically greater than, equal to, or less than 87 is greater than
|
/freebsd/share/man/man9/ |
H A D | DEVICE_PROBE.9 | 50 cases where more than one driver matches a device, a priority value can 52 In this case, success codes are values less than or equal 60 If a driver returns a success code which is less than zero, it must 69 The probe routine may be called more than once before the attach 78 A value equal to or less than zero indicates success, greater than 80 For values equal to or less than 82 for a value less than zero, the lower the value the lower the 83 priority, e.g.\& -100 indicates a lower priority than -50.
|
/freebsd/usr.bin/primes/ |
H A D | spsp.c | 116 /* No SPSPs to base 2 less than 2047. */ in isprime() 122 /* No SPSPs to bases 2,3 less than 1373653. */ in isprime() 128 /* No SPSPs to bases 2,3,5 less than 25326001. */ in isprime() 134 /* No SPSPs to bases 2,3,5,7 less than 3215031751. */ in isprime() 146 /* No SPSPs to bases 2,3,5,7,11 less than 2152302898747. */ in isprime() 152 /* No SPSPs to bases 2,3,5,7,11,13 less than 3474749660383. */ in isprime() 158 /* No SPSPs to bases 2,3,5,7,11,13,17 less than 341550071728321. */ in isprime() 164 /* No SPSPs to bases 2,3,5,7,11,13,17,19 less than 341550071728321. */ in isprime() 176 /* No SPSPs to bases 2..23 less than 3825123056546413051. */ in isprime() 188 /* No SPSPs to bases 2..37 less than 318665857834031151167461. */ in isprime() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | memory.json | 27 …mly selected loads when the latency from first dispatch to completion is greater than 128 cycles.", 37 …ency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer… 43 …omly selected loads when the latency from first dispatch to completion is greater than 16 cycles.", 53 …ency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer … 59 …mly selected loads when the latency from first dispatch to completion is greater than 256 cycles.", 69 …ency from first dispatch to completion is greater than 256 cycles. Reported latency may be longer… 75 …omly selected loads when the latency from first dispatch to completion is greater than 32 cycles.", 85 …ency from first dispatch to completion is greater than 32 cycles. Reported latency may be longer … 91 …domly selected loads when the latency from first dispatch to completion is greater than 4 cycles.", 101 …tency from first dispatch to completion is greater than 4 cycles. Reported latency may be longer … [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | memory.json | 105 …mly selected loads when the latency from first dispatch to completion is greater than 128 cycles.", 115 …ency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer… 121 …omly selected loads when the latency from first dispatch to completion is greater than 16 cycles.", 131 …ency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer … 137 …mly selected loads when the latency from first dispatch to completion is greater than 256 cycles.", 147 …ency from first dispatch to completion is greater than 256 cycles. Reported latency may be longer… 153 …omly selected loads when the latency from first dispatch to completion is greater than 32 cycles.", 163 …ency from first dispatch to completion is greater than 32 cycles. Reported latency may be longer … 169 …domly selected loads when the latency from first dispatch to completion is greater than 4 cycles.", 179 …tency from first dispatch to completion is greater than 4 cycles. Reported latency may be longer … [all …]
|
/freebsd/lib/libc/stdlib/ |
H A D | qsort.3 | 136 be greater than 147 The comparison function must return an integer less than, equal to, or 148 greater than zero if the first argument is considered to be respectively 149 less than, equal to, or greater than the second. 167 except that it takes a block, rather than a function pointer. 182 except that it takes a block, rather than a function pointer. 190 except that it takes a block, rather than a function pointer. 241 is faster than 243 is faster than 256 are greater than [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/ |
H A D | memory.json | 53 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 54 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… 59 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… 60 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… 84 …"PublicDescription": "Final Pump Scope(system) to get data sourced, ended up larger than Initial P… 89 …"BriefDescription": "Final Pump Scope (system) ended up larger than Initial Pump Scope (Chip/Group… 90 …"PublicDescription": "Final Pump Scope(system) to get data sourced, ended up larger than Initial P… 119 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 120 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… 125 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… [all …]
|
/freebsd/lib/libc/stdio/ |
H A D | scanf.3 | 147 (rather than 156 (rather than 165 (rather than 173 (rather than 182 (rather than 191 (rather than 207 (rather than 216 (rather than 230 (rather than 244 (rather than [all …]
|
H A D | wprintf.3 | 174 the converted value is padded on the left with zeros rather than blanks. 188 rather than on the left with blanks or zeros. 221 If the converted value has fewer characters than the field width, it will 388 (rather than 443 is used if the exponent from its conversion is less than \-4 or greater than 478 (rather than 482 (rather than 486 (rather than 529 if a precision is specified, no more than the number specified are 532 need be present; if the precision is not specified, or is greater than [all …]
|
/freebsd/lib/libc/db/man/ |
H A D | btree.3 | 115 advisory, and the access method will allocate more memory rather than fail. 133 .\" must always be greater than or equal to 2. 141 pages, i.e., if a key or data item is longer than the pagesize divided 156 It must return an integer less than, equal to, or greater than zero if the 157 first key argument is considered to be respectively less than, equal to, 158 or greater than the second key argument. 166 lexically, with shorter keys considered less than longer keys. 173 argument which are necessary to determine that it is greater than the first 230 case, resulting in a much better than normal page fill factor.
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_newer_than.c | 14 * Basic test of --newer-than. in DEFINE_TEST() 16 * Create test1.tar with --newer-than, test2.tar without. in DEFINE_TEST() 31 /* Test --newer-than on create */ in DEFINE_TEST() 34 "--newer-than middle.txt *.txt a", testprog)); in DEFINE_TEST() 49 /* Extract test2.tar to a clean dir with --newer-than and verify. */ in DEFINE_TEST() 52 assertEqualInt(0, systemf("%s xf ../test2.tar --newer-than ../test1in/middle.txt", testprog)); in DEFINE_TEST()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_security_level.3 | 207 DSA\s0 and \s-1DH\s0 keys shorter than 1024 bits and \s-1ECC\s0 keys shorter than 160 bits 209 less than 80 bits of security. \s-1SSL\s0 version 2 is prohibited. Any cipher suite 211 and \s-1MD5\s0 are also forbidden at this level as they have less than 80 security 216 shorter than 2048 bits and \s-1ECC\s0 keys shorter than 224 bits are prohibited. 222 shorter than 3072 bits and \s-1ECC\s0 keys shorter than 256 bits are prohibited. 229 \&\s-1DH\s0 keys shorter than 7680 bits and \s-1ECC\s0 keys shorter than 384 bits are 235 shorter than 15360 bits and \s-1ECC\s0 keys shorter than 512 bits are prohibited.
|