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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java125 return (compare(key, beginKey) == 0);
137 return (compare(key, beginKey) == 0);
164 return compare(key, beginKey) > 0;
166 return compare(key, beginKey) >= 0;
179 return compare(key, endKey) < 0;
181 return compare(key, endKey) <= 0;
188 public int compare(DatabaseEntry key1, DatabaseEntry key2) { method in class:KeyRange
191 return comparator.compare(getByteArray(key1), getByteArray(key2));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestenc.com22 $ backup/compare 'test' 'test'-clear
29 $ backup/compare 'test' 'test'-clear
47 $ backup/compare 'test' 'test'-'i'-clear
54 $ backup/compare 'test' 'test'-'i'-clear
H A Dtpkcs7d.com42 $ backup/compare f.p ff.p1
44 $ backup/compare f.p ff.p3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtestenc.com26 $ backup/compare 'test' 'test'-clear
33 $ backup/compare 'test' 'test'-clear
51 $ backup/compare 'test' 'test'-'i'-clear
58 $ backup/compare 'test' 'test'-'i'-clear
H A Dtpkcs7d.com47 $ backup/compare f.p ff.p1
49 $ backup/compare f.p ff.p3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsamba.postinst59 if [ -d /var/samba/ ] && [ -n "$2" ] && dpkg --compare-versions "$2" lt 2.0.7-4
68 if [ -d /var/state/samba ] && [ -n "$2" ] && dpkg --compare-versions "$2" lt 2.2.3-4
105 if [ -n "$2" ] && dpkg --compare-versions "$2" lt 2.999+3.0.alpha23-5 \
115 if [ -n "$2" ] && dpkg --compare-versions "$2" gt 2.99.cvs.20020713-1 \
116 && dpkg --compare-versions "$2" lt 2.999+3.0cvs20020805-1
158 && dpkg --compare-versions "$2" lt 2.99.cvs.20020713-2
192 if dpkg --compare-versions "$2" lt 2.999+3.0.alpha20-4; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsamba.postinst59 if [ -d /var/samba/ ] && [ -n "$2" ] && dpkg --compare-versions "$2" lt 2.0.7-4
68 if [ -d /var/state/samba ] && [ -n "$2" ] && dpkg --compare-versions "$2" lt 2.2.3-4
105 if [ -n "$2" ] && dpkg --compare-versions "$2" lt 2.999+3.0.alpha23-5 \
115 if [ -n "$2" ] && dpkg --compare-versions "$2" gt 2.99.cvs.20020713-1 \
116 && dpkg --compare-versions "$2" lt 2.999+3.0cvs20020805-1
158 && dpkg --compare-versions "$2" lt 2.99.cvs.20020713-2
192 if dpkg --compare-versions "$2" lt 2.999+3.0.alpha20-4; then
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dhash.c140 struct hashtable_t *hash_new(int size, hashdata_compare_cb compare, argument
160 hash->compare = compare;
179 if (hash->compare(bucket->data, data))
219 if (hash->compare(bucket->data, keydata))
262 if (hash->compare(hash_it_t.bucket->data, data)) {
286 new_hash = hash_new(size, hash->compare, hash->choose);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dlist.h107 * @param compare the comparison function.
111 TrListCompareFunc compare );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/oprofile/
H A DMakefile1 EXTRA_CFLAGS := -Werror -Wno-sign-compare
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb185_int.h84 int (*compare) __P((const DBT185 *, const DBT185 *)); member in struct:__db185
97 int (*compare) /* comparison function */ member in struct:__anon6174
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dskiplist.c47 sl->compare = (SkiplistComparator)NULL;
60 return (void *)(((Skiplist *)a)->compare)>(void *)(((Skiplist *)b)->compare);
64 return a>(void *)(((Skiplist *)b)->compare);
77 if(sl->compare && sl->comparek) {
80 sl->compare = comp;
126 if(!sl->compare) return 0;
128 ret = skiplist_find_compare(sl, data, iter, sl->compare);
130 ret = skiplist_find_compare(sl, data, &aiter, sl->compare);
139 if(comp==sli->compare || !sl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsamba.postinst103 if [ -n "$2" ] && dpkg --compare-versions "$2" lt 2.999+3.0.alpha23-5 \
113 if [ -n "$2" ] && dpkg --compare-versions "$2" gt 2.99.cvs.20020713-1 \
114 && dpkg --compare-versions "$2" lt 2.999+3.0cvs20020805-1
156 && dpkg --compare-versions "$2" lt 2.99.cvs.20020713-2
190 if dpkg --compare-versions "$2" lt 2.999+3.0.alpha20-4; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd006.tcl45 if { [string compare $omethod "-recno"] == 0 } {
175 if { [string compare $Dret $kvals($p10)] == 0 ||
176 [string compare $Dret [string toupper $kvals($p10)]] == 0 } {
215 if { [string compare $child1 "commit"] == 0 } {
231 if { [string compare $child2 "commit"] == 0 } {
245 if { [string compare $child1 "commit"] == 0 } {
252 if { [string compare $child2 "commit"] == 0 } {
H A Dtest029.tcl18 if { [string compare $omethod "-hash"] == 0 } {
80 if { [string compare $omethod "-btree"] == 0 } {
145 if { [string compare $omethod "-btree"] == 0 } {
186 if { [string compare $omethod "-btree"] == 0 } {
225 if { [string compare $omethod "-btree"] == 0 } {
H A Dtest031.tcl138 if { [string compare $k $str] != 0 } {
145 if {[string compare \
162 # Now we will get each key from the DB and compare the results
183 if { [string compare $k $lastkey] != 0 } {
198 if { [string compare $lastdup $d] > 0 } {
H A Dtest049.tcl102 if { [string compare $flag get_both] == 0} {
139 } elseif { [string compare $flag before ] == 0 ||
140 [string compare $flag after ] == 0 } {
150 if { [string compare $flag after] == 0 } {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexmisc.c571 int compare; local
653 /* Lexicographic compare: compare the data bytes */
655 compare = ACPI_MEMCMP(operand0->buffer.pointer,
664 if ((length0 == length1) && (compare == 0)) {
674 if (compare > 0) {
678 if (compare < 0) {
682 /* Bytes match (to shortest length), compare lengths */
691 if (compare > 0) {
694 if (compare <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A Dmixer.c78 mixer->compare = snd_mixer_compare_default;
331 assert(mixer->compare);
336 c = mixer->compare(elem, mixer->pelems[idx]);
364 * \param compare_weight Mixer element compare weight
632 assert(c1->class && c1->class->compare);
633 assert(c2->class && c2->class->compare);
635 return c1->class->compare(c1, c2);
643 return mixer->compare(*(const snd_mixer_elem_t * const *)a, *(const snd_mixer_elem_t * const *)b);
650 assert(mixer->compare);
659 * \brief Change mixer compare functio
664 snd_mixer_set_compare(snd_mixer_t *mixer, snd_mixer_compare_t compare) argument
1078 snd_mixer_class_set_compare(snd_mixer_class_t *obj, snd_mixer_compare_t compare) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtpkcs7d.com47 $ backup/compare f.p ff.p1
49 $ backup/compare f.p ff.p3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbfin_mac.h88 struct timecompare compare; member in struct:bfin_mac_local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistComparator.java44 public int compare(Object o1, Object o2) { method in class:PersistComparator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Duts4_cc.s9 / value i, using compare-and-swap.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h98 __be64 compare; member in struct:mthca_atomic_seg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dreg_compare.c14 | compare() is the core FPU_REG comparison function |
23 static int compare(FPU_REG const *b, int tagb) function
173 c = compare(loaded_data, loaded_tag);
219 c = compare(st_ptr, FPU_gettagi(nr));
265 c = compare(st_ptr, FPU_gettagi(nr));

Completed in 148 milliseconds

1234567891011>>