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

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest017.tcl135 if { [string compare $k $str] != 0 } {
156 # Now we will get each key from the DB and compare the results
192 # Now compare the keys to see if they match the file names
223 # Now compare the keys to see if they match the filenames
H A Dparallel.tcl63 if { [string compare ALL $nitems] != 0 } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_rules.c313 .compare = fib4_rule_compare,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Ddcigettext.c280 /* Function to compare two entries in the table of known translations. */
306 /* We compare the category last (though this is the cheapest
615 int compare = strcmp (domainname, binding->domainname); local
616 if (compare == 0)
619 if (compare < 0)
928 We compare the lengths with >=, not ==, because plural entries
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java104 return bt_compare_handler.compare(arr1, arr2);
133 return h_compare_handler.compare(arr1, arr2);
141 return dup_compare_handler.compare(arr1, arr2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsrem_mod.S227 cmpl %d4,%d1 | ...compare hi(R) and hi(Y)
229 cmpl %d5,%d2 | ...compare lo(R) and lo(Y)
236 |..use the borrow of the previous compare
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm361 ; calculate the good chain_length, and we'll compare scan and match string
432 mov edx,[esi+3] ; compare manually dword at match+3
435 jz begincompare ; if equal, go to long compare
485 ; here we have finised compare, and esi contain len of equal string
847 ;;; starting the compare loop. So what this code does is skip over 0-3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm361 ; calculate the good chain_length, and we'll compare scan and match string
432 mov edx,[esi+3] ; compare manually dword at match+3
435 jz begincompare ; if equal, go to long compare
485 ; here we have finised compare, and esi contain len of equal string
847 ;;; starting the compare loop. So what this code does is skip over 0-3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs227 SV * compare ;
268 SV * compare ;
783 if (db->compare)
784 SvREFCNT_dec(db->compare) ;
985 count = perl_call_sv(getCurrentDB->compare, G_SCALAR);
990 softCrash ("in btree_compare - expected 1 return value from compare sub, got %d", count) ;
1051 softCrash ("dup_compare: expected 1 return value from compare sub, got %d", count) ;
3033 db->compare = newSVsv(sv) ;
3400 RETVAL->compare = db->compare ;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl2135 # compare test results with the expected output, we might filter off
2138 sub compare { subroutine
3332 $res = compare("stdout", \@actual, \@validstdout);
3356 $res = compare("data", \@out, \@reply);
3371 $res = compare("upload", \@out, \@upload);
3418 $res = compare("protocol", \@out, \@protstrip);
3467 $res = compare("output", \@generated, \@outfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dpattern.c2107 goto compare;
2113 goto compare;
2121 goto compare;
2126 compare:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm150 compare => 2,
763 $b->{'compare'} ;
786 equivalent of the keys C<hash>, C<compare> and C<prefix> store pointers
798 sub compare
818 C<compare> template.
914 insensitive compare function will be used.
929 $DB_BTREE->{'compare'} = \&Compare ;
965 The new compare function must be specified when you create the database.
970 you must use the same compare function every time you access the
986 additionally compare cas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java429 public int compare(Object o1, Object o2) { method in class:KeyRangeTest.ReverseComparator
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dudiv.S76 ! the top decade: so do not even bother to compare to R.
H A Durem.S74 ! the top decade: so do not even bother to compare to R.
H A Drem.S90 ! the top decade: so do not even bother to compare to R.
H A Dsdiv.S90 ! the top decade: so do not even bother to compare to R.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dpattern.c2109 goto compare;
2115 goto compare;
2123 goto compare;
2128 compare:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dpattern.c2107 goto compare;
2113 goto compare;
2121 goto compare;
2126 compare:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcma.c1135 struct ib_cm_compare_data *compare)
1142 memset(compare, 0, sizeof *compare);
1143 cma_data = (void *) compare->data;
1144 cma_mask = (void *) compare->mask;
1145 sdp_data = (void *) compare->data;
1146 sdp_mask = (void *) compare->mask;
1134 cma_set_compare_data(enum rdma_port_space ps, struct sockaddr *addr, struct ib_cm_compare_data *compare) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm123 facilities to skip tests, test future features and compare complicated
309 Similar to ok(), is() and isnt() compare their two arguments
426 compare two arguments using any binary perl operator.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1649 ((struct mthca_atomic_seg *) wqe)->compare =
1654 ((struct mthca_atomic_seg *) wqe)->compare = 0;
2028 ((struct mthca_atomic_seg *) wqe)->compare =
2033 ((struct mthca_atomic_seg *) wqe)->compare = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java242 public int compare(FieldInfo f1, FieldInfo f2) {
262 public int compare(FieldInfo f1, FieldInfo f2) {
1360 * float or double, this method will compare it to zero and leave the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm300 ; * starting the compare loop. So what this code does is skip over 0-3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm300 ; * starting the compare loop. So what this code does is skip over 0-3

Completed in 386 milliseconds

12345678