Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 1485) sorted by relevance

12345678910>>...60

/third_party/libabigail/tests/data/test-abidiff-exit/
Dqualifier-typedef-array-v1.c10 struct S { struct
11 const A c_a; // +const
12 volatile A v_a; // +volatile
13 restrict A r_a; // +restrict
37 void fun(struct S * s) { (void) s; } in fun() argument
Dqualifier-typedef-array-v0.c10 struct S { struct
11 A c_a;
12 A v_a;
13 A r_a;
37 void fun(struct S * s) { (void) s; } in fun() argument
/third_party/ltp/tools/sparse/sparse-src/validation/
Drepeat.h1 #define R0(P, S) P(S) argument
2 #define R1(P, S) R0(P,S##0) R0(P,S##1) argument
3 #define R2(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) argument
4 #define R3(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) R0(P,S##4) R0(P,S##5) R0(P,S##… argument
5 #define R4(P, S) R3(P,S##0) R3(P,S##1) argument
6 #define R5(P, S) R3(P,S##0) R3(P,S##1) R3(P,S##2) R3(P,S##3) argument
7 #define R6(P, S) R3(P,S##0) R3(P,S##1) R3(P,S##2) R3(P,S##3) R3(P,S##4) R3(P,S##5) R3(P,S##… argument
8 #define R7(P, S) R6(P,S##0) R6(P,S##1) argument
9 #define R8(P, S) R6(P,S##0) R6(P,S##1) R6(P,S##2) R6(P,S##3) argument
10 #define R9(P, S) R6(P,S##0) R6(P,S##1) R6(P,S##2) R6(P,S##3) R6(P,S##4) R6(P,S##5) R6(P,S##… argument
[all …]
/third_party/libabigail/tests/data/test-annotate/
Dtest-anonymous-members-0.cc1 struct S struct
4 {
30 foo(S&) in foo() argument
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest7.cc1 struct S struct
11 int foo(S&) in foo() argument
/third_party/libabigail/tests/data/test-diff-suppr/
Dtest5-fn-suppr-v1.cc4 struct S struct
9 S() in S() argument
16 bar(S*) in bar() argument
21 bar(int, S) in bar() argument
Dtest5-fn-suppr-v0.cc4 struct S struct
8 S() in S() argument
14 bar(S*) in bar() argument
19 bar(int, S) in bar() argument
Dtest13-suppr-through-pointer-v1.cc3 struct S struct
10 bar(S*) in bar() argument
15 foo(S) in foo() argument
20 fu(S**) in fu() argument
/third_party/libabigail/tests/data/test-read-ctf/
Dtest9.c2 struct S struct
11 int foo(struct S*) in foo()
/third_party/libabigail/tests/data/test-diff-pkg/dirpkg-0-dir2/
Dobj-v0.cc4 struct S struct
9 S() in S() argument
16 bar(S&) in bar() argument
/third_party/libabigail/tests/data/test-diff-pkg/dirpkg-1-dir2/
Dobj-v0.cc4 struct S struct
9 S() in S() argument
16 bar(S&) in bar() argument
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_rfft_fast_init_f16.c55 static arm_status arm_rfft_32_fast_init_f16( arm_rfft_fast_instance_f16 * S ) { in arm_rfft_32_fast_init_f16()
85 static arm_status arm_rfft_64_fast_init_f16( arm_rfft_fast_instance_f16 * S ) { in arm_rfft_64_fast_init_f16()
115 static arm_status arm_rfft_128_fast_init_f16( arm_rfft_fast_instance_f16 * S ) { in arm_rfft_128_fast_init_f16()
145 static arm_status arm_rfft_256_fast_init_f16( arm_rfft_fast_instance_f16 * S ) { in arm_rfft_256_fast_init_f16()
175 static arm_status arm_rfft_512_fast_init_f16( arm_rfft_fast_instance_f16 * S ) { in arm_rfft_512_fast_init_f16()
204 static arm_status arm_rfft_1024_fast_init_f16( arm_rfft_fast_instance_f16 * S ) { in arm_rfft_1024_fast_init_f16()
232 static arm_status arm_rfft_2048_fast_init_f16( arm_rfft_fast_instance_f16 * S ) { in arm_rfft_2048_fast_init_f16()
261 static arm_status arm_rfft_4096_fast_init_f16( arm_rfft_fast_instance_f16 * S ) { in arm_rfft_4096_fast_init_f16()
296 arm_rfft_fast_instance_f16 * S, in arm_rfft_fast_init_f16()
Darm_rfft_fast_init_f32.c52 static arm_status arm_rfft_32_fast_init_f32( arm_rfft_fast_instance_f32 * S ) { in arm_rfft_32_fast_init_f32()
82 static arm_status arm_rfft_64_fast_init_f32( arm_rfft_fast_instance_f32 * S ) { in arm_rfft_64_fast_init_f32()
112 static arm_status arm_rfft_128_fast_init_f32( arm_rfft_fast_instance_f32 * S ) { in arm_rfft_128_fast_init_f32()
142 static arm_status arm_rfft_256_fast_init_f32( arm_rfft_fast_instance_f32 * S ) { in arm_rfft_256_fast_init_f32()
172 static arm_status arm_rfft_512_fast_init_f32( arm_rfft_fast_instance_f32 * S ) { in arm_rfft_512_fast_init_f32()
201 static arm_status arm_rfft_1024_fast_init_f32( arm_rfft_fast_instance_f32 * S ) { in arm_rfft_1024_fast_init_f32()
229 static arm_status arm_rfft_2048_fast_init_f32( arm_rfft_fast_instance_f32 * S ) { in arm_rfft_2048_fast_init_f32()
258 static arm_status arm_rfft_4096_fast_init_f32( arm_rfft_fast_instance_f32 * S ) { in arm_rfft_4096_fast_init_f32()
293 arm_rfft_fast_instance_f32 * S, in arm_rfft_fast_init_f32()
Darm_rfft_fast_init_f64.c51 static arm_status arm_rfft_32_fast_init_f64( arm_rfft_fast_instance_f64 * S ) { in arm_rfft_32_fast_init_f64()
80 static arm_status arm_rfft_64_fast_init_f64( arm_rfft_fast_instance_f64 * S ) { in arm_rfft_64_fast_init_f64()
109 static arm_status arm_rfft_128_fast_init_f64( arm_rfft_fast_instance_f64 * S ) { in arm_rfft_128_fast_init_f64()
138 static arm_status arm_rfft_256_fast_init_f64( arm_rfft_fast_instance_f64 * S ) { in arm_rfft_256_fast_init_f64()
167 static arm_status arm_rfft_512_fast_init_f64( arm_rfft_fast_instance_f64 * S ) { in arm_rfft_512_fast_init_f64()
195 static arm_status arm_rfft_1024_fast_init_f64( arm_rfft_fast_instance_f64 * S ) { in arm_rfft_1024_fast_init_f64()
222 static arm_status arm_rfft_2048_fast_init_f64( arm_rfft_fast_instance_f64 * S ) { in arm_rfft_2048_fast_init_f64()
250 static arm_status arm_rfft_4096_fast_init_f64( arm_rfft_fast_instance_f64 * S ) { in arm_rfft_4096_fast_init_f64()
285 arm_rfft_fast_instance_f64 * S, in arm_rfft_fast_init_f64()
/third_party/libabigail/tests/data/test-diff-filter/
Dtest3-v1.cc1 struct S struct
7 S() in S() argument
20 bar(int, S&) in bar() argument
Dtest14-v1.cc1 struct S struct
9 foo(S&) in foo() argument
13 bar(S&) in bar() argument
Dtest17-v1.cc1 struct S struct
4 S* m2; argument
8 foo(S&) in foo() argument
12 bar(S&) in bar() argument
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest36-ppc64-aliases-v1.cc6 struct S struct
15 S::S() in S() function in S
19 S::S(int s) in S() function in S
27 foo(S&) in foo() argument
Dtest13-v0.cc1 struct S struct
10 foo(S&) in foo() argument
Dtest13-v1.cc1 struct S struct
10 foo(S&) in foo() argument
/third_party/rust/crates/serde/test_suite/tests/ui/remote/
Dwrong_getter.rs4 pub struct S { struct
8 impl S { impl
16 #[serde(remote = "remote::S")]
17 struct S { struct
19 a: u8,
/third_party/libabigail/tests/data/test-diff-pkg/dirpkg-0-dir1/
Dobj-v0.cc4 struct S struct
8 S() in S() argument
14 bar(S&) in bar() argument
/third_party/libabigail/tests/data/test-diff-pkg/dirpkg-1-dir1/
Dobj-v0.cc4 struct S struct
8 S() in S() function
14 bar(S&) in bar() argument
/third_party/libabigail/tests/data/test-abicompat/
Dtest9-fn-changed-v1.h1 struct S struct
6 S() in S() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp42 static uint64_t resolveX86_64(RelocationRef R, uint64_t S, uint64_t A) { in resolveX86_64()
71 static uint64_t resolveAArch64(RelocationRef R, uint64_t S, uint64_t A) { in resolveAArch64()
92 static uint64_t resolveBPF(RelocationRef R, uint64_t S, uint64_t A) { in resolveBPF()
115 static uint64_t resolveMips64(RelocationRef R, uint64_t S, uint64_t A) { in resolveMips64()
140 static uint64_t resolvePPC64(RelocationRef R, uint64_t S, uint64_t A) { in resolvePPC64()
161 static uint64_t resolveSystemZ(RelocationRef R, uint64_t S, uint64_t A) { in resolveSystemZ()
184 static uint64_t resolveSparc64(RelocationRef R, uint64_t S, uint64_t A) { in resolveSparc64()
206 static uint64_t resolveAmdgpu(RelocationRef R, uint64_t S, uint64_t A) { in resolveAmdgpu()
227 static uint64_t resolveX86(RelocationRef R, uint64_t S, uint64_t A) { in resolveX86()
244 static uint64_t resolvePPC32(RelocationRef R, uint64_t S, uint64_t A) { in resolvePPC32()
[all …]

12345678910>>...60