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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h236 int (*compare)(size_t pos1, size_t pos2, size_t len, void *context); member in struct:__anon2741
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dinternal.h75 * interleaved position using compare() function argument.
78 int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables-xml.c525 /* compare arguments up to -j or -g for match.
535 int compare = 0; local
539 compare = 1;
544 compare = 0;
554 return compare == 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmdbscript.tcl362 if { [string compare $klock NOLOCK] != 0 } {
377 if { [string compare $klock NOLOCK] != 0 } {
H A Dtest032.tcl116 if { [string compare $k $str] != 0 } {
123 if {[string compare $lastdup $datastr] > 0} {
140 # Now we will get each key from the DB and compare the results
H A Dtest074.tcl175 if { [string compare $opt "-dupsort"] == 0 } {
236 if { [string compare $dir "-prevnodup"] == 0 } {
H A Dtest046.tcl148 if { [string compare $omethod "-btree"] == 0 } {
182 if { [string compare $omethod "-btree"] == 0} {
346 if { [string compare $size big] == 0 } {
373 if { [string compare [lindex \
392 if { [string compare $type key_over] == 0 } {
595 dbcget:curr(compare) [lindex [lindex $ret 0] 1] $dup_set(1)
H A Dtestutils.tcl21 if {[string compare $opt "-r"] == 0} {
23 } elseif {[string compare $opt "-t"] == 0} {
25 } elseif {[string compare $opt "-w"] == 0} {
28 if {[string compare $opt "-c"] == 0} {
406 if { [string compare $key $lastkey] != 0 && \
427 if { [string compare $key $lastkey] != 0 } {
465 if { [string compare $key $lastkey] != 0 } {
477 if { [string compare $key $lastkey] != 0 && \
1058 } elseif { [string compare $d $data] != 0 } {
1310 if { [string compare
[all...]
H A Dtest011.tcl131 if { [string compare $k $str] != 0 } {
151 # Now we will get each key from the DB and compare the results
165 # Now compare the keys to see if they match the dictionary entries
191 # Now compare the keys to see if they match the dictionary entries
266 if { [string compare $flag "-before"] == 0 ||
267 [string compare $flag "-after"] == 0 } {
H A Dupgrade.tcl90 if { [string compare $myendianness $dbendianness] != 0 } {
821 return [string compare $a $b]
829 if { [string compare $termchar \0] == 0 } {
H A Dtest093.tcl152 # Now we will get each key from the DB and compare the results
166 # Now compare the keys to see if they match the dictionary (or ints)
298 # Now we will get each key from the DB and compare the results
353 return [string compare $b $a]
368 return [string compare $arev $brev]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstring.h164 #error "Please define string case-insensitive compare for your OS/compiler"
623 // All compare functions return -1, 0 or 1 if the [sub]string is less,
624 // equal or greater than the compare() argument.
627 int compare(const wxStringBase& str) const;
629 int compare(size_t nStart, size_t nLen, const wxStringBase& str) const;
631 int compare(size_t nStart, size_t nLen,
634 int compare(const wxChar* sz) const;
636 int compare(size_t nStart, size_t nLen,
1329 int compare(const wxStringBase& str) const;
1331 int compare(size_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t149 ok(7, ! defined $dbh->{compare}) ;
539 $dbh1->{compare} = sub {
544 $dbh2->{compare} = sub { $_[0] cmp $_[1] } ;
547 $dbh3->{compare} = sub { length $_[0] <=> length $_[1] } ;
939 $DB_BTREE->{'compare'} = \&Compare ;
965 delete $DB_BTREE->{'compare'} ;
1383 # now an error to pass 'compare' a non-code reference
1386 eval { $dbh->{compare} = 2 };
1387 ok(162, $@ =~ /^Key 'compare' not associated with a code reference at/);
1400 # $dbh->{compare}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dftplistparser.c306 curl_fnmatch_callback compare; local
327 compare = conn->data->set.fnmatch;
328 if(!compare)
329 compare = Curl_fnmatch;
332 if(compare(conn->data->set.fnmatch_data, wc->pattern,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtparm.c213 %= compare if pop and pop are equal and push the result
214 %> compare if pop is less than pop and push the result
215 %< compare if pop is greater than pop and push the result
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead.S119 c %r1,0xb8 # compare subchannel number
206 c %r1,0xb8 # compare subchannel number
348 c %r1,0xb8 # compare subchannel number
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtparm.c213 %= compare if pop and pop are equal and push the result
214 %> compare if pop is less than pop and push the result
215 %< compare if pop is greater than pop and push the result
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java.i355 return bt_compare_handler.compare(arr1, arr2);
384 return h_compare_handler.compare(arr1, arr2);
392 return dup_compare_handler.compare(arr1, arr2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs331 #define db_BT_compare btree.compare
389 SV * compare ;
605 count = perl_call_sv(CurrentDB->compare, G_SCALAR);
611 croak ("DB_File btree_compare: expected 1 return value from compare sub, got %d\n", count) ;
858 printf (" compare = %s\n",
965 RETVAL->hash = RETVAL->compare = RETVAL->prefix = NULL ;
1029 svp = hv_fetch(action, "compare", 7, FALSE);
1033 RETVAL->compare = newSVsv(*svp) ;
1237 RETVAL->hash = RETVAL->compare = RETVAL->prefix = NULL ;
1313 svp = hv_fetch(action, "compare",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-iop3xx.c167 compare_func compare)
177 (done = compare( sr = iop3xx_i2c_get_srstat(iop3xx_adap) ,flags )),
165 iop3xx_i2c_wait_event(struct i2c_algo_iop3xx_data *iop3xx_adap, unsigned flags, unsigned* status, compare_func compare) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A DMakefile121 WARNINGS = -Wstrict-prototypes -Wsign-compare -Wshadow \
123 -Wpointer-arith -Wsign-compare -Wmissing-prototypes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dadt_tree.c62 tree->compare = cmp_fn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dinternal.h92 * interleaved position using compare() function argument.
96 int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmtools.h164 UNUSED(static __inline__ int compare (long ref, long testee))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregguts.h413 int FUNCPTR(compare, (CONST chr *, CONST chr *, size_t));

Completed in 466 milliseconds

1234567891011>>