/linux-6.6.21/lib/crypto/ |
D | sha1.c | 57 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument 63 #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 64 #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 65 #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 66 #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 67 #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 89 __u32 A, B, C, D, E; in sha1_transform() local
|
D | des.c | 582 #define ROUND(L, R, A, B, K, d) \ argument 784 u32 L, R, A, B; in des_encrypt() local 805 u32 L, R, A, B; in des_decrypt() local 847 u32 L, R, A, B; in des3_ede_encrypt() local 876 u32 L, R, A, B; in des3_ede_decrypt() local
|
/linux-6.6.21/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-6.6.21/lib/ |
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-6.6.21/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_namespacing.c | 32 union B {}; union 36 B = 2, enumerator
|
D | test_core_reloc_primitives.c | 18 B = 1, enumerator
|
D | btf_dump_test_case_bitfields.c | 34 B, /* B = 1, same */ enumerator
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | selftest_gt_pm.c | 15 static int cmp_u64(const void *A, const void *B) in cmp_u64() 27 static int cmp_u32(const void *A, const void *B) in cmp_u32()
|
/linux-6.6.21/rust/kernel/sync/ |
D | condvar.rs | 106 fn wait_internal<T: ?Sized, B: Backend>(&self, wait_state: u32, guard: &mut Guard<'_, T, B>) { in wait_internal() argument 142 pub fn wait_uninterruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait_uninterruptible() argument
|
D | lock.rs | 118 pub fn lock(&self) -> Guard<'_, T, B> { in lock() argument 184 pub(crate) unsafe fn new(lock: &'a Lock<T, B>, state: B::GuardState) -> Self { in new() argument
|
D | locked_by.rs | 95 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() argument
|
/linux-6.6.21/arch/powerpc/crypto/ |
D | crc32-vpmsum_core.S | 59 #define VPERM(A, B, C, D) vperm A, B, C, D argument 61 #define VPERM(A, B, C, D) argument
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/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-6.6.21/tools/virtio/linux/ |
D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
/linux-6.6.21/Documentation/kbuild/ |
D | Kconfig.select-break | 26 config B config
|
/linux-6.6.21/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-6.6.21/include/drm/ |
D | drm_fixed.h | 40 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument 63 static inline u32 dfixed_div(fixed20_12 A, fixed20_12 B) in dfixed_div()
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_utils.h | 77 #define add_overflows_t(T, A, B) \ argument 80 #define add_overflows_t(T, A, B) ({ \ argument 87 #define add_overflows(A, B) \ argument
|
/linux-6.6.21/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-6.6.21/scripts/kconfig/tests/auto_submenu/ |
D | Kconfig | 42 config B config
|
/linux-6.6.21/kernel/trace/ |
D | tracing_map.c | 845 static int cmp_entries_dup(const void *A, const void *B) in cmp_entries_dup() 859 static int cmp_entries_sum(const void *A, const void *B) in cmp_entries_sum() 890 static int cmp_entries_key(const void *A, const void *B) in cmp_entries_key()
|
/linux-6.6.21/drivers/comedi/drivers/ni_routing/ |
D | ni_route_values.h | 36 #define B(x) ((x) - NI_NAMES_BASE) macro
|
/linux-6.6.21/scripts/kconfig/tests/err_recursive_dep/ |
D | Kconfig | 11 config B config
|
/linux-6.6.21/lib/zstd/common/ |
D | cpu.h | 161 #define B(name, bit) X(name, f7b, bit) macro
|