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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Android/
H A DAndroid.mk54 common_CFLAGS := -Wpointer-arith -Wwrite-strings -Wunused -Winline -Wnested-externs -Wmissing-declarations -Wmissing-prototypes -Wno-long-long -Wfloat-equal -Wno-multichar -Wsign-compare -Wno-format-nonliteral -Wendif-labels -Wstrict-prototypes -Wdeclaration-after-statement -Wno-system-headers -DHAVE_CONFIG_H
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtrefcount.tex31 compare pixel-by-pixel the entire image's data), it's not implemented at all.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Ddavinci_nand.c321 goto compare;
325 compare:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/
H A Dsamba-schema-netscapeds5.x21 us, no acis"; allow (read, search, compare) userdn = "ldap:///anyone";)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dmixer.h158 int snd_mixer_class_set_compare(snd_mixer_class_t *class_, snd_mixer_compare_t compare);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msdos/
H A Dutilsdos.cpp191 if ( prog.compare(1, 2, _T(":\\")) == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DED2KLinkParser.cpp428 if ( arg.compare(0, 7, "magnet:" ) == 0 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep002.tcl137 if { [string compare [convert_method $method] -recno] != 0 } {
H A Drep039.tcl350 error_check_good assert [string compare $recargs "-recover"] 0
H A Drep067.tcl299 set win_inmem [expr [string compare [lindex $logset \
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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-passwd358 Password will prompt again and compare the second entry against the first. Both entries are require to match in order for the password to be changed.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dregexec.c164 if (source->rewind == NULL || source->compare == NULL)
165 /* The backtracking matcher requires rewind and compare
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A DMakefile7 EXTRA_CFLAGS := -Werror -Wno-sign-compare
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Ddiv64.S138 @ Current remainder is now 1. It is worthless to compare with
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Ddcigettext.c245 /* Function to compare two entries in the table of known translations. */
264 /* We compare the category last (though this is the cheapest
490 int compare = strcmp (domainname, binding->domainname); local
491 if (compare == 0)
494 if (compare < 0)
736 We compare the lengths with >=, not ==, because plural entries
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-lock.c215 static int (*compare)(struct lock_stat *, struct lock_stat *); variable
239 compare = keys[i].key;
244 die("Unknown compare key:%s\n", sort_key);
874 insert_to_result(st, compare);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3string.c273 string->compare = compare8;
310 string->compare = compare16_16;
1234 return string->compare(string, (const char *)compStr->chars);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Druntests.pl2234 # compare test results with the expected output, we might filter off
2237 sub compare { subroutine
3640 $res = compare($testnum, $testname, "stdout", \@actual, \@validstdout);
3661 $res = compare($testnum, $testname, "data", \@out, \@reply);
3674 $res = compare($testnum, $testname, "upload", \@out, \@upload);
3719 $res = compare($testnum, $testname, "protocol", \@out, \@protstrip);
3767 $res = compare($testnum, $testname, "proxy", \@out, \@protstrip);
3824 $res = compare($testnum, $testname, "output ($filename)",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A Digb_main.c2190 memset(&adapter->compare, 0, sizeof(adapter->compare));
2191 adapter->compare.source = &adapter->clock;
2192 adapter->compare.target = ktime_get_real;
2193 adapter->compare.num_samples = 10;
2194 timecompare_update(&adapter->compare, 0);
2233 memset(&adapter->compare, 0, sizeof(adapter->compare));
2234 adapter->compare.source = &adapter->clock;
2235 adapter->compare
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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

Completed in 172 milliseconds

1234567891011>>