/Linux-v4.19/lib/ |
D | sha1.c | 55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument 60 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 61 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 62 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument 63 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument 64 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument 84 __u32 A, B, C, D, E; in sha_transform() local
|
D | dynamic_queue_limits.c | 14 #define POSDIFF(A, B) ((int)((A) - (B)) > 0 ? (A) - (B) : 0) argument 15 #define AFTER_EQ(A, B) ((int)((A) - (B)) >= 0) argument
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_sw_fence.c | 98 struct i915_sw_fence *A, *B, *C; in test_dag() local 177 struct i915_sw_fence *A, *B; in test_AB() local 225 struct i915_sw_fence *A, *B, *C; in test_ABC() local 305 struct i915_sw_fence *A, *B, *C; in test_AB_C() local 382 struct i915_sw_fence *A, *B, *C; in test_C_AB() local
|
/Linux-v4.19/crypto/ |
D | des_generic.c | 590 #define ROUND(L, R, A, B, K, d) \ argument 809 u32 L, R, A, B; in des_encrypt() local 832 u32 L, R, A, B; in des_decrypt() local 898 u32 L, R, A, B; in des3_ede_encrypt() local 929 u32 L, R, A, B; in des3_ede_decrypt() local
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | crc32-vpmsum_core.S | 63 #define VPERM(A, B, C, D) vperm A, B, C, D argument 65 #define VPERM(A, B, C, D) argument
|
/Linux-v4.19/tools/virtio/linux/ |
D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | ppevvmath.h | 316 static bool Equal(fInt A, fInt B) in Equal() 324 static bool GreaterThan(fInt A, fInt B) in GreaterThan() 453 static void SolveQuadracticEqn(fInt A, fInt B, fInt C, fInt Roots[]) in SolveQuadracticEqn() 499 fInt A, B, Quotient; in Divide() local
|
/Linux-v4.19/Documentation/kbuild/ |
D | Kconfig.select-break | 26 config B config
|
/Linux-v4.19/scripts/kconfig/tests/rand_nested_choice/ |
D | Kconfig | 7 config B config in choicef2db0ff80104
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_utils.h | 47 #define add_overflows(A, B) \ argument 50 #define add_overflows(A, B) ({ \ argument
|
/Linux-v4.19/arch/ia64/lib/ |
D | memcpy_mck.S | 64 #define B (PREFETCH_DIST) macro 555 #define B r20 macro
|
D | copy_page_mck.S | 96 #define B (PREFETCH_DIST) macro
|
/Linux-v4.19/include/drm/ |
D | drm_fixed.h | 39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument 62 static inline u32 dfixed_div(fixed20_12 A, fixed20_12 B) in dfixed_div()
|
/Linux-v4.19/scripts/kconfig/tests/auto_submenu/ |
D | Kconfig | 40 config B config
|
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/ |
D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | sha1_x8_avx2.S | 244 B = %ymm1 define 277 B = A define
|
/Linux-v4.19/scripts/kconfig/tests/err_recursive_dep/ |
D | Kconfig | 11 config B config
|
/Linux-v4.19/tools/testing/selftests/powerpc/copyloops/asm/ |
D | ppc_asm.h | 29 #define PPC_MTOCRF(A, B) mtocrf A, B argument
|
/Linux-v4.19/fs/jffs2/ |
D | compr_rubin.c | 102 static int encode(struct rubin_state *rs, long A, long B, int symbol) in encode() 200 static int decode(struct rubin_state *rs, long A, long B) in decode()
|
/Linux-v4.19/arch/arm/kernel/ |
D | swp_emulate.c | 38 #define __user_swpX_asm(data, addr, res, temp, B) \ argument
|
/Linux-v4.19/arch/x86/crypto/ |
D | sha1_avx2_x86_64_asm.S | 101 .set B, REG_B define 327 .set B, TB define
|
/Linux-v4.19/fs/squashfs/ |
D | squashfs_fs.h | 120 #define SQUASHFS_COMPRESSED_SIZE(B) (((B) & ~SQUASHFS_COMPRESSED_BIT) ? \ argument 123 #define SQUASHFS_COMPRESSED(B) (!((B) & SQUASHFS_COMPRESSED_BIT)) argument 127 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ argument 130 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK)) argument 146 #define SQUASHFS_MKINODE(A, B) ((long long)(((long long) (A)\ argument
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 115 u8 B = (wep->iv >> 16) & 0xff; in prism2_wep_encrypt() local
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 122 u8 B = (wep->iv >> 16) & 0xff; in prism2_wep_encrypt() local
|
/Linux-v4.19/net/wireless/ |
D | lib80211_crypt_wep.c | 109 u8 B = (wep->iv >> 16) & 0xff; in lib80211_wep_build_iv() local
|