Searched defs:S4 (Results 26 - 34 of 34) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dconstructor-initializer.cpp270 struct S4 { struct in namespace:PR8075
272 S4() : s1(s1.baz()) {} function in struct:PR8075::S4
H A Ddestructor.cpp138 struct S4 : public S2 { // expected-warning {{has virtual functions but non-virtual destructor}} struct in namespace:nonvirtualdtor
/external/libgsm/src/
H A Dlong_term.c366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, local
376 E = W * e; S4 += E; \
411 if (S4 > L_max) { L_max = S4; Nc = lambda + 4; }
532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, local
542 E = W * e; S4 += E; \
577 if (S4 > L_max) { L_max = S4; Nc = lambda + 4; }
746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, local
756 E = W * e; S4
[all...]
/external/clang/test/Sema/
H A Dwarn-type-safety-mpi-hdf5.c247 struct S4 { char c; }; struct
262 struct S4 *s4_buf,
268 MPI_Send(s4_buf, 1, my_s4_compat_datatype); // expected-warning {{argument type 'struct S4 *' doesn't match specified 'mpi' type tag}}
/external/dropbear/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c283 #define S4 skey->twofish.S[3] macro
287 #define g_func(x, dum) (S1[byte(x,0)] ^ S2[byte(x,1)] ^ S3[byte(x,2)] ^ S4[byte(x,3)])
288 #define g1_func(x, dum) (S2[byte(x,0)] ^ S3[byte(x,1)] ^ S4[byte(x,2)] ^ S1[byte(x,3)])
481 ulong32 *S1, *S2, *S3, *S4; local
492 S4 = skey->twofish.S[3];
554 ulong32 *S1, *S2, *S3, *S4; local
565 S4 = skey->twofish.S[3];
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp94 template<typename T, typename U = S1<T> > struct S4 { }; struct
95 template<typename T> void ft3(S4<T>*) { }
/external/clang/test/CXX/drs/
H A Ddr0xx.cpp77 struct S4 : virtual S2 {}; struct in namespace:dr7::PR16370
78 struct S5 : S3, S4 {
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc64 typedef signed int S4; typedef
180 S4 a_s4[100];
192 S4 *x = GetPoisoned<S4>();
202 EXPECT_POISONED(*GetPoisoned<S4>());
214 EXPECT_POISONED(*GetPoisoned<S4>());
215 EXPECT_POISONED(*GetPoisoned<S4>());
216 EXPECT_POISONED(*GetPoisoned<S4>());
231 EXPECT_POISONED(- *GetPoisoned<S4>());
233 EXPECT_UMR(a_s4[g_zero] = 100 / *GetPoisoned<S4>(
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 274 milliseconds

12