Searched defs:F3 (Results 1 - 25 of 28) 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 Dinline-arguments.js63 function F3(x, y) { function
74 F3(true, false);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-94506.js57 function F3() function
90 actual = typeof F3();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmd5c.c161 #define F3(x, y, z) (x ^ y ^ z) macro
217 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
218 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
219 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
220 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
221 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
222 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
223 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
224 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
225 MD5STEP(F3,
[all...]
/external/clang/test/CodeGen/
H A Dvolatile.c25 struct { struct { int y; } x; } F3; variable in typeref:struct:__anon3800
59 i=F3.x.y;
/external/clang/test/Parser/
H A Dcxx-class.cpp60 typedef int F3() { return 0; } // expected-error{{function definition declared 'typedef'}} function in class:F
/external/dropbear/libtomcrypt/src/hashes/
H A Dsha1.c42 #define F3(x,y,z) (x ^ y ^ z) macro
77 #define FF3(a,b,c,d,e,i) e = (ROLc(a, 5) + F3(b,c,d) + e + W[i] + 0xca62c1d6UL); b = ROLc(b, 30);
/external/libvpx/
H A Dmd5_utils.c155 #define F3(x, y, z) (x ^ y ^ z) macro
211 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
212 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
213 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
214 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
215 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
216 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
217 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
218 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
219 MD5STEP(F3,
[all...]
/external/openssl/crypto/ripemd/
H A Drmd_locl.h104 #define F3(x,y,z) (((x)|(~y))^(z))
113 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro
137 a+=F3(b,c,d)+X(w)+K; \
/external/webkit/Source/JavaScriptCore/wtf/
H A DMD5.cpp116 #define F3(x, y, z) (x ^ y ^ z) macro
164 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
165 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
166 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
167 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
168 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
169 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
170 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
171 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
172 MD5STEP(F3,
[all...]
/external/chromium/base/
H A Dmd5.cc50 #define F3(x, y, z) (x ^ y ^ z) macro
104 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
105 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
106 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
107 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
108 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
109 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
110 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
111 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
112 MD5STEP(F3,
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-enum-compare.cpp9 enum Foo {F1, F2, F3}; enumerator in enum:name1::Foo
/external/flac/libFLAC/
H A Dmd5.c45 #define F3(x, y, z) (x ^ y ^ z) macro
100 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
101 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
102 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
103 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
104 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
105 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
106 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
107 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
108 MD5STEP(F3,
[all...]
/external/llvm/unittests/Support/
H A DCasting.cpp90 const foo *F3 = cast<foo>(B2); local
91 EXPECT_NE(F3, null_foo);
122 const foo *F3 = dyn_cast<foo>(B4); local
123 EXPECT_NE(F3, null_foo);
135 const foo *F3 = dyn_cast_or_null<foo>(B4); local
136 EXPECT_NE(F3, null_foo);
/external/v8/test/cctest/
H A Dtest-assembler-ia32.cc167 typedef int (*F3)(float x); typedef
195 F3 f = FUNCTION_CAST<F3>(code->entry());
H A Dtest-assembler-arm.cc42 typedef Object* (*F3)(void* p0, int p1, int p2, int p3, int p4); typedef
208 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
323 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
1003 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
H A Dtest-assembler-mips.cc44 typedef Object* (*F3)(void* p, int p1, int p2, int p3, int p4); typedef
325 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
391 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
460 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
533 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
612 F3
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd4.c191 #define F3(x, y, z) (x ^ y ^ z) macro
258 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3);
259 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9);
260 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11);
261 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15);
262 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3);
263 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9);
264 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11);
265 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15);
266 MD4STEP(F3,
[all...]
H A Dmd5.c298 #define F3(x, y, z) (x ^ y ^ z) macro
353 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
354 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
355 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
356 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
357 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
358 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
359 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
360 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
361 MD5STEP(F3,
[all...]
/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...]

Completed in 507 milliseconds

12