Home
last modified time | relevance | path

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

1234

/linux/lib/crypto/
H A Dsha1.c60 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
66 #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
67 #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
68 #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
69 #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
70 #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
92 __u32 A, B, C, D, E; in sha1_transform() local
H A Ddes.c581 #define ROUND(L, R, A, B, K, d) \ argument
783 u32 L, R, A, B; in des_encrypt() local
804 u32 L, R, A, B; in des_decrypt() local
846 u32 L, R, A, B; in des3_ede_encrypt() local
875 u32 L, R, A, B; in des3_ede_decrypt() local
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_sw_fence.c98 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/rust/kernel/sync/
H A Dcondvar.rs117 guard: &mut Guard<'_, T, B>, in wait_internal() argument
145 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait() argument
170 guard: &mut Guard<'_, T, B>, in wait_interruptible_freezable() argument
188 guard: &mut Guard<'_, T, B>, in wait_interruptible_timeout() argument
H A Dlock.rs167 pub fn lock(&self) -> Guard<'_, T, B> { in lock() argument
180 pub fn try_lock(&self) -> Option<Guard<'_, T, B>> { in try_lock() argument
229 pub fn lock_ref(&self) -> &'a Lock<T, B> { in lock_ref() argument
274 pub unsafe fn new(lock: &'a Lock<T, B>, state: B::GuardState) -> Self { in new() argument
H A Dlocked_by.rs102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() argument
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c32 union B {}; union
36 B = 2, enumerator
H A Dtest_core_reloc_primitives.c18 B = 1, enumerator
H A Dbtf_dump_test_case_bitfields.c34 B, /* B = 1, same */ enumerator
/linux/lib/
H A Ddynamic_queue_limits.c15 #define POSDIFF(A, B) ((int)((A) - (B)) > 0 ? (A) - (B) : 0) argument
16 #define AFTER_EQ(A, B) ((int)((A) - (B)) >= 0) argument
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_gt_pm.c15 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/lib/crc/powerpc/
H A Dcrc-vpmsum-template.S59 #define VPERM(A, B, C, D) vperm A, B, C, D argument
61 #define VPERM(A, B, C, D) argument
/linux/tools/virtio/linux/
H A Dthread_info.h1 #define check_copy_size(A, B, C) (1) argument
/linux/Documentation/kbuild/
H A DKconfig.select-break26 config B config
/linux/include/drm/
H A Ddrm_fixed.h41 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument
64 static inline u32 dfixed_div(fixed20_12 A, fixed20_12 B) in dfixed_div()
/linux/scripts/kconfig/tests/choice_randomize/
H A DKconfig7 config B config in choice20c1c1c20104
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/linux/scripts/kconfig/tests/choice_randomize2/
H A DKconfig16 config B config in choice6bdeda340204
/linux/security/apparmor/include/
H A Daf_unix.h23 #define is_unix_addr_abstract_name(B) ((B)[0] == 0) argument
/linux/kernel/trace/
H A Dtracing_map.c845 static int cmp_entries_dup(const void *A, const void *B) in cmp_entries_dup()
855 static int cmp_entries_sum(const void *A, const void *B) in cmp_entries_sum()
886 static int cmp_entries_key(const void *A, const void *B) in cmp_entries_key()
/linux/scripts/kconfig/tests/auto_submenu/
H A DKconfig42 config B config
/linux/drivers/comedi/drivers/ni_routing/
H A Dni_route_values.h36 #define B(x) ((x) - NI_NAMES_BASE) macro
/linux/scripts/kconfig/tests/err_recursive_dep/
H A DKconfig11 config B config
/linux/fs/ntfs3/
H A Ddebug.h19 #define PtrOffset(B, O) ((size_t)((size_t)(O) - (size_t)(B))) argument
/linux/lib/zstd/common/
H A Dcpu.h162 #define B(name, bit) X(name, f7b, bit) macro

1234