/linux-2.4.37.9/arch/alpha/lib/ |
D | divide.S | 55 #define compare $28 macro 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
|
D | ev6-divide.S | 65 #define compare $28 macro 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,tmp1,modulus # E : Latency 2, extra map slot
|
D | strrchr.S | 24 mov zero, t8 # .. e1 : t8 is last match byte compare mask
|
D | ev67-strrchr.S | 42 mov zero, t8 # E : t8 is last match byte compare mask
|
/linux-2.4.37.9/fs/isofs/ |
D | namei.c | 27 isofs_cmp(struct dentry * dentry, const char * compare, int dlen) in isofs_cmp() argument 31 if (!compare) in isofs_cmp() 37 if (compare[0] == 0) { in isofs_cmp() 40 compare = "."; in isofs_cmp() 41 } else if (compare[0] == 1) { in isofs_cmp() 42 compare = ".."; in isofs_cmp() 47 qstr.name = compare; in isofs_cmp()
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | reg_compare.c | 24 static int compare(FPU_REG const *b, int tagb) in compare() function 179 c = compare(loaded_data, loaded_tag); in FPU_compare_st_data() 231 c = compare(st_ptr, FPU_gettagi(nr)); in compare_st_st() 283 c = compare(st_ptr, FPU_gettagi(nr)); in compare_u_st_st()
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | mmtimer_private.h | 38 volatile unsigned long *compare; member
|
/linux-2.4.37.9/arch/sparc64/ |
D | Makefile | 44 -ffixed-g4 -fcall-used-g5 -fcall-used-g7 -Wno-sign-compare 47 -ffixed-g4 -fcall-used-g5 -fcall-used-g7 -Wno-sign-compare \
|
/linux-2.4.37.9/fs/hfs/ |
D | btree.c | 226 bt->compare = (hfs_cmpfn)hfs_cat_compare; in hfs_btree_init() 228 bt->compare = (hfs_cmpfn)hfs_ext_compare; in hfs_btree_init()
|
D | bfind.c | 170 result = (tree->compare)(target, key); in hfs_bfind()
|
D | hfs_btree.h | 185 hfs_cmpfn compare; /* Comparison function member
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | hosts.h | 196 quadlet_t data, quadlet_t compare);
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | isp.S | 1926 bra.w chk2_cmp2_compare # go do the compare emulation 1947 # operation is a data register compare. 1950 bra.w chk2_cmp2_compare # go emulate compare 1971 # operation is a data register compare. 3030 mov.l (EXC_DREGS,%a6,%d1.w*4),%d4 # get compare operand 3052 # just do the compare again since it's faster than saving the ccodes 3077 cmp.l %d0,%d4 # do longword compare 3080 tst.b %d1 # update compare reg? 3853 # D4 = compare operand # 3922 # D4 = compare[15:0] operand [all …]
|
/linux-2.4.37.9/fs/ |
D | super.c | 616 int (*compare)(struct super_block *,void *), void *data) in get_anon_super() 627 if (compare) list_for_each(p, &type->fs_supers) { in get_anon_super() 630 if (!compare(old, data)) in get_anon_super()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | smp.c | 1114 unsigned long compare, tick, pstate; in smp_percpu_timer_interrupt() local 1159 compare = tick_ops->add_compare(current_tick_offset); in smp_percpu_timer_interrupt() 1166 } while (time_after_eq(tick, compare)); in smp_percpu_timer_interrupt()
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | srem_mod.S | 228 cmpl %d4,%d1 | ...compare hi(R) and hi(Y) 230 cmpl %d5,%d2 | ...compare lo(R) and lo(Y) 237 |..use the borrow of the previous compare
|
/linux-2.4.37.9/arch/x86_64/ |
D | Makefile | 49 CFLAGS += -Wno-sign-compare
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | head.S | 117 c %r1,0xb8 # compare subchannel number 204 c %r1,0xb8 # compare subchannel number
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | head.S | 117 c %r1,0xb8 # compare subchannel number 204 c %r1,0xb8 # compare subchannel number
|
/linux-2.4.37.9/arch/s390/boot/ |
D | ipldump.S | 134 c %r1,0xb8 # compare subchannel number
|
D | iplfba.S | 80 c %r1,0(%r4) # compare subchannel number
|
/linux-2.4.37.9/arch/s390x/boot/ |
D | ipldump.S | 134 c %r1,0xb8 # compare subchannel number
|
D | iplfba.S | 80 c %r1,0(%r4) # compare subchannel number
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | tmpfs.txt | 13 If you compare it to ramfs (which was the template to create tmpfs)
|
/linux-2.4.37.9/arch/sparc/lib/ |
D | udiv.S | 74 ! the top decade: so do not even bother to compare to R.
|