Home
last modified time | relevance | path

Searched defs:S0 (Results 1 – 25 of 27) 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; }; argument
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/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; }; struct
/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/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.cpp439 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, in getPHIOperand()
461 bool MergedLoadStoreMotion::sinkStore(BasicBlock *BB, StoreInst *S0, in sinkStore()
538 StoreInst *S0 = (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/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp65 const SCEV *S0 = SE.getSCEV(V0); in TEST_F() local
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
Dp3.cpp10 struct S0 { struct
/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/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/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/llvm/unittests/IR/
DInstructionsTest.cpp333 Value *S0 = BTC0->stripPointerCasts(); in TEST() local
/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp208 #define S0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) in sha256_process() macro
/external/webp/src/dsp/
Denc_neon.c295 const uint8x16_t S0 = Load4x4(src); in FTransform() local
/external/deqp/framework/common/
DtcuAstcUtil.cpp817 #define ASSIGN_X_BITS(V0,S0, V1,S1, V2,S2, V3,S3, V4,S4, V5,S5, V6,S6) do { SHOR(V0,S0,x0); SHOR(V1… in decodeHDREndpointMode7() argument
900 #define ASSIGN_X_BITS(V0,S0, V1,S1, V2,S2, V3,S3, V4,S4, V5,S5) do { SHOR(V0,S0,x0); SHOR(V1,S1,x1)… in decodeHDREndpointMode11() argument

12