Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 89) sorted by relevance

1234

/Linux-v5.4/include/drm/
Ddrm_fixed.h35 #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-v5.4/lib/
Dsha1.c55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
60 #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
61 #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
62 #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
63 #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
64 #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
84 __u32 A, B, C, D, E; in sha_transform() local
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
/Linux-v5.4/fs/squashfs/
Dsquashfs_fs.h129 #define SQUASHFS_INODE_BLK(A) ((unsigned int) ((A) >> 16)) argument
131 #define SQUASHFS_INODE_OFFSET(A) ((unsigned int) ((A) & 0xffff)) argument
133 #define SQUASHFS_MKINODE(A, B) ((long long)(((long long) (A)\ argument
137 #define SQUASHFS_FRAGMENT_BYTES(A) \ argument
140 #define SQUASHFS_FRAGMENT_INDEX(A) (SQUASHFS_FRAGMENT_BYTES(A) / \ argument
143 #define SQUASHFS_FRAGMENT_INDEX_OFFSET(A) (SQUASHFS_FRAGMENT_BYTES(A) % \ argument
146 #define SQUASHFS_FRAGMENT_INDEXES(A) ((SQUASHFS_FRAGMENT_BYTES(A) + \ argument
150 #define SQUASHFS_FRAGMENT_INDEX_BYTES(A) (SQUASHFS_FRAGMENT_INDEXES(A) *\ argument
154 #define SQUASHFS_LOOKUP_BYTES(A) ((A) * sizeof(u64)) argument
156 #define SQUASHFS_LOOKUP_BLOCK(A) (SQUASHFS_LOOKUP_BYTES(A) / \ argument
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppevvmath.h316 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-v5.4/tools/testing/selftests/powerpc/copyloops/asm/
Dppc_asm.h26 #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
30 #define PPC_MTOCRF(A, B) mtocrf A, B argument
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/top/
Dgk104.c73 #define A_(A) if (inst == 0) info->index = NVKM_ENGINE_##A in gk104_top_oneinit() argument
74 #define B_(A) if (inst + NVKM_ENGINE_##A##0 < NVKM_ENGINE_##A##_LAST + 1) \ in gk104_top_oneinit() argument
76 #define C_(A) if (inst == 0) info->index = NVKM_SUBDEV_##A in gk104_top_oneinit() argument
/Linux-v5.4/security/apparmor/include/
Dpath.h42 #define ASSIGN(FN, A, X, N) ((X) = FN(A, N)) argument
43 #define EVAL1(FN, A, X) ASSIGN(FN, A, X, 0) /*X = FN(0)*/ argument
44 #define EVAL2(FN, A, X, Y...) \ argument
46 #define EVAL(FN, A, X...) CONCATENATE(EVAL, COUNT_ARGS(X))(FN, A, X) argument
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
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-v5.4/lib/crypto/
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
/Linux-v5.4/drivers/atm/
Diphase.h74 #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-v5.4/tools/testing/selftests/powerpc/stringloops/asm/
Dppc_asm.h10 #define _GLOBAL(A) FUNC_START(test_ ## A) argument
11 #define _GLOBAL_TOC(A) FUNC_START(test_ ## A) argument
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_namespacing.c30 struct A {}; struct
35 A = 1, enumerator
/Linux-v5.4/arch/powerpc/crypto/
Dcrc32-vpmsum_core.S59 #define VPERM(A, B, C, D) vperm A, B, C, D argument
61 #define VPERM(A, B, C, D) argument
/Linux-v5.4/tools/virtio/linux/
Dthread_info.h1 #define check_copy_size(A, B, C) (1) argument
/Linux-v5.4/scripts/kconfig/tests/no_write_if_dep_unmet/
DKconfig3 config A config
/Linux-v5.4/Documentation/kbuild/
DKconfig.select-break23 config A config
/Linux-v5.4/scripts/kconfig/tests/rand_nested_choice/
DKconfig6 config A config in choicebf5b62a30104
/Linux-v5.4/scripts/kconfig/tests/new_choice_with_dep/
DKconfig3 config A config
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c71 #define ENGINE__(A,B,C) NV_DEVICE_INFO_ENGINE_##A: { int _i; \ in nvkm_udevice_info_v1() argument
77 #define ENGINE_A(A) ENGINE__(A, NVKM_ENGINE_##A , NVKM_ENGINE_##A) in nvkm_udevice_info_v1() argument
78 #define ENGINE_B(A) ENGINE__(A, NVKM_ENGINE_##A##0, NVKM_ENGINE_##A##_LAST) in nvkm_udevice_info_v1() argument
/Linux-v5.4/arch/ia64/lib/
Dmemcpy_mck.S63 #define A 0 macro
554 #define A r19 macro
/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/
Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/Linux-v5.4/scripts/kconfig/tests/auto_submenu/
DKconfig3 config A config
/Linux-v5.4/drivers/net/wan/
Dsbni.h10 #define DP( A ) A argument
12 #define DP( A ) argument
/Linux-v5.4/scripts/kconfig/tests/err_recursive_dep/
DKconfig5 config A config

1234