Searched refs:compare (Results 1 - 25 of 57) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dadt_tree.h34 int (*compare)(void* x, void *y); member in struct:_tree_root
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Ddivide.S45 * $28 - compare status
55 #define compare $28 define
123 1: cmpult divisor,modulus,compare
126 bne compare,1b
128 1: cmpult divisor,modulus,compare
132 bne compare,1b
139 cmpule divisor,modulus,compare
141 DIV_ONLY(cmovne compare,tmp2,quotient)
143 cmovne compare,tmp1,modulus
H A Dev6-divide.S45 * $28 - compare status
65 #define compare $28 define
142 1: cmpult divisor,modulus,compare # E :
145 bne compare,1b # U : U L U L
147 1: cmpult divisor,modulus,compare # E :
155 bne compare,1b # U : U L U L
170 cmpule divisor,modulus,compare # E :
174 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot
180 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
185 cmovne compare,tmp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/
H A Dhash.h32 int (*compare)(void *item1, void *item2); member in struct:hash_table_t
40 int (*compare)(void *item1, void *item2));
H A Dhash.c40 * compare -- pointer to comparison function. Returns 0 if items are equal,
51 int (*compare)(void *item1, void *item2))
57 tab->compare = compare;
124 * item -- item equal to one we're seeking (in the compare-function sense)
138 if (!tab->compare(item, item2)) return item2;
161 if (!tab->compare(item, item2)) return item2;
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Debian/debian/
H A Dsamba.prerm3 if [ "$1" = upgrade -a -n "$2" ] && dpkg --compare-versions "$2" lt 2.99 \
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
H A Dsamba-common.postinst120 if dpkg --compare-versions "$2" lt 2.999+3.0.alpha20-4 \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dmmtimer_private.h38 volatile unsigned long *compare; member in struct:mmtimer
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dmmtimer_private.h38 volatile unsigned long *compare; member in struct:mmtimer
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dsort.c45 int (*compare)(const void *, const void *) = compare_ascii;
56 compare = compare_numeric;
88 qsort(lines, nlines, sizeof(char *), compare);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Dnamei.c27 isofs_cmp(struct dentry * dentry, const char * compare, int dlen) argument
31 if (!compare)
37 if (compare[0] == 0) {
40 compare = ".";
41 } else if (compare[0] == 1) {
42 compare = "..";
47 qstr.name = compare;
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgtree.c57 GCompareFunc compare,
62 GCompareFunc compare,
72 GCompareFunc compare,
300 GCompareFunc compare,
314 cmp = (* compare) (key, node->key);
327 node->left = g_tree_node_insert (node->left, compare, key, value, inserted);
344 node->right = g_tree_node_insert (node->right, compare, key, value, inserted);
368 GCompareFunc compare,
378 cmp = (* compare) (key, node->key);
409 node->left = g_tree_node_remove (node->left, compare, ke
299 g_tree_node_insert(GTreeNode *node, GCompareFunc compare, gpointer key, gpointer value, gint *inserted) argument
367 g_tree_node_remove(GTreeNode *node, GCompareFunc compare, gpointer key) argument
493 g_tree_node_lookup(GTreeNode *node, GCompareFunc compare, gpointer key) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dhosts.h141 * as OHCI uses). data and compare are the new data and expected data
145 quadlet_t data, quadlet_t compare);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/math-emu/
H A Dreg_compare.c14 | compare() is the core FPU_REG comparison function |
24 static int compare(FPU_REG const *b, int tagb) function
179 c = compare(loaded_data, loaded_tag);
231 c = compare(st_ptr, FPU_gettagi(nr));
283 c = compare(st_ptr, FPU_gettagi(nr));
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Ddict.c61 #define compare dict_compare macro
164 if (dict->compare(first->key, next->key) > 0)
170 if (dict->compare(first->key, next->key) >= 0)
260 new->compare = comp;
337 dict->compare = comp;
358 dict->compare = template->compare;
428 if (left->compare != right->compare)
464 result = dict->compare(ke
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/
H A DMakefile43 -ffixed-g4 -fcall-used-g5 -fcall-used-g7 -Wno-sign-compare
46 -ffixed-g4 -fcall-used-g5 -fcall-used-g7 -Wno-sign-compare \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/uuid/
H A DMakefile.in20 compare.o \
31 $(srcdir)/compare.c \
190 compare.o: $(srcdir)/compare.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
/asus-wl-520gu-7.0.1.45/src/router/library/uuid/
H A DMakefile.in24 compare.o \
35 $(srcdir)/compare.c \
179 compare.o: $(srcdir)/compare.c $(srcdir)/uuidP.h \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dbindtextdom.c118 int compare = strcmp (domainname, binding->domainname); local
119 if (compare == 0)
122 if (compare < 0)
H A Dl10nflist.c276 int compare = strcmp (retval->filename, abs_filename);
277 if (compare == 0)
280 if (compare < 0)
275 int compare = strcmp (retval->filename, abs_filename); local
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dbtree.c201 bt->compare = (hfs_cmpfn)hfs_cat_compare;
203 bt->compare = (hfs_cmpfn)hfs_ext_compare;
H A Dbfind.c157 result = (tree->compare)(target, key);
H A Dhfs_btree.h175 hfs_cmpfn compare; /* Comparison function member in struct:hfs_btree
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-passwd.pl217 passwd will prompt again and compare the second entry against the first.

Completed in 99 milliseconds

123