Home
last modified time | relevance | path

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

1234

/linux/include/drm/
H A Ddrm_fixed.h37 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument
38 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument
39 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument
40 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument
41 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument
42 #define dfixed_init(A) { .full = dfixed_const((A)) } argument
43 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument
44 #define dfixed_trunc(A) ((A).full >> 12) argument
45 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument
47 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor()
[all …]
/linux/fs/squashfs/
H A Dsquashfs_fs.h130 #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/tools/testing/selftests/powerpc/copyloops/asm/
H A 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
29 #define _GLOBAL_KASAN(A) _GLOBAL(A) argument
32 #define PPC_MTOCRF(A, B) mtocrf A, B argument
/linux/security/apparmor/include/
H A Daf_unix.h20 #define unix_addr(A) ((struct sockaddr_un *)(A)) argument
24 #define is_unix_addr_anon(A, L) ((A) && unix_addr_len(L) <= 0) argument
25 #define is_unix_addr_fs(A, L) (!is_unix_addr_anon(A, L) && \ argument
/linux/lib/crypto/
H A Ddes.c581 #define ROUND(L, R, A, B, K, d) \ argument
783 u32 L, R, A, B; in des_encrypt() local
804 u32 L, R, A, B; in des_decrypt() local
846 u32 L, R, A, B; in des3_ede_encrypt() local
875 u32 L, R, A, B; in des3_ede_decrypt() local
/linux/rust/kernel/alloc/
H A Dkbox.rs230 assume_init(self) -> Box<T, A> assume_init() argument
240 write(mut self, value: T) -> Box<T, A> write() argument
275 new_uninit(flags: Flags) -> Result<Box<MaybeUninit<T>, A>, AllocError> new_uninit() argument
287 pin(x: T, flags: Flags) -> Result<Pin<Box<T, A>>, AllocError> where A: 'static, pin() argument
340 pin_slice<Func, Item, E>( mut init: Func, len: usize, flags: Flags, ) -> Result<Pin<Box<[T], A>>, E> where Func: FnMut(usize) -> Item, Item: PinInit<T, E>, E: From<AllocError>, pin_slice() argument
378 forget_contents(this: Self) -> Box<MaybeUninit<T>, A> forget_contents() argument
398 drop_contents(this: Self) -> Box<MaybeUninit<T>, A> drop_contents() argument
[all...]
/linux/drivers/gpu/drm/nouveau/include/nvhw/
H A Ddrf.h66 #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/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c30 struct A {}; struct
35 A = 1, enumerator
H A Dtest_core_reloc_primitives.c17 A = 0, enumerator
/linux/tools/testing/selftests/powerpc/stringloops/asm/
H A Dppc_asm.h10 #define _GLOBAL(A) FUNC_START(test_ ## A) argument
11 #define _GLOBAL_TOC(A) FUNC_START(test_ ## A) argument
/linux/lib/
H A Ddynamic_queue_limits.c15 #define POSDIFF(A, B) ((int)((A) - (B)) > 0 ? (A) - (B) : 0) argument
16 #define AFTER_EQ(A, B) ((int)((A) - (B)) >= 0) argument
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_debug.h39 #define hw_dbg(hw, S, A...) dev_dbg(i40e_hw_to_dev(hw), S, ##A) argument
40 #define hw_warn(hw, S, A...) dev_warn(i40e_hw_to_dev(hw), S, ##A) argument
/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()
/linux/lib/crc/powerpc/
H A Dcrc-vpmsum-template.S59 #define VPERM(A, B, C, D) vperm A, B, C, D argument
61 #define VPERM(A, B, C, D) argument
/linux/scripts/
H A Drust_is_available_bindgen_0_66.h
/linux/tools/virtio/linux/
H A Dthread_info.h1 #define check_copy_size(A, B, C) (1) argument
/linux/Documentation/kbuild/
H A DKconfig.select-break23 config A config
/linux/scripts/kconfig/tests/no_write_if_dep_unmet/
H A DKconfig3 config A config
/linux/scripts/kconfig/tests/choice_randomize/
H A DKconfig4 config A config in choice20c1c1c20104
/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
/linux/scripts/kconfig/tests/choice_randomize2/
H A DKconfig13 config A config in choice6bdeda340204
/linux/scripts/kconfig/tests/new_choice_with_dep/
H A DKconfig3 config A config
/linux/scripts/kconfig/tests/auto_submenu/
H A DKconfig3 config A config
/linux/kernel/trace/
H A Dtracing_map.c845 static int cmp_entries_dup(const void *A, const void *B) in cmp_entries_dup()
855 static int cmp_entries_sum(const void *A, const void *B) in cmp_entries_sum()
886 static int cmp_entries_key(const void *A, const void *B) in cmp_entries_key()
/linux/drivers/gpu/drm/i915/
H A Di915_active.h71 #define INIT_ACTIVE_FENCE(A) \ argument

1234