Searched refs:compare (Results 201 - 225 of 1052) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/config/
H A Dbootstrap-lto-lean.mk17 do-compare = /bin/true
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dsafestack.h35 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
37 return (STACK_OF(t1) *)(void *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
43 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int n) \
45 return (STACK_OF(t1) *)(void *)OPENSSL_sk_new_reserve((OPENSSL_sk_compfunc)compare, n); \
124 static ossl_unused ossl_inline sk_##t1##_compfunc sk_##t1##_set_cmp_func(STACK_OF(t1) *sk, sk_##t1##_compfunc compare) \
126 return (sk_##t1##_compfunc)OPENSSL_sk_set_cmp_func((OPENSSL_STACK *)(void *)sk, (OPENSSL_sk_compfunc)compare); \
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeSyncMap.h100 if (item->compare (nm, chksum))
121 if (item->compare (nm, chksum))
128 if (item->compare (nm, chksum))
152 if (mask == item->compare (nm, path, df))
171 if (mask == item->compare (nm, path, df))
178 if (mask == item->compare (nm, path, df))
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeSyncMap.h100 if (item->compare (nm, chksum))
121 if (item->compare (nm, chksum))
128 if (item->compare (nm, chksum))
152 if (mask == item->compare (nm, path, df))
171 if (mask == item->compare (nm, path, df))
178 if (mask == item->compare (nm, path, df))
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtgmpop.c632 int inexact, compare, compare2; local
650 compare = func (dst_big, arg1, arg2, rnd);
674 if (compare * compare2 >= 0)
675 compare = compare + compare2;
677 compare = inexact; /* cannot determine sign(t-f(x)) */
678 if (((inexact == 0) && (compare != 0)) ||
679 ((inexact > 0) && (compare <= 0)) ||
680 ((inexact < 0) && (compare >= 0)))
684 mpfr_print_rnd_mode (rnd), op, compare, inexac
709 int inexact, compare, compare2; local
786 int inexact, compare, compare2; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d13 // Three-way compare for integrals: negative if `lhs < rhs`, positive if `lhs > rhs`, 0 otherwise.
25 // Three-way compare for real fp types. NaN is smaller than all valid numbers.
37 // Three-way compare for complex types.
102 int compare(T[] s1, T[] s2)
109 if (int c = Floating!T.compare(s1[u], s2[u]))
199 the same, have the same ABI flags, and compare the same for equality. For ordering comparisons, we detect
227 override int compare(in void* p1, in void* p2)
292 assert(compare(&a, &a) == 0);
293 assert(compare(&a, &b) == -1);
294 assert(compare(
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dmacscp.exp112 if {[string compare $definition undefined] == 0 \
123 if {[string compare $definition ""] == 0} {
165 if {[string compare $func_def $expected] == 0} {
365 if {[string compare $result $expected] == 0} {
367 } elseif {[string compare $result $kfail_expected] == 0} {
370 } elseif {[string compare $result timeout] == 0} {
390 [string compare [lindex $result end] {}] == 0} {
392 } elseif {[string compare $result timeout] == 0} {
422 [string compare [lindex $result end] {}] == 0} {
424 } elseif {[string compare
[all...]
H A Dcharset.exp204 if {! [string compare [lindex $result 0] $host_charset]} {
239 if {! [string compare $result [list $host_charset $target_charset]]} {
258 if {! [string compare $host_charset iso-8859-1] && ! [string compare $target_charset ascii]} {
428 if {! [string compare $target_charset iso-8859-1]} {
439 if {! [string compare $target_charset ascii]} {
H A Dsepdebug.exp667 if ![string compare $build_id_debug_filename ""] then {
676 if ![string compare $build_id_debugself_filename ""] then {
679 } elseif {[string compare $build_id_debugself_filename $build_id_debug_filename] != 0} then {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmacscp.exp107 if {[string compare $definition undefined] == 0 \
118 if {[string compare $definition ""] == 0} {
160 if {[string compare $func_def $expected] == 0} {
359 if {[string compare $result $expected] == 0} {
361 } elseif {[string compare $result $kfail_expected] == 0} {
364 } elseif {[string compare $result timeout] == 0} {
384 [string compare [lindex $result end] {}] == 0} {
386 } elseif {[string compare $result timeout] == 0} {
416 [string compare [lindex $result end] {}] == 0} {
418 } elseif {[string compare
[all...]
H A Dcharset.exp204 if {! [string compare [lindex $result 0] $host_charset]} {
239 if {! [string compare $result [list $host_charset $target_charset]]} {
258 if {! [string compare $host_charset iso-8859-1] && ! [string compare $target_charset ascii]} {
428 if {! [string compare $target_charset iso-8859-1]} {
439 if {! [string compare $target_charset ascii]} {
H A Dsepdebug.exp672 if {![string compare $build_id_debug_filename ""]} {
681 if {![string compare $build_id_debugself_filename ""]} {
684 } elseif {[string compare $build_id_debugself_filename $build_id_debug_filename] != 0} {
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dtest-lib.sh267 compare='diff -u'
269 compare='cmp -s'
271 compare=cmp
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCommand.h87 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
98 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
118 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb5_ccapi.h158 cc_int32 (*compare)(cc_credentials_t, cc_credentials_t, cc_uint32*); member in struct:cc_credentials_functions
201 cc_int32 (*compare)(cc_ccache_t, cc_ccache_t, cc_uint32*); member in struct:cc_ccache_functions
226 cc_int32 (*compare)(cc_context_t, cc_context_t, cc_uint32*); member in struct:cc_context_functions
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-locale.cc152 if (want.compare (got.str()) != 0)
174 return (s.str().compare("1x5") == 0);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_C.d39 override int compare(in void* p1, in void* p2)
H A Dti_cent.d40 override int compare(in void* p1, in void* p2)
H A Dti_long.d41 override int compare(in void* p1, in void* p2)
H A Dti_ubyte.d37 override int compare(in void* p1, in void* p2)
H A Dti_ucent.d39 override int compare(in void* p1, in void* p2)
H A Dti_uint.d37 override int compare(in void* p1, in void* p2)
H A Dti_ulong.d41 override int compare(in void* p1, in void* p2)
/netbsd-current/external/ibm-public/postfix/
H A DMakefile.inc12 -Wno-string-plus-int -Wno-string-compare
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/precompiled/
H A Dstdc++.h138 #include <compare>

Completed in 389 milliseconds

1234567891011>>