Searched defs:s1 (Results 226 - 250 of 726) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
35 s1 = GETU32(pt + 4) ^ rk[1];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
90 PUTU32(ct + 4, s1);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathValidatorExceptionTest.java368 public myCertPath(String s, String s1) { argument
/external/boringssl/src/crypto/aes/
H A Daes.c679 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
690 s1 = GETU32(in + 4) ^ rk[1];
695 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^
697 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^
700 Te3[s1 & 0xff] ^ rk[6];
701 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^
706 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^
713 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^
715 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^
718 Te3[s1
867 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSUtils.java333 static OutputStream getSafeTeeOutputStream(OutputStream s1, argument
336 return s1 == null ? getSafeOutputStream(s2)
337 : s2 == null ? getSafeOutputStream(s1) : new TeeOutputStream(
338 s1, s2);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dfixed-expansion.cpp126 S<int, int, double> &s1 = f({}, 0, 0.0); // expected-error {{no matching function}} member in namespace:FixedAliasTemplate
/external/clang/test/CodeGen/
H A Dbuiltins.c91 char s0[10], s1[] = "Hello"; local
92 V(strcat, (s0, s1));
93 V(strcmp, (s0, s1));
94 V(strncat, (s0, s1, n));
95 V(strchr, (s0, s1[0]));
96 V(strrchr, (s0, s1[0]));
97 V(strcpy, (s0, s1));
98 V(strncpy, (s0, s1, n));
102 V(__memcpy_chk, (s0, s1, sizeof s0, n));
103 V(__memmove_chk, (s0, s1, sizeo
[all...]
H A Dle32-arguments.c11 } s1; typedef in typeref:struct:__anon1819
13 // CHECK-LABEL: define void @f1(%struct.s1* byval %i)
14 void f1(s1 i) {}
H A Dpacked-arrays.c8 struct s1 { struct
29 int align1 = __alignof(struct s1);
39 int align1_x = __alignof(((struct s1*) 0)->x);
48 int align1_x0 = __alignof(((struct s1*) 0)->x[0]);
84 int f1_a(struct s1 *a) {
87 int f1_b(struct s1 *a) {
90 int f1_c(struct s1 *a) {
93 int f1_d(struct s1 *a) {
H A Dpacked-structure.c37 struct s1 { struct
45 int s1_align_x = __alignof(((struct s1*)0)->x);
46 int s1_align_y = __alignof(((struct s1*)0)->y);
47 int s1_align = __alignof(struct s1);
52 int s1_load_x(struct s1 *a) { return a->x; }
56 int s1_load_y(struct s1 *a) { return a->y; }
59 void s1_copy(struct s1 *a, struct s1 *b) { *b = *a; }
H A Dregparm-struct.c9 struct s1 { struct
12 __attribute__((regparm(3))) void f2(int a, int b, struct s1 c, int d);
15 struct s1 x = {43};
H A Dvla.c43 char s1[x]; local
/external/clang/test/Headers/
H A Dstddefneeds.cpp13 size_t s1; // expected-error{{unknown}} variable
/external/clang/test/Sema/
H A Danonymous-struct-union.c85 struct s1 { struct
H A Doffsetof.c30 struct s1 { int a; }; struct
31 int v1 = offsetof (struct s1, a) == 0 ? 0 : f();
/external/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp4 extern "C" void *memmove(void *s1, const void *s2, unsigned n);
5 extern "C" void *memcpy(void *s1, const void *s2, unsigned n);
6 extern "C" void *memcmp(void *s1, const void *s2, unsigned n);
14 struct S1 {} s1; variable in typeref:struct:S1
124 memset(&s1, 0, sizeof s1);
H A Dwarn-reorder-ctor-initialization.cpp10 : s2(1), // expected-warning {{field 's2' will be initialized after field 's1'}}
11 s1(1),
16 int s1; member in class:complex
H A Dwarn-unused-result.cpp30 S s1 = g1(); local
/external/deqp/framework/delibs/debase/
H A DdeString.c173 char* deStrcat (char* s1, size_t size, const char* s2) argument
176 (void)strcat_s(s1, size, s2);
177 return s1;
179 return strncat(s1, s2, size);
/external/e2fsprogs/lib/ext2fs/
H A Dismounted.c251 const char *s1; local
259 s1 = file;
260 if (strncmp(_PATH_DEV, s1, len) == 0)
261 s1 += len;
270 if (strcmp(s1, s2) == 0 || strcmp(s1, &s2[1]) == 0) {
/external/eigen/test/
H A Darray.cpp29 Scalar s1 = internal::random<Scalar>(), local
33 VERIFY_IS_APPROX(m1 + s1, s1 + m1);
34 VERIFY_IS_APPROX(m1 + s1, ArrayType::Constant(rows,cols,s1) + m1);
35 VERIFY_IS_APPROX(s1 - m1, (-m1)+s1 );
36 VERIFY_IS_APPROX(m1 - s1, m1 - ArrayType::Constant(rows,cols,s1));
37 VERIFY_IS_APPROX(s1
167 Scalar s1 = internal::random<Scalar>(); local
[all...]
H A Darray_for_matrix.cpp29 Scalar s1 = internal::random<Scalar>(), local
33 VERIFY_IS_APPROX(m1.array() + s1, s1 + m1.array());
34 VERIFY_IS_APPROX((m1.array() + s1).matrix(), MatrixType::Constant(rows,cols,s1) + m1);
40 m3.array() -= s1;
41 VERIFY_IS_APPROX(m3, (m1.array() - s1).matrix());
H A Dbasicstuff.cpp141 Scalar s1 = internal::random<Scalar>(), local
144 VERIFY(numext::real(s1)==numext::real_ref(s1));
145 VERIFY(numext::imag(s1)==numext::imag_ref(s1));
146 numext::real_ref(s1) = numext::real(s2);
147 numext::imag_ref(s1) = numext::imag(s2);
148 VERIFY(internal::isApprox(s1, s2, NumTraits<RealScalar>::epsilon()));
149 // extended precision in Intel FPUs means that s1 == s2 in the line above is not guaranteed.
H A Dblock.cpp15 block_real_only(const MatrixType &m1, Index r1, Index r2, Index c1, Index c2, const Scalar& s1) { argument
17 VERIFY_IS_APPROX(m1.row(r1).cwiseMax(s1), m1.cwiseMax(s1).row(r1));
18 VERIFY_IS_APPROX(m1.col(c1).cwiseMin(s1), m1.cwiseMin(s1).col(c1));
20 VERIFY_IS_APPROX(m1.block(r1,c1,r2-r1+1,c2-c1+1).cwiseMin(s1), m1.cwiseMin(s1).block(r1,c1,r2-r1+1,c2-c1+1));
21 VERIFY_IS_APPROX(m1.block(r1,c1,r2-r1+1,c2-c1+1).cwiseMax(s1), m1.cwiseMax(s1).block(r1,c1,r2-r1+1,c2-c1+1));
53 Scalar s1 local
[all...]
H A Dcwiseop.cpp93 Scalar s1 = internal::random<Scalar>(); local
96 m3 = MatrixType::Constant(rows, cols, s1);
102 VERIFY_IS_APPROX(m3(i,j), s1); local
106 VERIFY(m3.isConstant(s1));
108 VERIFY_IS_APPROX(m4.setConstant(s1), m3);
109 VERIFY_IS_APPROX(m4.setConstant(rows,cols,s1), m3);
114 m4.fill(s1);
117 VERIFY_IS_APPROX(v3.setConstant(rows, s1), VectorType::Constant(rows,s1));
/external/eigen/test/eigen2/
H A Deigen2_hyperplane.cpp40 Scalar s1 = ei_random<Scalar>(); local
47 VERIFY_IS_MUCH_SMALLER_THAN( pl1.absDistance(p1 + pl1.normal().unitOrthogonal() * s1), Scalar(1) );

Completed in 692 milliseconds

1234567891011>>