/Linux-v6.1/include/drm/ |
D | drm_fixed.h | 35 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument 36 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument 37 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument 38 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument 39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument 40 #define dfixed_init(A) { .full = dfixed_const((A)) } argument 41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument 42 #define dfixed_trunc(A) ((A).full >> 12) argument 43 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument 45 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor() [all …]
|
/Linux-v6.1/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.h | 166 #define NVBO_RD32(A...) DRF_RD(NVBO_RD32_, ##A) argument 167 #define NVBO_RV32(A...) DRF_RV(NVBO_RD32_, ##A) argument 168 #define NVBO_TV32(A...) DRF_TV(NVBO_RD32_, ##A) argument 169 #define NVBO_TD32(A...) DRF_TD(NVBO_RD32_, ##A) argument 170 #define NVBO_WR32(A...) DRF_WR( NVBO_WR32_, ##A) argument 171 #define NVBO_WV32(A...) DRF_WV( NVBO_WR32_, ##A) argument 172 #define NVBO_WD32(A...) DRF_WD( NVBO_WR32_, ##A) argument 173 #define NVBO_MR32(A...) DRF_MR(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument 174 #define NVBO_MV32(A...) DRF_MV(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument 175 #define NVBO_MD32(A...) DRF_MD(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument
|
/Linux-v6.1/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-v6.1/drivers/gpu/drm/nouveau/include/nvif/ |
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
|
D | push.h | 252 #define PUSH_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument 253 #define PUSH(A...) PUSH_(A, PUSH_10P, PUSH_10D, \ argument 272 #define PUSH_NVSQ(A...) PUSH(MTHD, ##A) argument 273 #define PUSH_NV1I(A...) PUSH(1INC, ##A) argument 274 #define PUSH_NVNI(A...) PUSH(NINC, ##A) argument 343 #define PUSH_NV_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument 344 #define PUSH_NV(A...) PUSH_NV_(A, PUSH_NV_10, PUSH_NV_10, \ argument 355 #define PUSH_IMMD(A...) PUSH_NV(NVIM, ##A) argument 356 #define PUSH_MTHD(A...) PUSH_NV(NVSQ, ##A) argument 357 #define PUSH_1INC(A...) PUSH_NV(NV1I, ##A) argument [all …]
|
/Linux-v6.1/tools/testing/selftests/powerpc/copyloops/asm/ |
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 31 #define PPC_MTOCRF(A, B) mtocrf A, B argument
|
/Linux-v6.1/fs/squashfs/ |
D | squashfs_fs.h | 130 #define SQUASHFS_INODE_BLK(A) ((unsigned int) ((A) >> 16)) argument 132 #define SQUASHFS_INODE_OFFSET(A) ((unsigned int) ((A) & 0xffff)) argument 134 #define SQUASHFS_MKINODE(A, B) ((long long)(((long long) (A)\ argument 138 #define SQUASHFS_FRAGMENT_BYTES(A) \ argument 141 #define SQUASHFS_FRAGMENT_INDEX(A) (SQUASHFS_FRAGMENT_BYTES(A) / \ argument 144 #define SQUASHFS_FRAGMENT_INDEX_OFFSET(A) (SQUASHFS_FRAGMENT_BYTES(A) % \ argument 147 #define SQUASHFS_FRAGMENT_INDEXES(A) ((SQUASHFS_FRAGMENT_BYTES(A) + \ argument 151 #define SQUASHFS_FRAGMENT_INDEX_BYTES(A) (SQUASHFS_FRAGMENT_INDEXES(A) *\ argument 155 #define SQUASHFS_LOOKUP_BYTES(A) ((A) * sizeof(u64)) argument 157 #define SQUASHFS_LOOKUP_BLOCK(A) (SQUASHFS_LOOKUP_BYTES(A) / \ argument [all …]
|
/Linux-v6.1/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() 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()
|
/Linux-v6.1/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-v6.1/rust/alloc/ |
D | boxed.rs | 465 pub const fn try_new_uninit_in(alloc: A) -> Result<Box<mem::MaybeUninit<T>, A>, AllocError> in try_new_uninit_in() argument 537 pub const fn try_new_zeroed_in(alloc: A) -> Result<Box<mem::MaybeUninit<T>, A>, AllocError> in try_new_zeroed_in() argument 565 pub const fn into_boxed_slice(boxed: Self) -> Box<[T], A> { in into_boxed_slice() argument 738 pub fn new_uninit_slice_in(len: usize, alloc: A) -> Box<[mem::MaybeUninit<T>], A> { in new_uninit_slice_in() argument 766 pub fn new_zeroed_slice_in(len: usize, alloc: A) -> Box<[mem::MaybeUninit<T>], A> { in new_zeroed_slice_in() argument 803 pub const unsafe fn assume_init(self) -> Box<T, A> { in assume_init() argument 838 pub const fn write(mut boxed: Self, value: T) -> Box<T, A> { in write() argument 879 pub unsafe fn assume_init(self) -> Box<[T], A> { in assume_init() argument 1083 pub const fn into_raw_with_allocator(b: Self) -> (*mut T, A) { in into_raw_with_allocator() argument 1096 pub const fn into_unique(b: Self) -> (Unique<T>, A) { in into_unique() argument [all …]
|
D | raw_vec.rs | 156 pub unsafe fn into_box(self, len: usize) -> Box<[MaybeUninit<T>], A> { in into_box() argument 238 pub fn allocator(&self) -> &A { in allocator() 283 slf: &mut RawVec<T, A>, in reserve() argument 459 alloc: &mut A, in finish_grow()
|
D | slice.rs | 167 pub fn into_vec<T, A: Allocator>(b: Box<[T], A>) -> Vec<T, A> { in into_vec() argument 177 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() argument 191 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() argument 228 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() argument 528 pub fn into_vec<A: Allocator>(self: Box<Self, A>) -> Vec<T, A> { in into_vec() argument
|
/Linux-v6.1/drivers/atm/ |
D | iphase.h | 74 #define IF_LOUD(A) IF_IADBG(IF_IADBG_LOUD) { A } argument 75 #define IF_ERR(A) IF_IADBG(IF_IADBG_ERR) { A } argument 76 #define IF_VERY_LOUD(A) IF_IADBG( IF_IADBG_VERY_LOUD ) { A } argument 78 #define IF_INIT_ADAPTER(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A } argument 79 #define IF_INIT(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A } argument 80 #define IF_SUNI_STAT(A) IF_IADBG( IF_IADBG_SUNI_STAT ) { A } argument 81 #define IF_QUERY_INFO(A) IF_IADBG( IF_IADBG_QUERY_INFO ) { A } argument 82 #define IF_COPY_OVER(A) IF_IADBG( IF_IADBG_COPY_OVER ) { A } argument 84 #define IF_INTR(A) IF_IADBG( IF_IADBG_INTR ) { A } argument 85 #define IF_DIS_INTR(A) IF_IADBG( IF_IADBG_DIS_INTR ) { A } argument [all …]
|
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvhw/ |
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 77 #define NVVAL_GET(A...) NVVAL_GET_(X, ##A, NVVAL_GET_I, NVVAL_GET_N)(X, ##A) argument 83 #define NVVAL_TEST(A...) NVVAL_TEST_(X, ##A, NVVAL_TEST_I, NVVAL_TEST_N)(X, ##A) argument 88 #define NVDEF_TEST(A...) NVDEF_TEST_(X, ##A, NVDEF_TEST_I, NVDEF_TEST_N)(X, ##A) argument 94 #define NVVAL_SET(A...) NVVAL_SET_(X, ##A, NVVAL_SET_I, NVVAL_SET_N)(X, ##A) argument 99 #define NVDEF_SET(A...) NVDEF_SET_(X, ##A, NVDEF_SET_I, NVDEF_SET_N)(X, ##A) argument 108 #define NVVAL_MW_GET(A...) NVVAL_MW_GET_(X, ##A, NVVAL_MW_GET_I, NVVAL_MW_GET_N)(X, ##A) argument 118 #define NVVAL_MW_SET(A...) NVVAL_MW_SET_(X, ##A, NVVAL_MW_SET_I, NVVAL_MW_SET_N)(X, ##A) argument 123 #define NVDEF_MW_SET(A...) NVDEF_MW_SET_(X, ##A, NVDEF_MW_SET_I, NVDEF_MW_SET_N)(X, ##A) argument [all …]
|
/Linux-v6.1/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-v6.1/tools/testing/selftests/powerpc/stringloops/asm/ |
D | ppc_asm.h | 10 #define _GLOBAL(A) FUNC_START(test_ ## A) argument 11 #define _GLOBAL_TOC(A) FUNC_START(test_ ## A) argument
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_namespacing.c | 30 struct A {}; struct 35 A = 1, enumerator
|
/Linux-v6.1/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-v6.1/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-v6.1/rust/alloc/vec/ |
D | mod.rs | 773 pub fn into_raw_parts_with_alloc(self) -> (*mut T, usize, usize, A) { in into_raw_parts_with_alloc() argument 1003 pub fn into_boxed_slice(mut self) -> Box<[T], A> { in into_boxed_slice() argument 1188 pub fn allocator(&self) -> &A { in allocator() 1535 g: &mut BackshiftOnDrop<'_, T, A>, in retain_mut() argument 2338 pub fn into_flattened(self) -> Vec<T, A> { in into_flattened() argument 2454 pub fn from_elem_in<T: Clone, A: Allocator>(elem: T, n: usize, alloc: A) -> Vec<T, A> { in from_elem_in() argument 2660 fn into_iter(self) -> IntoIter<T, A> { in into_iter() argument 2930 fn as_ref(&self) -> &Vec<T, A> { in as_ref() argument 2937 fn as_mut(&mut self) -> &mut Vec<T, A> { in as_mut() argument 3124 fn try_from(mut vec: Vec<T, A>) -> Result<[T; N], Vec<T, A>> { in try_from() argument
|
/Linux-v6.1/tools/virtio/linux/ |
D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
/Linux-v6.1/Documentation/kbuild/ |
D | Kconfig.select-break | 23 config A config
|
/Linux-v6.1/scripts/kconfig/tests/no_write_if_dep_unmet/ |
D | Kconfig | 3 config A config
|
/Linux-v6.1/arch/ia64/lib/ |
D | memcpy_mck.S | 63 #define A 0 macro 554 #define A r19 macro
|