/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 277 #define fADDSAT64(DST, A, B) \ argument 360 #define fCHECK_PCALIGN(A) argument 373 #define fCAST4s(A) ((int32_t)(A)) argument 375 #define fCAST8s(A) ((int64_t)(A)) argument 407 #define fROUND(A) (A + 0x8000) argument 474 #define fVSAT(A) fVSATN(32, (A)) argument 475 #define fSAT(A) fSATN(32, (A)) argument 481 #define fPASS(A) A argument 629 #define fHIDE(A) A argument 630 #define fCONSTLL(A) A##LL argument [all …]
|
/openbmc/linux/include/drm/ |
H A D | drm_fixed.h | 37 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument 38 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument 39 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument 40 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument 41 #define dfixed_init(A) { .full = dfixed_const((A)) } argument 42 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument 43 #define dfixed_trunc(A) ((A).full >> 12) argument 44 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument 46 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor() 53 static inline u32 dfixed_ceil(fixed20_12 A) in dfixed_ceil() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.h | 168 #define NVBO_RD32(A...) DRF_RD(NVBO_RD32_, ##A) argument 169 #define NVBO_RV32(A...) DRF_RV(NVBO_RD32_, ##A) argument 170 #define NVBO_TV32(A...) DRF_TV(NVBO_RD32_, ##A) argument 171 #define NVBO_TD32(A...) DRF_TD(NVBO_RD32_, ##A) argument 172 #define NVBO_WR32(A...) DRF_WR( NVBO_WR32_, ##A) argument 173 #define NVBO_WV32(A...) DRF_WV( NVBO_WR32_, ##A) argument 174 #define NVBO_WD32(A...) DRF_WD( NVBO_WR32_, ##A) argument 175 #define NVBO_MR32(A...) DRF_MR(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument 176 #define NVBO_MV32(A...) DRF_MV(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument 177 #define NVBO_MD32(A...) DRF_MD(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument
|
/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/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 127 #define NVIF_RD32(p,A...) DRF_RD(NVIF_RD32_, (p), 0, ##A) argument 128 #define NVIF_RV32(p,A...) DRF_RV(NVIF_RD32_, (p), 0, ##A) argument 129 #define NVIF_TV32(p,A...) DRF_TV(NVIF_RD32_, (p), 0, ##A) argument 130 #define NVIF_TD32(p,A...) DRF_TD(NVIF_RD32_, (p), 0, ##A) argument 131 #define NVIF_WR32(p,A...) DRF_WR( NVIF_WR32_, (p), 0, ##A) argument 132 #define NVIF_WV32(p,A...) DRF_WV( NVIF_WR32_, (p), 0, ##A) argument 133 #define NVIF_WD32(p,A...) DRF_WD( NVIF_WR32_, (p), 0, ##A) argument 134 #define NVIF_MR32(p,A...) DRF_MR(NVIF_RD32_, NVIF_WR32_, u32, (p), 0, ##A) argument 135 #define NVIF_MV32(p,A...) DRF_MV(NVIF_RD32_, NVIF_WR32_, u32, (p), 0, ##A) argument 136 #define NVIF_MD32(p,A...) DRF_MD(NVIF_RD32_, NVIF_WR32_, u32, (p), 0, ##A) argument
|
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/asm/ |
H A D | ppc_asm.h | 26 #define _GLOBAL(A) FUNC_START(test_ ## A) argument 27 #define _GLOBAL_TOC(A) _GLOBAL(A) argument 28 #define _GLOBAL_TOC_KASAN(A) _GLOBAL(A) argument 29 #define _GLOBAL_KASAN(A) _GLOBAL(A) argument 32 #define PPC_MTOCRF(A, B) mtocrf A, B argument
|
/openbmc/linux/fs/squashfs/ |
H A D | squashfs_fs.h | 130 #define SQUASHFS_INODE_BLK(A) ((unsigned int) ((A) >> 16)) argument 134 #define SQUASHFS_MKINODE(A, B) ((long long)(((long long) (A)\ argument 138 #define SQUASHFS_FRAGMENT_BYTES(A) \ argument 155 #define SQUASHFS_LOOKUP_BYTES(A) ((A) * sizeof(u64)) argument 171 #define SQUASHFS_ID_BYTES(A) ((A) * sizeof(unsigned int)) argument 173 #define SQUASHFS_ID_BLOCK(A) (SQUASHFS_ID_BYTES(A) / \ argument 176 #define SQUASHFS_ID_BLOCK_OFFSET(A) (SQUASHFS_ID_BYTES(A) % \ argument 179 #define SQUASHFS_ID_BLOCKS(A) ((SQUASHFS_ID_BYTES(A) + \ argument 183 #define SQUASHFS_ID_BLOCK_BYTES(A) (SQUASHFS_ID_BLOCKS(A) *\ argument 188 #define SQUASHFS_XATTR_BLOCK(A) (SQUASHFS_XATTR_BYTES(A) / \ argument [all …]
|
/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() 377 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the… in ConvertBackToInteger() 390 static fInt fGetSquare(fInt A) in fGetSquare() 453 static void SolveQuadracticEqn(fInt A, fInt B, fInt C, fInt Roots[]) in SolveQuadracticEqn() 492 static int GetReal (fInt A) in GetReal() 499 fInt A, B, Quotient; in Divide() local 509 static int uGetScaledDecimal (fInt A) /*Converts the fractional portion to whole integers - Costly … in uGetScaledDecimal() 540 static fInt fRoundUpByStepSize(fInt A, fInt fStepSize, bool error_term) in fRoundUpByStepSize()
|
/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/rust/alloc/ |
H A D | slice.rs | 102 pub fn into_vec<T, A: Allocator>(b: Box<[T], A>) -> Vec<T, A> { in into_vec() argument 112 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() argument 126 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() argument 163 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() argument 463 pub fn into_vec<A: Allocator>(self: Box<Self, A>) -> Vec<T, A> { in into_vec() argument 792 fn clone_into(&self, target: &mut Vec<T, A>); in clone_into() argument 797 default fn clone_into(&self, target: &mut Vec<T, A>) { in clone_into() argument 813 fn clone_into(&self, target: &mut Vec<T, A>) { in clone_into() argument
|
H A D | boxed.rs | 591 pub fn into_boxed_slice(boxed: Self) -> Box<[T], A> { in into_boxed_slice() argument 828 pub unsafe fn assume_init(self) -> Box<T, A> { in assume_init() argument 862 pub fn write(mut boxed: Self, value: T) -> Box<T, A> { in write() argument 903 pub unsafe fn assume_init(self) -> Box<[T], A> { in assume_init() argument 1107 pub fn into_raw_with_allocator(b: Self) -> (*mut T, A) { in into_raw_with_allocator() argument 1119 pub fn into_unique(b: Self) -> (Unique<T>, A) { in into_unique() argument 1137 pub const fn allocator(b: &Self) -> &A { in allocator() 1655 boxed_slice: Box<[T], A>, in boxed_slice_as_array_unchecked() argument 1740 pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> { in downcast() argument 1799 pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> { in downcast() argument [all …]
|
/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/linux/drivers/atm/ |
H A D | iphase.h | 100 #define IF_LOUD(A) argument 103 #define IF_INIT(A) argument 108 #define IF_HANG(A) argument 109 #define IF_INTR(A) argument 112 #define IF_TX(A) argument 113 #define IF_RX(A) argument 115 #define IF_VC(A) argument 116 #define IF_ERR(A) argument 117 #define IF_CBR(A) argument 118 #define IF_UBR(A) 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 | 30 struct A {}; struct 35 A = 1, enumerator
|
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/asm/ |
H A D | ppc_asm.h | 10 #define _GLOBAL(A) FUNC_START(test_ ## A) argument 11 #define _GLOBAL_TOC(A) FUNC_START(test_ ## A) argument
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bios.h | 35 #define DOWNTO8(A) \ argument 50 #define DOWNTO16(A) \ argument
|
/openbmc/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/linux/drivers/gpu/drm/nouveau/include/nvhw/ |
H A D | drf.h | 66 #define NVVAL(A...) NVVAL_(X, ##A, NVVAL_I, NVVAL_N)(X, ##A) argument 71 #define NVDEF(A...) NVDEF_(X, ##A, NVDEF_I, NVDEF_N)(X, ##A) argument 130 #define DRF_RD(A...) DRF_RD_(X, ##A, DRF_RD_I, DRF_RD_N)(X, ##A) argument 137 #define DRF_WR(A...) DRF_WR_(X, ##A, DRF_WR_I, DRF_WR_N)(X, ##A) argument 148 #define DRF_MR(A...) DRF_MR_(X, ##A, DRF_MR_I, DRF_MR_N)(X, ##A) argument 155 #define DRF_RV(A...) DRF_RV_(X, ##A, DRF_RV_I, DRF_RV_N)(X, ##A) argument 163 #define DRF_WV(A...) DRF_WV_(X, ##A, DRF_WV_I, DRF_WV_N)(X, ##A) argument 171 #define DRF_WD(A...) DRF_WD_(X, ##A, DRF_WD_I, DRF_WD_N)(X, ##A) argument 181 #define DRF_MV(A...) DRF_MV_(X, ##A, DRF_MV_I, DRF_MV_N)(X, ##A) argument 191 #define DRF_MD(A...) DRF_MD_(X, ##A, DRF_MD_I, DRF_MD_N)(X, ##A) argument [all …]
|
/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/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/tools/virtio/linux/ |
H A D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
/openbmc/linux/scripts/kconfig/tests/no_write_if_dep_unmet/ |
H A D | Kconfig | 3 config A config
|