Searched refs:compare (Results 51 - 75 of 195) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/cnid/
H A Dcnid2_create.in96 my $compare = " " . $ri_did . $ri_hexname;
100 $compare =~ s/00$//;
112 if ($key eq $compare) {
H A Dcnid2_create96 my $compare = " " . $ri_did . $ri_hexname;
100 $compare =~ s/00$//;
112 if ($key eq $compare) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DHashCompareTest.java107 public int compare(Object o1, Object o2) { method in class:HashComparator
118 public int compare(Object o1, Object o2) { method in class:BtreeComparator
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdbtest001.tcl20 # TEST After all are entered, retrieve all; compare output to original.
73 # Now we will get each key from the DB and compare the results
90 # Now compare the keys to see if they match the
116 if { [string compare $method "-recno"] != 0 } {
129 if { [string compare $method "-recno"] != 0 } {
H A Dsdbtest002.tcl24 # TEST After all are entered, retrieve all; compare output to original.
64 # Now we will get each key from the DB and compare the results
94 # Now compare the keys to see if they match the dictionary (or ints)
133 if { [string compare $method "-recno"] != 0 } {
146 if { [string compare $method "-recno"] != 0 } {
H A Dtest002.tcl16 # TEST retrieve each. After all are entered, retrieve all; compare output
100 # Now we will get each key from the DB and compare the results
114 # Now compare the keys to see if they match the dictionary
138 if { [string compare $omethod "-recno"] != 0 } {
149 if { [string compare $omethod "-recno"] != 0 } {
H A Dtest025.tcl17 if { [string compare $omethod "-btree"] == 0 } {
21 if { [string compare $omethod "-hash"] == 0 } {
114 # Now we will get each key from the DB and compare the results
H A Dlock003.tcl92 if { [string compare $rw "write"] == 0 } {
H A Dreputilsnoenv.tcl329 if { [string compare $hold_electp NONE] != 0 } {
336 if { [string compare $dupmasterp NONE] != 0 } {
343 if { [string compare $errp NONE] != 0 } {
420 # compare their LSNs to the LSN in the log. The
431 if { [string compare $errp NONE] != 0 } {
H A Dtxn002.tcl65 if { [string compare \
H A Drecd010.tcl139 if { [expr ([string compare $op "abort"] == 0 && $reverse == -1) || \
140 ([string compare $op "commit"] == 0 && $reverse != -1)]} {
209 if { [string compare $lastkey $thiskey] != 0 } {
H A Dtest015.tcl78 [string compare $omethod "-recno"] == 0} {
206 # Now compare the keys to see if they match the dictionary (or ints)
231 if { [string compare $omethod "-recno"] != 0 } {
244 if { [string compare $omethod "-recno"] != 0 } {
H A Dtest038.tcl130 if { [string compare $k $str] != 0 } {
137 if {[string compare $lastdup $datastr] > 0} {
200 if {[string compare \
H A Dsiutils.tcl73 if { [string compare $errp NONE] != 0 } {
77 if { [string compare $errs NONE] != 0 } {
81 if { [string compare $errsg NONE] != 0 } {
H A Dtest024.tcl20 if { [string compare $omethod "-hash"] == 0 } {
74 if { [string compare $omethod "-btree"] == 0 } {
116 # Now we will get each key from the DB and compare the results
129 if { [string compare $omethod "-btree"] == 0 } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dtimeeventq.c50 static int compare(const void* _a, const void* _b) { function
129 if (!(q->prioq = avahi_prio_queue_new(compare)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dskiplist.h35 SkiplistComparator compare; member in struct:_iskiplist
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dfib_rules.h53 int (*compare)(struct fib_rule *, member in struct:fib_rules_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dbindtextdom.c99 int compare = strcmp (domainname, binding->domainname); local
100 if (compare == 0)
103 if (compare < 0)
H A Dl10nflist.c254 int compare = strcmp (retval->filename, abs_filename);
255 if (compare == 0)
258 if (compare < 0)
253 int compare = strcmp (retval->filename, abs_filename); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgcmp.c80 static void compare (const char *fn1, const char *fn2,
187 /* compare the two files */
188 compare (argv[optind], argv[optind + 1], input_syntax);
347 compare (const char *fn1, const char *fn2, catalog_input_format_ty input_syntax) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/rand/
H A Dfips_randtest.c168 static void compare(const unsigned char *result,const unsigned char *expected, function
199 compare(buf,t->block1,8);
206 compare(buf,t->block100,8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dfips_randtest.c168 static void compare(const unsigned char *result,const unsigned char *expected, function
199 compare(buf,t->block1,8);
206 compare(buf,t->block100,8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dxdf_io.c538 if(compare(dev->sectors, 19) &&
539 compare(dev->sectors, 23) &&
540 compare(dev->sectors, 24) &&
541 compare(dev->sectors, 46) &&
542 compare(dev->sectors, 48))
546 if(compare(dev->heads, 2))
555 (!IS_MFORMAT_ONLY(dev) && compare(dev->sectors, sect)) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dlist.in.h38 * Callback function used to compare 2 data.
57 xmlListDataCompare compare);

Completed in 123 milliseconds

12345678