Searched defs:F3 (Results 1 - 25 of 39) sorted by relevance

12

/external/clang/test/Lexer/
H A D11-27-2007-FloatLiterals.c13 float F3 = 0xFp100000000000000000000F; variable
/external/v8/test/mjsunit/compiler/
H A Dcompare-objeq-elim.js50 function F3(a, b) { function
84 test(F3, a, b);
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-direct-large.cc32 #define F3(Q, x) \ macro
36 F3(Q, x##0) F3(Q, x##1) F3(Q, x##2) F3(Q, x##3) F3(Q, x##4) F3(Q, x##5) \
37 F3(Q, x##6) F3(Q, x##7) F3(
[all...]
/external/ceres-solver/examples/
H A Dpowell.cc78 struct F3 { struct
120 problem.AddResidualBlock(new AutoDiffCostFunction<F3, 1, 1, 1>(new F3),
/external/fio/crc/
H A Dmd5.h13 #define F3(x, y, z) (x ^ y ^ z) macro
/external/clang/test/CodeGen/
H A Dvolatile.c20 struct { struct { int y; } x; } F3; variable in typeref:struct:__anon1894
80 i=F3.x.y;
81 // CHECK: load i32, i32* getelementptr {{.*}} @F3
/external/google-breakpad/src/common/
H A Dmd5.cc155 #define F3(x, y, z) (x ^ y ^ z) macro
210 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
211 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
212 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
213 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
214 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
215 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
216 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
217 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
218 MD5STEP(F3,
[all...]
/external/libvpx/libvpx/
H A Dmd5_utils.c146 #define F3(x, y, z) (x ^ y ^ z) macro
201 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
202 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
203 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
204 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
205 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
206 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
207 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
208 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
209 MD5STEP(F3,
[all...]
/external/clang/test/Sema/
H A Dattr-aligned.c55 array_with_align_attr F3; variable
56 char f3[__alignof__(F3) == 16 ? 1 : -1] = { 0 };
/external/clang/test/SemaCXX/
H A Dwarn-enum-compare.cpp9 enum Foo {F1, F2, F3}; enumerator in enum:name1::Foo
/external/openssh/openbsd-compat/
H A Dmd5.c144 #define F3(x, y, z) (x ^ y ^ z) macro
212 MD5STEP(F3, a, b, c, d, in[ 5] + 0xfffa3942, 4);
213 MD5STEP(F3, d, a, b, c, in[ 8] + 0x8771f681, 11);
214 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
215 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
216 MD5STEP(F3, a, b, c, d, in[ 1] + 0xa4beea44, 4);
217 MD5STEP(F3, d, a, b, c, in[ 4] + 0x4bdecfa9, 11);
218 MD5STEP(F3, c, d, a, b, in[ 7] + 0xf6bb4b60, 16);
219 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
220 MD5STEP(F3,
[all...]
H A Drmd160.c79 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
240 R(c, d, e, a, b, F3, K3, 11, 1);
241 R(b, c, d, e, a, F3, K3, 12, 9);
242 R(a, b, c, d, e, F3, K3, 14, 11);
243 R(e, a, b, c, d, F3, K3, 15, 10);
244 R(d, e, a, b, c, F3, K3, 14, 0);
245 R(c, d, e, a, b, F3, K3, 15, 8);
246 R(b, c, d, e, a, F3, K3, 9, 12);
247 R(a, b, c, d, e, F3, K3, 8, 4);
248 R(e, a, b, c, d, F3, K
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsmd5.c59 #define F3(x, y, z) (x ^ y ^ z) macro
111 STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
112 STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
113 STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
114 STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
115 STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
116 STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
117 STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
118 STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
119 STEP(F3,
[all...]
/external/skia/src/utils/
H A DSkSHA1.cpp102 struct F3 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) { struct
195 operation(F3(), A, B, C, D, E, W[40], K[2]);
196 operation(F3(), E, A, B, C, D, W[41], K[2]);
197 operation(F3(), D, E, A, B, C, W[42], K[2]);
198 operation(F3(), C, D, E, A, B, W[43], K[2]);
199 operation(F3(), B, C, D, E, A, W[44], K[2]);
200 operation(F3(), A, B, C, D, E, W[45], K[2]);
201 operation(F3(), E, A, B, C, D, W[46], K[2]);
202 operation(F3(), D, E, A, B, C, W[47], K[2]);
203 operation(F3(),
[all...]
/external/v8/test/cctest/
H A Dtest-assembler-x87.cc155 typedef int (*F3)(float x); typedef
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd4-internal.c183 #define F3(x, y, z) (x ^ y ^ z) macro
250 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3);
251 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9);
252 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11);
253 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15);
254 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3);
255 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9);
256 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11);
257 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15);
258 MD4STEP(F3,
[all...]
H A Dmd5-internal.c193 #define F3(x, y, z) (x ^ y ^ z) macro
248 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
249 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
250 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
251 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
252 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
253 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
254 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
255 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
256 MD5STEP(F3,
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dmd4-internal.c183 #define F3(x, y, z) (x ^ y ^ z) macro
250 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3);
251 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9);
252 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11);
253 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15);
254 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3);
255 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9);
256 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11);
257 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15);
258 MD4STEP(F3,
[all...]
H A Dmd5-internal.c193 #define F3(x, y, z) (x ^ y ^ z) macro
248 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
249 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
250 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
251 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
252 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
253 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
254 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
255 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
256 MD5STEP(F3,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd4-internal.c183 #define F3(x, y, z) (x ^ y ^ z) macro
250 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3);
251 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9);
252 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11);
253 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15);
254 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3);
255 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9);
256 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11);
257 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15);
258 MD4STEP(F3,
[all...]
H A Dmd5-internal.c193 #define F3(x, y, z) (x ^ y ^ z) macro
248 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
249 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
250 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
251 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
252 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
253 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
254 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
255 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
256 MD5STEP(F3,
[all...]
/external/clang/test/Layout/
H A Dms-x86-basic-layout.cpp621 struct F3 : A4, virtual A16f { struct in inherits:A4,A16f
623 F3() : a(0xf00000f3) {} function in struct:F3
624 virtual void g() {printf("F3");}
628 // CHECK-NEXT: 0 | struct F3
629 // CHECK-NEXT: 0 | (F3 vftable pointer)
632 // CHECK-NEXT: 20 | (F3 vbtable pointer)
640 // CHECK-X64-NEXT: 0 | struct F3
641 // CHECK-X64-NEXT: 0 | (F3 vftable pointer)
644 // CHECK-X64-NEXT: 24 | (F3 vbtable pointer)
866 sizeof(F3)
[all...]
/external/clang/test/Parser/
H A Dcxx-class.cpp64 typedef int F3() { return 0; } // expected-error{{function definition declared 'typedef'}} function in class:F
/external/flac/libFLAC/
H A Dmd5.c42 #define F3(x, y, z) (x ^ y ^ z) macro
97 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
98 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
99 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
100 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
101 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
102 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
103 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
104 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
105 MD5STEP(F3,
[all...]
/external/llvm/unittests/Support/
H A DCasting.cpp113 const foo *F3 = cast<foo>(B2); local
114 EXPECT_NE(F3, null_foo);
146 const foo *F3 = dyn_cast<foo>(B4); local
147 EXPECT_NE(F3, null_foo);
160 const foo *F3 = dyn_cast_or_null<foo>(B4); local
161 EXPECT_NE(F3, null_foo);

Completed in 694 milliseconds

12