| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | compare.cppm | |
| H A D | string_view.cppm | |
| H A D | ratio.cppm | |
| H A D | coroutine.cppm | |
| /freebsd/contrib/diff/src/ |
| H A D | diff.h | 304 struct comparison struct 307 struct comparison const *parent; /* parent, if a recursive comparison */ argument 321 int diff_2_files (struct comparison *); 328 int diff_dirs (struct comparison const *, int (*) (struct comparison const *, char const *, char co…
|
| H A D | dir.c | 49 static bool dir_loop (struct comparison const *, int); 200 diff_dirs (struct comparison const *cmp, in diff_dirs() 201 int (*handle_file) (struct comparison const *, in diff_dirs() 281 dir_loop (struct comparison const *cmp, int i) in dir_loop() 283 struct comparison const *p = cmp; in dir_loop()
|
| H A D | diff.c | 56 static int compare_files (struct comparison const *, char const *, char const *); 742 int status = compare_files ((struct comparison *) 0, in main() 753 int status = compare_files ((struct comparison *) 0, in main() 768 exit_status = compare_files ((struct comparison *) 0, in main() 1034 compare_files (struct comparison const *parent, in compare_files() 1038 struct comparison cmp; in compare_files()
|
| /freebsd/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
|
| /freebsd/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.
|
| /freebsd/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()
|
| /freebsd/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-
|
| /freebsd/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
|
| /freebsd/release/packages/ucl/ |
| H A D | diff3-all.ucl | 5 comment = "GNU 3-way file comparison and merge utility"
|
| /freebsd/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
|
| /freebsd/share/examples/ipfilter/rules/ |
| H A D | example.12 | 2 # get rid of all short IP fragments (too small for valid comparison)
|
| /freebsd/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()
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | directive-if.mk | 87 # expect+1: Don't do this, always put a space around comparison operators.
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | ax_compare_version.m4 | 20 # The operator OP determines what type of comparison to do, and can be one 70 # portions necessary to perform the specific comparison specified by the 92 # allows a simple string comparison. The end result is that a version
|