Searched refs:compare (Results 76 - 100 of 325) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dprioq.c33 AvahiPrioQueue* avahi_prio_queue_new(AvahiPQCompareFunc compare) { argument
35 assert(compare);
42 q->compare = compare;
266 while (n->parent && q->compare(n->parent->data, n->data) > 0)
279 if (n->right && q->compare(n->right->data, min->data) < 0)
284 if (q->compare(n->data, min->data) <= 0)
H A Dtimeeventq.c50 static int compare(const void* _a, const void* _b) { function
129 if (!(q->prioq = avahi_prio_queue_new(compare)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dprioq.c33 AvahiPrioQueue* avahi_prio_queue_new(AvahiPQCompareFunc compare) { argument
35 assert(compare);
42 q->compare = compare;
266 while (n->parent && q->compare(n->parent->data, n->data) > 0)
279 if (n->right && q->compare(n->right->data, min->data) < 0)
284 if (q->compare(n->data, min->data) <= 0)
H A Dtimeeventq.c50 static int compare(const void* _a, const void* _b) { function
129 if (!(q->prioq = avahi_prio_queue_new(compare)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dhcontrol.c327 assert(hctl->compare);
334 c = hctl->compare(&el, hctl->pelems[idx]);
415 return compare_hctl->compare(*(const snd_hctl_elem_t * const *) a,
427 assert(hctl->compare);
443 * \brief Change HCTL compare function and reorder elements
445 * \param compare Element compare function
448 int snd_hctl_set_compare(snd_hctl_t *hctl, snd_hctl_compare_t compare) argument
451 hctl->compare = compare
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstdstrings.cpp158 CPPUNIT_ASSERT( s1.compare(s2) == 0 );
159 CPPUNIT_ASSERT( s1.compare(s3) > 0 );
160 CPPUNIT_ASSERT( s1.compare(s4) < 0 );
161 CPPUNIT_ASSERT( s1.compare(s5) > 0 );
162 CPPUNIT_ASSERT( s1.compare(s6) < 0 );
163 CPPUNIT_ASSERT( s1.compare(1, 12, s1) > 0);
164 CPPUNIT_ASSERT( s1.compare(_T("abcdefgh")) == 0);
165 CPPUNIT_ASSERT( s1.compare(1, 7, _T("bcdefgh")) == 0);
166 CPPUNIT_ASSERT( s1.compare(1, 7, _T("bcdefgh"), 7) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/cnid/
H A Dcnid2_create96 my $compare = " " . $ri_did . $ri_hexname;
100 $compare =~ s/00$//;
112 if ($key eq $compare) {
H A Dcnid2_create.in96 my $compare = " " . $ri_did . $ri_hexname;
100 $compare =~ s/00$//;
112 if ($key eq $compare) {
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dlist.c169 TrListCompareFunc compare )
176 const int c = (compare)( data, l->data );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dvolume.cpp340 int compare; local
344 while (compare =
346 compare > 0 && iList >= 0)
353 if (compare == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dskiplist.h35 SkiplistComparator compare; member in struct:_iskiplist
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dtest-str-source.c55 /* The compare() handler. Compares two substrings in the input and returns
91 s->compare = str_handler_compare;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dfate-run.sh40 compare(){ function
49 val_cmp=$(compare $val $cmp_target $fuzz)
50 size_cmp=$(compare $size1 $size2 $size_tolerance)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dbindtextdom.c120 int compare = strcmp (domainname, binding->domainname); local
121 if (compare == 0)
124 if (compare < 0)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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

Completed in 177 milliseconds

1234567891011>>