Searched refs:compare (Results 151 - 175 of 1052) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/nvi/dist/tcl_scripts/
H A Dmailprocs.tcl6 if {[string compare [lindex [split $line :] 0] "To"] == 0} {
20 if {[string compare $target $name] == 0} {
60 if {[string compare $target [string trim $address]] == 0} {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dqsort.d57 return (cast(TypeInfo)ti).compare(p1, p2);
72 return (cast(TypeInfo)ti).compare(p1, p2);
87 return (cast(TypeInfo)ti).compare(p1, p2);
102 return (cast(TypeInfo)ti).compare(p1, p2);
117 return (cast(TypeInfo)ti).compare(p1, p2);
131 return tiglobal.compare(p1, p2);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dqsort.d51 return (cast(TypeInfo)ti).compare(p1, p2);
66 return (cast(TypeInfo)ti).compare(p1, p2);
81 return (cast(TypeInfo)ti).compare(p1, p2);
96 return (cast(TypeInfo)ti).compare(p1, p2);
111 return (cast(TypeInfo)ti).compare(p1, p2);
125 return tiglobal.compare(p1, p2);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtgeneric.c110 compare); \
182 int inexact, compare, compare2; local
338 compare = TEST_FUNCTION (y, x, x2, u, rnd);
340 compare = TEST_FUNCTION (y, x, x2, rnd);
344 compare = TEST_FUNCTION (y, d, x, rnd);
346 compare = TEST_FUNCTION (y, x, d, rnd);
353 compare = TEST_FUNCTION (y, u, rnd);
355 compare = TEST_FUNCTION (y, u, x, rnd);
357 compare = TEST_FUNCTION (y, x, u, rnd);
359 compare
[all...]
/netbsd-current/common/lib/libc/arch/m68k/string/
H A Dmemcmp.S77 CMPMB((%a0)+,(%a1)+) | yes, compare a byte
84 jne .Lbcbloop | yes, no hope for alignment, compare bytes
89 CMPML((%a0)+,(%a1)+) | compare a longword
96 CMPMB((%a0)+,(%a1)+) | compare a byte
/netbsd-current/common/lib/libc/arch/mips/string/
H A Dstrcmp.S47 lbu t0, 0(a0) # get two bytes and compare them
/netbsd-current/lib/libc/arch/mips/string/
H A Dbcmp.S53 xor v0, a0, a1 # compare low two bits of addresses
72 lw v0, 0(a0) # compare words
86 lbu v0, 0(a0) # compare bytes until a1 word aligned
98 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
/netbsd-current/sys/lib/libkern/arch/m68k/
H A Dskpc.S55 cmpb (%a0)+,%d1 | compare with mask
/netbsd-current/external/gpl2/diffutils/lib/
H A DMakefile16 CWARNFLAGS.clang+= -Wno-unused-value -Wno-tautological-compare
/netbsd-current/sbin/fsck_ext2fs/
H A DMakefile15 CWARNFLAGS.clang+= -Wno-error=tautological-pointer-compare
/netbsd-current/external/mit/xorg/bin/xwininfo/
H A DMakefile16 CWARNFLAGS.clang+= -Wno-tautological-compare
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAtomic.cpp57 # error No compare-and-swap implementation for your platform!
/netbsd-current/sys/modules/compat_50/
H A DMakefile23 COPTS.rtsock_50.c+=-Wno-sign-compare
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dheap.h57 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare,
67 *\li "compare" is a function which takes two void * arguments and
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.h28 int compare(RootObject *o);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_cdouble.d40 override int compare(in void* p1, in void* p2) const @trusted
42 return Floating!F.compare(*cast(F*)p1, *cast(F*)p2);
H A Dti_cfloat.d40 override int compare(in void* p1, in void* p2) const @trusted
42 return Floating!F.compare(*cast(F*)p1, *cast(F*)p2);
H A Dti_creal.d40 override int compare(in void* p1, in void* p2) const @trusted
42 return Floating!F.compare(*cast(F*)p1, *cast(F*)p2);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A DMakefile.in17 add.c bind.c compare.c delete.c modify.c search.c \
24 add.lo bind.lo compare.lo delete.lo modify.lo search.lo \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A DMakefile.in16 SRCS = init.c search.c compare.c modify.c bind.c \
21 OBJS = init.lo search.lo compare.lo modify.lo bind.lo \
/netbsd-current/external/gpl3/gcc/lib/libstdc++-v3/include/
H A DMakefile18 INCS= compare cxxabi.h exception initializer_list new typeinfo
/netbsd-current/external/bsd/openldap/lib/slapd/back-monitor/
H A DMakefile17 backend.c bind.c cache.c compare.c conn.c database.c entry.c init.c \
/netbsd-current/external/gpl3/gcc.old/lib/libstdc++-v3/include/
H A DMakefile18 INCS= compare cxxabi.h exception initializer_list new typeinfo
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/nios2/
H A Dcmp.s1 # Source file used to test the compare instructions
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dinsn-reverse.exp103 if { ![gdb_assert { [string compare $pre_regs($i) $post_regs($i)] == 0 } \
104 "compare registers on insn $i:$insn_array($i)"] } {
107 if { [string compare $pre_line $post_line] } {

Completed in 157 milliseconds

1234567891011>>