| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | compare.inc | 12 // [cmp.categories], comparison category types 17 // named comparison functions 25 // [cmp.common], common comparison category type 33 // [cmp.result], result of three-way comparison 41 // [cmp.alg], comparison algorithms
|
| H A D | string_view.inc | 19 // [string.view.comparison], non-member comparison functions
|
| H A D | ratio.inc | 20 // [ratio.comparison], ratio comparison
|
| H A D | coroutine.inc | 18 // [coroutine.handle.compare], comparison operators
|
| H A D | system_error.inc | 32 // [syserr.compare], comparison operator functions
|
| /src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_collapse.cpp | 87 if (bounds->comparison == comparison_t::comp_not_eq) { in kmp_canonicalize_one_loop_XX() 90 bounds->comparison = comparison_t::comp_less; in kmp_canonicalize_one_loop_XX() 92 bounds->comparison = comparison_t::comp_greater; in kmp_canonicalize_one_loop_XX() 96 if (bounds->comparison == comparison_t::comp_less) { in kmp_canonicalize_one_loop_XX() 101 bounds->comparison = comparison_t::comp_less_or_eq; in kmp_canonicalize_one_loop_XX() 102 } else if (bounds->comparison == comparison_t::comp_greater) { in kmp_canonicalize_one_loop_XX() 104 bounds->comparison = comparison_t::comp_greater_or_eq; in kmp_canonicalize_one_loop_XX() 156 if (bounds->comparison == comparison_t::comp_less_or_eq) { in kmp_calculate_trip_count_XX() 169 } else if (bounds->comparison == comparison_t::comp_greater_or_eq) { in kmp_calculate_trip_count_XX() 315 if (((bounds->comparison == comparison_t::comp_less_or_eq) && in kmp_iv_is_in_upper_bound_XX() [all …]
|
| H A D | kmp_collapse.h | 66 comparison_t comparison; member 110 comparison_t comparison; member
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_strcasecmp.pod | 16 The OPENSSL_strcasecmp function performs a byte-by-byte comparison of the strings 23 case insensitive. Otherwise the comparison is done in current locale. 32 OpenSSL extensively uses case insensitive comparison of ASCII strings. Though 36 comparison.
|
| H A D | DEFINE_STACK_OF.pod | 109 B<sk_I<TYPE>_new>() allocates a new empty stack using comparison function 110 I<compare>. If I<compare> is NULL then no comparison function is used. This 113 B<sk_I<TYPE>_new_null>() allocates a new empty stack with no comparison 127 B<sk_I<TYPE>_new_reserve>() also sets the comparison function I<compare> 128 to the newly created stack. If I<compare> is NULL then no comparison 131 B<sk_I<TYPE>_set_cmp_func>() sets the comparison function of I<sk> to 132 I<compare>. The previous comparison function is returned or NULL if there 133 was no previous comparison function. 174 case where no comparison function has been specified, the function 176 where a comparison function has been specified, the function performs [all …]
|
| H A D | X509_cmp.pod | 28 I<a> and I<b>. The comparison is based on the B<memcmp> result of the hash 33 The comparison is based on the B<memcmp> result of the 55 The B<X509> comparison functions return B<-1>, B<0>, or B<1> if object I<a> is 65 the comparison job. Data to be compared varies from DER encoding data, hash 66 value or B<ASN1_STRING>. The sign of the comparison can be used to order the
|
| H A D | EVP_PKEY_copy_parameters.pod | 7 EVP_PKEY_cmp - public key parameter and comparison functions 58 always accompanied by a public key, the comparison can not rely on public 59 key comparison alone.
|
| H A D | CMS_get0_SignerInfos.pod | 38 identifier B<si>. It returns zero if the comparison is successful and non zero 70 CMS_SignerInfo_cert_cmp() returns 0 for a successful comparison and non
|
| H A D | OCSP_request_add1_nonce.pod | 37 OCSP_check_nonce() returns the result of the nonce comparison between B<req> 38 and B<resp>. The return value indicates the result of the comparison. If
|
| H A D | CMS_get0_RecipientInfos.pod | 59 It returns zero if the comparison is successful and non zero if not. 84 which must be of type CMS_RECIPINFO_KEK. It returns zero if the comparison is 133 for a successful comparison and non zero otherwise.
|
| /src/usr.bin/indent/ |
| H A D | lexi.c | 616 int comparison; in add_typename() local 627 else if ((comparison = strcmp(key, typenames[typename_top])) >= 0) { in add_typename() 629 if (comparison == 0) /* remove duplicates */ in add_typename() 636 for (p = 0; (comparison = strcmp(key, typenames[p])) > 0; p++) in add_typename() 638 if (comparison == 0) /* remove duplicates */ in add_typename()
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_compare_impl.inc | 1 //===-- lib/fp_compare_impl.inc - Floating-point comparison -------*- C -*-===// 11 // GCC uses long (at least for x86_64) as the return type of the comparison 25 // Otherwise the comparison functions return long. 69 // comparison to get the correct result. (This assumes a twos- or ones-
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | compare | 17 // [cmp.categories], comparison category types 22 // named comparison functions 30 // [cmp.common], common comparison category type 44 // [cmp.result], result of three-way comparison 53 // [cmp.alg], comparison algorithms
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Iterator.cpp | 306 const auto comparison = in compare() local 309 assert(isa<DefinedSVal>(comparison) && in compare() 312 return !State->assume(comparison.castAs<DefinedSVal>(), false); in compare()
|
| /src/crypto/openssl/crypto/property/ |
| H A D | README.md | 41 comparison degenerates to integer comparison. Additionally, lists of 78 for dealing with property lists are also included: comparison of a query
|
| /src/share/examples/ipfilter/rules/ |
| H A D | example.12 | 2 # get rid of all short IP fragments (too small for valid comparison)
|
| /src/lib/libc/net/ |
| H A D | nsdispatch.c | 195 vector_comparison comparison) in vector_sort() argument 197 qsort(vec, count, esize, comparison); in vector_sort() 203 vector_comparison comparison) in vector_search() argument 205 return (bsearch(key, vec, count, esize, comparison)); in vector_search()
|
| /src/contrib/bmake/unit-tests/ |
| H A D | directive-if.mk | 87 # expect+1: Don't do this, always put a space around comparison operators.
|
| H A D | directive-if.exp | 12 make: directive-if.mk:88: Don't do this, always put a space around comparison operators.
|
| /src/crypto/heimdal/lib/wind/ |
| H A D | rfc4013.txt | 29 user names and passwords for comparison. The document defines the 40 likelihood that user name and password input and comparison work in 43 passwords for comparison. For simplicity and implementation ease, a 164 strings for comparison or use in cryptographic functions (e.g., 189 comparison algorithms should use mechanisms specifically designed for
|
| /src/lib/libc/db/ |
| H A D | changelog | 7 signed comparison in recno input reading functions. 76 hash: In PAIRFITS, the first comparison should look at (P)[2].
|