Home
last modified time | relevance | path

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

123456

/openbmc/linux/lib/crypto/
H A Dsha1.c57 #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
H A Ddes.c582 #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
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAccountPermission.pm19 B:remove_user_from_group label
31 B:remove_suid label
598 sub B:remove_user_from_group($$) { subroutine
1025 sub B:remove_suid($) { subroutine
H A DFileContent.pm13 B:append_line label
14 B:prepend_line label
276 sub B:append_line($$$) { subroutine
325 sub B:prepend_line($$$) { subroutine
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h30 #define SIGNATURE_16(A, B) ((A) | (B << 8)) argument
46 #define SIGNATURE_32(A, B, C, D) \ argument
67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/openbmc/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
/openbmc/qemu/target/hexagon/
H A Dmacros.h197 #define fMAX(A, B) (((A) > (B)) ? (A) : (B)) argument
199 #define fMIN(A, B) (((A) < (B)) ? (A) : (B)) argument
280 #define fADDSAT64(DST, A, B) \ argument
404 #define fMPY16US(A, B) fMPY16SU(B, A) argument
405 #define fMPY32SS(A, B) (fSE32_64(A) * fSE32_64(B)) argument
406 #define fMPY32UU(A, B) (fZE32_64(A) * fZE32_64(B)) argument
420 #define fADD128(A, B) (int128_add(A, B)) argument
421 #define fSUB128(A, B) (int128_sub(A, B)) argument
422 #define fSHIFTR128(A, B) (int128_rshift(A, B)) argument
423 #define fSHIFTL128(A, B) (int128_lshift(A, B)) argument
[all …]
/openbmc/linux/lib/
H A Ddynamic_queue_limits.c14 #define POSDIFF(A, B) ((int)((A) - (B)) > 0 ? (A) - (B) : 0) argument
15 #define AFTER_EQ(A, B) ((int)((A) - (B)) >= 0) argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c32 union B {}; union
36 B = 2, enumerator
/openbmc/qemu/tests/tcg/ppc64/
H A Dbcdsub.c19 #define BCDSUB(T, A, B, PS) \ argument
23 #define BCDSUB(T, A, B, PS) "bcdsub. " #T ", " #A ", " #B ", " #PS "\n\t" argument
/openbmc/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()
/openbmc/linux/rust/kernel/sync/
H A Dcondvar.rs106 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
H A Dlock.rs118 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
/openbmc/linux/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S59 #define VPERM(A, B, C, D) vperm A, B, C, D argument
61 #define VPERM(A, B, C, D) argument
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h316 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
/openbmc/linux/tools/virtio/linux/
H A Dthread_info.h1 #define check_copy_size(A, B, C) (1) argument
/openbmc/linux/Documentation/kbuild/
H A DKconfig.select-break26 config B config
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/
H A DKconfig7 config B config in choice958c7c010104
/openbmc/linux/arch/ia64/lib/
H A Dmemcpy_mck.S64 #define B (PREFETCH_DIST) macro
555 #define B r20 macro
/openbmc/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
/openbmc/linux/scripts/kconfig/tests/auto_submenu/
H A DKconfig42 config B config
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_swap.c9 #define B 2 macro
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/
H A DKconfig40 config B config
/openbmc/linux/include/drm/
H A Ddrm_fixed.h40 #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()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_utils.h77 #define add_overflows_t(T, A, B) \ argument
80 #define add_overflows_t(T, A, B) ({ \ argument
87 #define add_overflows(A, B) \ argument

123456