Home
last modified time | relevance | path

Searched defs:A (Results 26 – 50 of 150) sorted by relevance

123456

/openbmc/linux/Documentation/kbuild/
H A DKconfig.select-break23 config A config
/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/
H A DKconfig1 config A config
/openbmc/linux/rust/alloc/
H A Draw_vec.rs162 pub unsafe fn into_box(self, len: usize) -> Box<[MaybeUninit<T>], A> { in into_box() argument
268 pub fn allocator(&self) -> &A { in allocator()
318 slf: &mut RawVec<T, A>, in reserve() argument
506 alloc: &mut A, in finish_grow()
/openbmc/u-boot/lib/libavb/
H A Davb_rsa.c88 int64_t A = 0; in subM() local
117 uint64_t A = (uint64_t)a * b[0] + c[0]; in montMulAdd() local
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/
H A DKconfig4 config A config in choice958c7c010104
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush.h252 #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 …]
/openbmc/qemu/fpu/
H A Dsoftfloat.c759 #define parts_uncanon(A, S, F) \ argument
766 #define parts_add_normal(A, B) \ argument
773 #define parts_sub_normal(A, B) \ argument
781 #define parts_addsub(A, B, S, Z) \ argument
789 #define parts_mul(A, B, S) \ argument
807 #define parts_div(A, B, S) \ argument
815 #define parts_modrem(A, B, Q, S) \ argument
821 #define parts_sqrt(A, S, F) \ argument
896 #define parts_minmax(A, B, S, F) \ argument
910 #define parts_scalbn(A, N, S) \ argument
[all …]
/openbmc/linux/scripts/kconfig/tests/new_choice_with_dep/
H A DKconfig3 config A config
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/
H A DKconfig1 config A config
/openbmc/linux/arch/ia64/lib/
H A Dmemcpy_mck.S63 #define A 0 macro
554 #define A r19 macro
H A Dcopy_page_mck.S95 #define A 0 macro
/openbmc/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
H A Dnull_syscall.c128 #define TIME(A, STR) \ argument
/openbmc/linux/scripts/kconfig/tests/auto_submenu/
H A DKconfig3 config A config
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/
H A DKconfig1 config A config
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs982 pub fn into_raw_parts_with_alloc(self) -> (*mut T, usize, usize, A) { in into_raw_parts_with_alloc() argument
1218 pub fn into_boxed_slice(mut self) -> Box<[T], A> { in into_boxed_slice() argument
1397 pub fn allocator(&self) -> &A { in allocator()
1747 g: &mut BackshiftOnDrop<'_, T, A>, in retain_mut() argument
2666 pub fn into_flattened(self) -> Vec<T, A> { in into_flattened() argument
2786 pub fn from_elem_in<T: Clone, A: Allocator>(elem: T, n: usize, alloc: A) -> Vec<T, A> { in from_elem_in() argument
3340 fn as_ref(&self) -> &Vec<T, A> { in as_ref() argument
3347 fn as_mut(&mut self) -> &mut Vec<T, A> { in as_mut() argument
3543 fn try_from(mut vec: Vec<T, A>) -> Result<[T; N], Vec<T, A>> { in try_from() argument
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_utils.h77 #define add_overflows_t(T, A, B) \ argument
80 #define add_overflows_t(T, A, B) ({ \ argument
87 #define add_overflows(A, B) \ argument
H A Di915_active.h71 #define INIT_ACTIVE_FENCE(A) \ argument
/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/
H A DKconfig5 config A config
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/
H A DKconfig3 config A config
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_primitives.c17 A = 0, enumerator
H A Dbtf_dump_test_case_bitfields.c33 A, /* A = 0, dumper is very explicit */ enumerator
/openbmc/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
/openbmc/qemu/target/hexagon/
H A Dopcodes.c29 #define VEC_DESCR(A, B, C) DESCR(A, B, C) argument
/openbmc/linux/kernel/trace/
H A Dtracing_map.c845 static int cmp_entries_dup(const void *A, const void *B) in cmp_entries_dup()
859 static int cmp_entries_sum(const void *A, const void *B) in cmp_entries_sum()
890 static int cmp_entries_key(const void *A, const void *B) in cmp_entries_key()

123456