Searched refs:compare (Results 226 - 250 of 1052) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Ddemangle.exp72 if {[string compare $style $current_demangling_style]} {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-objfile.exp73 if [string compare $binfile_build_id ""] {
/netbsd-current/external/bsd/ipf/
H A DMakefile.inc4 CWARNFLAGS.clang+= -Wno-format -Wno-tautological-compare \
/netbsd-current/external/gpl3/gcc/dist/config/
H A Dbootstrap-lto-lean.mk19 do-compare = /bin/true
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Ddemangle.exp72 if {[string compare $style $current_demangling_style]} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-objfile.exp72 if [string compare $binfile_build_id ""] {
/netbsd-current/external/gpl3/binutils/dist/config/
H A Dbootstrap-lto-lean.mk19 do-compare = /bin/true
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Datomic.d340 bool atomicCompareExchangeStrong(MemoryOrder succ = MemoryOrder.seq, MemoryOrder fail = MemoryOrder.seq, T)(T* dest, T* compare, T value) pure nothrow @nogc @trusted
357 mov %1, compare;
376 mov EDI, compare;
381 mov EDI, compare;
483 bool atomicCompareExchangeStrongNoResult(MemoryOrder succ = MemoryOrder.seq, MemoryOrder fail = MemoryOrder.seq, T)(T* dest, const T compare, T value) pure nothrow @nogc @trusted
498 mov %1, compare;
514 lea EDI, compare;
858 bool atomicCompareExchangeWeak(MemoryOrder succ = MemoryOrder.seq, MemoryOrder fail = MemoryOrder.seq, T)(T* dest, T* compare, T value) pure nothrow @nogc @trusted
861 return atomicCompareExchangeImpl!(succ, fail, true)(dest, compare, value);
864 bool atomicCompareExchangeStrong(MemoryOrder succ = MemoryOrder.seq, MemoryOrder fail = MemoryOrder.seq, T)(T* dest, T* compare,
[all...]
/netbsd-current/sys/lib/libkern/arch/m68k/
H A Dscanc.S50 movl 12(%sp),%a1 | table to compare with
/netbsd-current/sys/modules/cyclic/
H A DMakefile28 CPPFLAGS+= -Wno-unknown-pragmas -Wno-cast-qual -Wno-sign-compare
/netbsd-current/usr.sbin/mtree/
H A Dextern.h64 int compare(NODE *, FTSENT *);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_Ag.d42 override int compare(in void* p1, in void* p2) const
76 override int compare(in void* p1, in void* p2) const
H A Dti_Along.d42 override int compare(in void* p1, in void* p2) const
77 override int compare(in void* p1, in void* p2) const
H A Dti_Ashort.d42 override int compare(in void* p1, in void* p2) const
76 override int compare(in void* p1, in void* p2) const
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h91 return VT1->Name.compare(VT2->Name);
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-openchrome/
H A DMakefile55 CWARNFLAGS.clang+= -Wno-tautological-compare
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A Dmain.cpp32 bool result = lc->compare("cn=Manager,o=Organisation,c=DE",
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dretcode.conf26 retcode-item "cn=compareFalse" 0x05 op=compare
27 retcode-item "cn=compareTrue" 0x06 op=compare
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPConnection.h113 * @param dn Distinguished name of the entry for which the compare
116 * compare operation
119 * @returns The result of the compare operation. true if the
123 bool compare(const std::string& dn, const LDAPAttribute& attr,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A DMakefile.in17 add.c bind.c compare.c delete.c modify.c modrdn.c search.c \
24 add.lo bind.lo compare.lo delete.lo modify.lo modrdn.lo search.lo \
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A DMakefile55 CFLAGS_$(AMDDALPATH)/dc/calcs/dcn_calc_math.o := $(calcs_ccflags) -Wno-tautological-compare
/netbsd-current/external/mit/xorg/lib/libdrm/
H A DMakefile23 CWARNFLAGS.clang+= -Wno-conversion -Wno-tautological-compare
/netbsd-current/external/bsd/openldap/lib/slapd/back-mdb/
H A DMakefile23 search.c compare.c extended.c init.c modrdn.c tools.c \
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsplay-tree-utils.cc71 auto compare = [&](splay_tree_node<int> *node) local
75 return tree.lookup (compare);
165 auto compare = [&](splay_tree_node<int> *other_node) local
169 bool inserted = tree.insert (node, compare);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeFile.h71 bool compare (DbeFile *df);

Completed in 370 milliseconds

1234567891011>>