Home
last modified time | relevance | path

Searched defs:S0 (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/test/SemaCXX/
Dopenmp_default_simd_align.cpp3 struct S0 { struct
6 static const int test1 = __builtin_omp_required_simd_align(decltype(S0::x)); argument
Dalignof.cpp5 struct S0 { struct
8 …static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' … argument
Dtype-definition-in-specifier.cpp11 struct S0 { int x; }; struct
Dalias-template.cpp56 template<typename...T> struct S0 { struct
57 …name Z> using U = T*; // expected-error {{declaration type contains unexpanded parameter pack 'T'}}
58 U<char> u;
/external/clang/test/ASTMerge/Inputs/
Dstruct2.c2 struct S0 { struct
7 struct S0 x0; argument
Dstruct1.c5 struct S0 { struct
10 struct S0 x0; argument
/external/clang/test/CodeGen/
Dmips-byval-arg.c6 } S0; typedef
Dmips64-padding-arg.c8 } S0; typedef
Dx86_64-arguments.c234 struct S0 { char f0[8]; char f2; char f3; char f4; }; argument
/external/libopus/silk/float/
Dapply_sine_window_FLP.c46 silk_float freq, c, S0, S1; in silk_apply_sine_window_FLP() local
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp401 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, in getPHIOperand()
423 bool MergedLoadStoreMotion::sinkStore(BasicBlock *BB, StoreInst *S0, in sinkStore()
497 auto *S0 = dyn_cast<StoreInst>(I); in mergeStores() local
/external/guava/guava-tests/benchmark/com/google/common/base/
DObjectsBenchmark.java32 private static final String S0 = "3"; field in ObjectsBenchmark
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp71 std::string S0("hi"); in TEST() local
/external/swiftshader/third_party/LLVM/unittests/Analysis/
DScalarEvolutionTest.cpp56 const SCEV *S0 = SE.getSCEV(V0); in TEST_F() local
/external/libgsm/src/
Dlong_term.c366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable
532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable
746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
Dp3.cpp10 struct S0 { struct
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DBlowfishEngine.java304 private final int[] S0, S1, S2, S3; // the s-boxes field in BlowfishEngine
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp65 const SCEV *S0 = SE.getSCEV(V0); in TEST_F() local
/external/dhcpcd-6.8.2/crypt/
Dsha256.c79 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
/external/lzma/C/
DSha256.c27 #define S0(x) (rotrFixed(x, 2) ^ rotrFixed(x,13) ^ rotrFixed(x, 22)) macro
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp5.cpp81 template <int& N> struct S0 { }; // expected-note 3 {{template parameter is declared here}} struct
/external/libchrome/crypto/third_party/nss/
Dsha512.cc154 #define S0(x) (ROTR32(x, 2) ^ ROTR32(x,13) ^ ROTR32(x,22)) macro
/external/syslinux/com32/libutil/
Dsha512crypt.c132 #define S0(x) (CYCLIC (x, 28) ^ CYCLIC (x, 34) ^ CYCLIC (x, 39)) in sha512_process_block() macro
Dsha256crypt.c101 #define S0(x) (CYCLIC (x, 2) ^ CYCLIC (x, 13) ^ CYCLIC (x, 22)) in sha256_process_block() macro
/external/llvm/unittests/IR/
DInstructionsTest.cpp337 Value *S0 = BTC0->stripPointerCasts(); in TEST() local

12