Home
last modified time | relevance | path

Searched full:than (Results 1 – 25 of 7300) sorted by relevance

12345678910>>...292

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiCondCode.h14 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-13-stable/contrib/subversion/subversion/include/
HDsvn_sorts.h58 /** Compare two @c svn_sort__item_t's, returning an integer greater than,
59 * equal to, or less than 0, according to whether the key of @a a is
60 * greater than, equal to, or less than the key of @a b as determined
87 /** Compare two @c svn_sort__item_t's, returning an integer greater than,
88 * equal to, or less than 0, according as @a a is greater than, equal to,
89 * or less than @a b according to a lexical key comparison. The keys are
96 /** Compare two @c svn_revnum_t's, returning an integer greater than, equal
97 * to, or less than 0, according as @a b is greater than, equal to, or less
98 * than @a a. Note that this sorts newest revision to oldest (IOW, descending
114 * integer greater than, equal to, or less than 0, using the same
[all …]
/freebsd-13-stable/lib/libpmc/pmu-events/arch/x86/jaketown/
HDuncore-power.json10than or equal to the frequency that is configured in the filter. (filter_band0=XXX with XXX in 10…
20than or equal to the frequency that is configured in the filter. (filter_band1=XXX with XXX in 10…
30than or equal to the frequency that is configured in the filter. (filter_band2=XXX with XXX in 10…
40than or equal to the frequency that is configured in the filter. (filter_band3=XXX, with XXX in 1…
50than or equal to the frequency that is configured in the filter. (filter_band0=XXX with XXX in 10…
61than or equal to the frequency that is configured in the filter. (filter_band1=XXX with XXX in 10…
72than or equal to the frequency that is configured in the filter. (filter_band2=XXX with XXX in 10…
83than 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-13-stable/lib/libpmc/pmu-events/arch/x86/ivytown/
HDuncore-power.json10than or equal to the frequency that is configured in the filter. (filter_band0=XXX, with XXX in 1…
20than or equal to the frequency that is configured in the filter. (filter_band1=XXX, with XXX in 1…
30than or equal to the frequency that is configured in the filter. (filter_band2=XXX, with XXX in 1…
40than or equal to the frequency that is configured in the filter. (filter_band3=XXX, with XXX in 1…
50than or equal to the frequency that is configured in the filter. (filter_band0=XXX, with XXX in 1…
61than or equal to the frequency that is configured in the filter. (filter_band1=XXX, with XXX in 1…
72than or equal to the frequency that is configured in the filter. (filter_band2=XXX, with XXX in 1…
83than 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-13-stable/lib/libpmc/pmu-events/arch/x86/tigerlake/
HDmemory.json25 …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-13-stable/contrib/diff/lib/
HDstrcase.h23 /* 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-13-stable/sys/contrib/edk2/Include/Library/
HDBaseLib.h228 @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 …]
HDBaseMemoryLib.h23 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-13-stable/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
HDmemory.json69 …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-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDARMDefines.h41 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-13-stable/lib/msun/man/
HDmath.3130 ceil integer no less than
131 floor integer no greater than
145 trunc integer no greater in magnitude than
168 isgreater greater than relation
169 isgreaterequal greater than or equal to relation
170 isless less than relation
171 islessequal less than or equal to relation
172 islessgreater less than or greater than relation
239 inaccurate results in other than the default rounding mode.
/freebsd-13-stable/lib/libpmc/pmu-events/arch/x86/icelakex/
HDmemory.json27 …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-13-stable/lib/libpmc/pmu-events/arch/x86/icelake/
HDmemory.json105 …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-13-stable/share/man/man9/
HDDEVICE_PROBE.950 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-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_security_level.pod77 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
85 shorter than 2048 bits and ECC keys shorter than 224 bits are prohibited.
92 shorter than 3072 bits and ECC keys shorter than 256 bits are prohibited.
100 DH keys shorter than 7680 bits and ECC keys shorter than 384 bits are
107 shorter than 15360 bits and ECC keys shorter than 512 bits are prohibited.
/freebsd-13-stable/usr.bin/primes/
HDspsp.c116 /* 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-13-stable/lib/libc/string/
HDstrcmp.363 compares not more than
68 is designed for comparing strings rather than binary data,
77 functions return an integer greater than, equal to, or less than 0, according
80 is greater than, equal to, or less than the string
84 is greater than
HDstrcasecmp.374 explicit locale rather than using the current locale.
80 return an integer greater than, equal to, or less than 0,
83 is lexicographically greater than, equal to, or less than
89 is greater than
/freebsd-13-stable/lib/libc/stdlib/
HDqsort.3138 be greater than
149 The comparison function must return an integer less than, equal to, or
150 greater than zero if the first argument is considered to be respectively
151 less than, equal to, or greater than the second.
169 except that it takes a block, rather than a function pointer.
184 except that it takes a block, rather than a function pointer.
192 except that it takes a block, rather than a function pointer.
243 is faster than
245 is faster than
266 are greater than
[all …]
/freebsd-13-stable/lib/libpmc/pmu-events/arch/powerpc/power8/
HDmemory.json53 …"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-13-stable/contrib/apr/include/
HDapr_cstr.h58 * The standard C99/POSIX string functions, rather than apr_cstr, should be
155 * Returns in integer greater than, equal to, or less than 0,
156 * according to whether @a str1 is considered greater than, equal to,
157 * or less than @a str2.
169 * Returns in integer greater than, equal to, or less than 0,
170 * according to whether @a str1 is considered greater than, equal to,
171 * or less than @a str2.
183 * converted number is smaller than @a minval or larger than @a maxval.
229 * converted number is smaller than @a minval or larger than @a maxval.
243 * is greater than APR_INT64_MAX, even if it is not greater than @a maxval.
/freebsd-13-stable/lib/libc/db/man/
HDbtree.3117 advisory, and the access method will allocate more memory rather than fail.
135 .\" must always be greater than or equal to 2.
143 pages, i.e., if a key or data item is longer than the pagesize divided
158 It must return an integer less than, equal to, or greater than zero if the
159 first key argument is considered to be respectively less than, equal to,
160 or greater than the second key argument.
168 lexically, with shorter keys considered less than longer keys.
175 argument which are necessary to determine that it is greater than the first
232 case, resulting in a much better than normal page fill factor.
/freebsd-13-stable/contrib/libarchive/tar/test/
HDtest_option_newer_than.c14 * 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-13-stable/lib/libc/stdio/
HDwprintf.3176 the converted value is padded on the left with zeros rather than blanks.
190 rather than on the left with blanks or zeros.
223 If the converted value has fewer characters than the field width, it will
390 (rather than
445 is used if the exponent from its conversion is less than \-4 or greater than
480 (rather than
484 (rather than
488 (rather than
531 if a precision is specified, no more than the number specified are
534 need be present; if the precision is not specified, or is greater than
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
HDARMBaseInfo.h34 LO, // Carry clear Less than
35 MI, // Minus, negative Less than
39 HI, // Unsigned higher Greater than, or unordered
40 LS, // Unsigned lower or same Less than or equal
41 GE, // Greater than or equal Greater than or equal
42 LT, // Less than Less than, or unordered
43 GT, // Greater than Greater than
44 LE, // Less than or equal <, ==, or unordered

12345678910>>...292