Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/arch/x86/lib/
Dstring_32.c20 int d0, d1, d2; in strcpy() local
35 int d0, d1, d2, d3; in strncpy() local
55 int d0, d1, d2, d3; in strcat() local
73 int d0, d1, d2, d3; in strncat() local
97 int d0, d1; in strcmp() local
121 int d0, d1, d2; in strncmp() local
Dmmx_32.c349 int d0, d1; in slow_zero_page() local
371 int d0, d1, d2; in slow_copy_page() local
Dusercopy_32.c99 int d0, d1; in __copy_user_intel() local
203 int d0, d1; in __copy_user_intel_nocache() local
Dstrstr_32.c7 int d0, d1; in strstr() local
Dmemcpy_32.c26 int d0,d1,d2,d3,d4,d5; in memmove() local
/kernel/linux/linux-5.10/include/asm-generic/
Dxor.h101 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
138 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local
184 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local
239 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_5() local
432 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_2() local
479 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_3() local
537 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_4() local
606 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_5() local
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dstring_64.h24 long d0, d1; in memset16() local
36 long d0, d1; in memset32() local
48 long d0, d1; in memset64() local
Dstring_32.h35 int d0, d1, d2; in __memcpy() local
200 int d0, d1; in __memset_generic() local
234 int d0, d1; in memset16() local
246 int d0, d1; in memset32() local
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/full/
DIt_los_task_141.c50 float d1 = 100.0f; in FloatTestInTask() local
102 float d1 = -100.0f; in Testcase() local
DIt_los_task_142.c50 float d1 = -100.0f; in ItHwi() local
79 float d1 = 100.0f; in Testcase() local
/kernel/linux/linux-5.10/drivers/scsi/snic/
Dsnic_trc.h65 snic_trace(char *fn, u16 hno, u32 tag, u64 d1, u64 d2, u64 d3, u64 d4, u64 d5) in snic_trace()
83 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
97 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
Dstring.c16 int d0, d1, d2; in ____memcpy() local
30 long d0, d1, d2; in ____memcpy() local
/kernel/linux/linux-5.10/include/uapi/linux/
Duuid.h27 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
36 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Duuid.h12 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
19 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Duuid.h25 #define GUID_INIT(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument
29 #define UUID_LE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) argument
/kernel/linux/linux-5.10/drivers/clk/
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
/kernel/linux/linux-5.10/fs/hpfs/
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
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dsyscopyarea.c76 unsigned long d0, d1; in bitcpy() local
253 unsigned long d0, d1; in bitcpy_rev() local
Dcfbcopyarea.c107 unsigned long d0, d1; in bitcpy() local
280 unsigned long d0, d1; in bitcpy_rev() local
/kernel/linux/linux-5.10/lib/mpi/
Dmpih-div.c234 mpi_limb_t d1, d0; in mpihelp_divrem() local
298 mpi_limb_t dX, d1, n0; in mpihelp_divrem() local
/kernel/linux/linux-5.10/drivers/clk/davinci/
Dpsc.h36 #define LPSC_CLKDEV2(n, c1, d1, c2, d2) \ argument
43 #define LPSC_CLKDEV3(n, c1, d1, c2, d2, c3, d3) \ argument
/kernel/linux/linux-5.10/arch/powerpc/crypto/
Daes-spe-modes.S133 #define GF128_MUL(d0, d1, d2, d3, t0) \ argument
146 #define START_KEY(d0, d1, d2, d3) \ argument
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
Dudivmodti4.c12 _FP_W_TYPE d1, _FP_W_TYPE d0) in _fp_udivmodti4()
/kernel/linux/linux-5.10/lib/math/
Drational.c50 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local
/kernel/linux/linux-5.10/drivers/parisc/
Diosapic.c607 u32 d0, d1; in iosapic_mask_irq() local
619 u32 d0, d1; in iosapic_unmask_irq() local
672 u32 d0, d1, dummy_d0; in iosapic_set_affinity_irq() local

1234