/openbmc/linux/lib/crypto/ |
H A 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
|
H A 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
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | AccountPermission.pm | 19 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 D | FileContent.pm | 13 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 D | fsp_types.h | 30 #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 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
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 194 #define fMAX(A, B) (((A) > (B)) ? (A) : (B)) argument 196 #define fMIN(A, B) (((A) < (B)) ? (A) : (B)) argument 277 #define fADDSAT64(DST, A, B) \ argument 401 #define fMPY16US(A, B) fMPY16SU(B, A) argument 402 #define fMPY32SS(A, B) (fSE32_64(A) * fSE32_64(B)) argument 403 #define fMPY32UU(A, B) (fZE32_64(A) * fZE32_64(B)) argument 417 #define fADD128(A, B) (int128_add(A, B)) argument 418 #define fSUB128(A, B) (int128_sub(A, B)) argument 419 #define fSHIFTR128(A, B) (int128_rshift(A, B)) argument 420 #define fSHIFTL128(A, B) (int128_lshift(A, B)) argument [all …]
|
/openbmc/linux/lib/ |
H A 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
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_namespacing.c | 32 union B {}; union 36 B = 2, enumerator
|
/openbmc/libcper/include/libcper/ |
H A D | BaseTypes.h | 86 #define SIGNATURE_16(A, B) ((A) | (B << 8)) argument 102 #define SIGNATURE_32(A, B, C, D) \ argument
|
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | bcdsub.c | 19 #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 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()
|
/openbmc/linux/rust/kernel/sync/ |
H A 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
|
H A 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
|
/openbmc/linux/arch/powerpc/crypto/ |
H A 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
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A 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
|
/openbmc/linux/tools/virtio/linux/ |
H A D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
/openbmc/linux/Documentation/kbuild/ |
H A D | Kconfig.select-break | 26 config B config
|
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/ |
H A D | Kconfig | 7 config B config in choice958c7c010104
|
/openbmc/linux/arch/ia64/lib/ |
H A D | memcpy_mck.S | 64 #define B (PREFETCH_DIST) macro 555 #define B r20 macro
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | futex_bench.c | 18 #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 D | Kconfig | 42 config B config
|
/openbmc/qemu/tests/tcg/cris/libc/ |
H A D | check_swap.c | 9 #define B 2 macro
|
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/ |
H A D | Kconfig | 40 config B config
|
/openbmc/linux/include/drm/ |
H A 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()
|