Searched defs:F2 (Results 1 - 25 of 46) sorted by relevance

12

/external/clang/test/Lexer/
H A D11-27-2007-FloatLiterals.c11 float F2 = 01e-19f; variable
/external/clang/test/CodeGen/
H A D2002-05-23-TypeNameCollision.c11 struct foo *F2; variable in typeref:struct:foo
H A Dvolatile.c21 struct { int x; } F2; variable in typeref:struct:__anon4278
56 i=F2.x;
80 F2.x=i;
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A D15.3.4.3-1.js66 function F2() function
162 actual = F2.apply(undefined);
163 expect = F2.apply();
172 actual = F2.apply(null);
173 expect = F2.apply();
H A D15.3.4.4-1.js66 function F2() function
137 actual = F2.call(undefined);
138 expect = F2.call();
147 actual = F2.call(null);
148 expect = F2.call();
H A Dregress-94506.js49 function F2() function
84 actual = F2();
/external/clang/test/SemaCXX/
H A Dderived-to-base-ambig.cpp18 class F2 : public E2, public A2 { }; class in inherits:E2,A2
20 void g(E2* e2, F2* f2) {
23 o2 = f2; // expected-error{{ambiguous conversion from derived class 'F2' to base class 'Object2':}} expected-error{{assigning to 'Object2 *' from incompatible type 'F2 *'}}
31 void overload_call(F2* f2) {
H A Dwarn-enum-compare.cpp9 enum Foo {F1, F2, F3}; enumerator in enum:name1::Foo
/external/v8/test/mjsunit/compiler/
H A Dinline-arguments.js62 function F2() { F1.apply(this, arguments); } function
65 F2(y);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmd5c.c160 #define F2(x, y, z) F1(z, x, y) macro
200 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
201 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
202 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
203 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
204 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
205 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
206 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
207 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
208 MD5STEP(F2,
[all...]
/external/dropbear/libtomcrypt/src/hashes/
H A Dsha1.c41 #define F2(x,y,z) ((x & y) | (z & (x | y))) macro
76 #define FF2(a,b,c,d,e,i) e = (ROLc(a, 5) + F2(b,c,d) + e + W[i] + 0x8f1bbcdcUL); b = ROLc(b, 30);
/external/libvpx/
H A Dmd5_utils.c154 #define F2(x, y, z) F1(z, x, y) macro
194 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
195 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
196 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
197 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
198 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
199 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
200 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
201 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
202 MD5STEP(F2,
[all...]
/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp153 Function *F2 = EE2->FindFunctionNamed("foo2"); local
154 void *foo2 = EE2->getPointerToFunction(F2);
H A DJITEventListenerTest.cpp93 Function *F2 = buildFunction(M); local
96 void *F2_addr = EE->getPointerToFunction(F2);
99 EE->freeMachineCodeForFunction(F2);
112 EXPECT_EQ(F2, Listener.EmittedEvents[1].F);
125 F2->eraseFromParent();
134 Function *F2 = buildFunction(M); local
141 void *F2_addr = EE->getPointerToFunction(F2);
148 EE->freeMachineCodeForFunction(F2);
179 EXPECT_EQ(F2, Listener2.EmittedEvents[1].F);
193 EXPECT_EQ(F2, Listener
[all...]
/external/openssl/crypto/ripemd/
H A Drmd_locl.h103 #define F2(x,y,z) (((x)&(y))|((~x)&z))
109 * Transformed F2 and F4 are courtesy of Wei Dai <weidai@eskimo.com>
112 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
132 a+=F2(b,c,d)+X(w)+K; \
/external/webkit/Source/JavaScriptCore/wtf/
H A DMD5.cpp115 #define F2(x, y, z) F1(z, x, y) macro
147 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
148 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
149 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
150 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
151 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
152 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
153 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
154 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
155 MD5STEP(F2,
[all...]
/external/chromium/base/
H A Dmd5.cc49 #define F2(x, y, z) F1(z, x, y) macro
87 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
88 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
89 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
90 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
91 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
92 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
93 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
94 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
95 MD5STEP(F2,
[all...]
/external/flac/libFLAC/
H A Dmd5.c44 #define F2(x, y, z) F1(z, x, y) macro
83 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
84 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
85 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
86 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
87 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
88 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
89 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
90 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
91 MD5STEP(F2,
[all...]
/external/llvm/lib/Support/
H A DFileUtilities.cpp209 OwningPtr<MemoryBuffer> F2; local
210 if (error_code ec = MemoryBuffer::getFile(FileB.c_str(), F2)) {
218 const char *File2Start = F2->getBufferStart();
220 const char *File2End = F2->getBufferEnd();
/external/llvm/unittests/Support/
H A DCasting.cpp121 const foo *F2 = dyn_cast<foo>(B2); local
122 EXPECT_NE(F2, null_foo);
135 const foo *F2 = dyn_cast_or_null<foo>(B2); local
136 EXPECT_NE(F2, null_foo);
/external/v8/test/cctest/
H A Dtest-assembler-ia32.cc44 typedef int (*F2)(int x, int y); typedef
80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
H A Dtest-assembler-x64.cc78 typedef int (*F2)(int64_t x, int64_t y); typedef
119 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
151 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
173 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
197 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
199 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l);
201 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l);
235 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
264 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd4.c190 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
241 MD4STEP(F2, a, b, c, d, in[ 0] + 0x5a827999, 3);
242 MD4STEP(F2, d, a, b, c, in[ 4] + 0x5a827999, 5);
243 MD4STEP(F2, c, d, a, b, in[ 8] + 0x5a827999, 9);
244 MD4STEP(F2, b, c, d, a, in[12] + 0x5a827999, 13);
245 MD4STEP(F2, a, b, c, d, in[ 1] + 0x5a827999, 3);
246 MD4STEP(F2, d, a, b, c, in[ 5] + 0x5a827999, 5);
247 MD4STEP(F2, c, d, a, b, in[ 9] + 0x5a827999, 9);
248 MD4STEP(F2, b, c, d, a, in[13] + 0x5a827999, 13);
249 MD4STEP(F2,
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd4-internal.c182 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
233 MD4STEP(F2, a, b, c, d, in[ 0] + 0x5a827999, 3);
234 MD4STEP(F2, d, a, b, c, in[ 4] + 0x5a827999, 5);
235 MD4STEP(F2, c, d, a, b, in[ 8] + 0x5a827999, 9);
236 MD4STEP(F2, b, c, d, a, in[12] + 0x5a827999, 13);
237 MD4STEP(F2, a, b, c, d, in[ 1] + 0x5a827999, 3);
238 MD4STEP(F2, d, a, b, c, in[ 5] + 0x5a827999, 5);
239 MD4STEP(F2, c, d, a, b, in[ 9] + 0x5a827999, 9);
240 MD4STEP(F2, b, c, d, a, in[13] + 0x5a827999, 13);
241 MD4STEP(F2,
[all...]
H A Dmd5-internal.c192 #define F2(x, y, z) F1(z, x, y) macro
231 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
232 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
233 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
234 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
235 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
236 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
237 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
238 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
239 MD5STEP(F2,
[all...]

Completed in 401 milliseconds

12