Home
last modified time | relevance | path

Searched defs:d1 (Results 1 – 25 of 76) sorted by relevance

1234

/linux/include/asm-generic/
H A Dxor.h109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
147 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local
195 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local
253 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_5() local
454 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_2() local
502 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_3() local
562 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_4() local
634 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_5() local
/linux/drivers/scsi/snic/
H A Dsnic_trc.h48 snic_trace(char *fn, u16 hno, u32 tag, u64 d1, u64 d2, u64 d3, u64 d4, u64 d5) in snic_trace()
66 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
80 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
/linux/drivers/clk/
H A Dclk-vt8500.c324 #define WM8650_BITS_TO_FREQ(r, m, d1, d2) \ argument
327 #define WM8650_BITS_TO_VAL(m, d1, d2) \ argument
334 #define WM8750_BITS_TO_FREQ(r, m, d1, d2) \ argument
337 #define WM8750_BITS_TO_VAL(f, m, d1, d2) \ argument
344 #define WM8850_BITS_TO_FREQ(r, m, d1, d2) \ argument
347 #define WM8850_BITS_TO_VAL(m, d1, d2) \ argument
/linux/fs/hpfs/
H A Ddnode.c548 struct dnode *d1; in delete_empty_dnode() local
589 struct dnode *d1; in delete_empty_dnode() local
606 struct dnode *d1; in delete_empty_dnode() local
634 struct dnode *d1; in delete_empty_dnode() local
751 int d1, d2 = 0; in hpfs_count_dnodes() local
955 dnode_secno d1, d2, rdno = dno; in hpfs_remove_dtree() local
1011 int d1, d2 = 0; in map_fnode_dirent() local
/linux/lib/crypto/mpi/
H A Dmpih-div.c234 mpi_limb_t d1, d0; in mpihelp_divrem() local
298 mpi_limb_t dX, d1, n0; in mpihelp_divrem() local
/linux/include/linux/
H A Duuid.h23 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
30 #define UUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/linux/arch/powerpc/crypto/
H A Daes-spe-modes.S133 #define GF128_MUL(d0, d1, d2, d3, t0) \ argument
146 #define START_KEY(d0, d1, d2, d3) \ argument
/linux/drivers/parisc/
H A Diosapic.c598 u32 d0, d1; in iosapic_mask_irq() local
610 u32 d0, d1; in iosapic_unmask_irq() local
663 u32 d0, d1, dummy_d0; in iosapic_set_affinity_irq() local
/linux/arch/powerpc/math-emu/
H A Dudivmodti4.c12 _FP_W_TYPE d1, _FP_W_TYPE d0) in _fp_udivmodti4()
/linux/include/uapi/linux/
H A Dmei_uuid.h18 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/linux/lib/math/
H A Drational.c51 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local
/linux/drivers/ipack/devices/
H A Dscc2698.h24 u8 d1, sr; /* Status register */ member
31 u8 d1, csr; /* Clock select register */ member
49 u8 d1, sra; /* Status register (a) */ member
67 u8 d1, csra; /* Clock select register (a) */ member
/linux/crypto/
H A Daegis.h66 u32 d0, d1, d2, d3; in crypto_aegis_aesenc() local
/linux/drivers/iio/adc/
H A Dtwl6030-gpadc.c574 int channel, int d1, int d2) in twl6030_calibrate_channel()
626 s8 d1, d2; in twl6030_calibration() local
710 int chn, d1 = 0, d2 = 0, temp; in twl6032_calibration() local
/linux/fs/bcachefs/
H A Dbkey_cmp.h11 long d0, d1, d2, d3; in __bkey_cmp_bits() local
/linux/arch/x86/kernel/
H A Dprocess_32.c63 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local
/linux/net/netfilter/
H A Dnft_range.c27 int d1, d2; in nft_range_eval() local
/linux/arch/m68k/lib/
H A Dmulsi3.S68 #define d1 REG (d1) macro
H A Dmodsi3.S70 #define d1 REG (d1) macro
H A Dumodsi3.S68 #define d1 REG (d1) macro
H A Ddivsi3.S70 #define d1 REG (d1) macro
/linux/arch/nios2/kernel/
H A Dmisaligned.c70 u8 a, b, d0, d1, d2, d3; in handle_unaligned_c() local
/linux/lib/crypto/
H A Dpoly1305-donna64.c42 u128 d0, d1, d2, d; in poly1305_core_blocks() local
H A Dpoly1305-donna32.c39 u64 d0, d1, d2, d3, d4; in poly1305_core_blocks() local
/linux/arch/x86/math-emu/
H A Dreg_add_sub.c250 FPU_REG const *d1, *d2; in FPU_sub() local

1234