Searched refs:F2 (Results 1 - 25 of 74) sorted by relevance

123

/external/clang/test/Lexer/
H A D11-27-2007-FloatLiterals.c11 float F2 = 01e-19f; variable
/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) {
/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.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 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 Dregress-94506.js49 function F2() function
84 actual = F2();
/external/clang/test/FixIt/
H A Dfixit-vexing-parse.cpp30 S F2();
39 S s2, // expected-note {{change this ',' to a ';' to call 'F2'}}
40 F2(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
/external/llvm/unittests/ExecutionEngine/JIT/
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/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/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/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/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/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...]
H A Dmd5.c297 #define F2(x, y, z) F1(z, x, y) macro
336 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
337 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
338 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
339 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
340 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
341 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
342 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
343 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
344 MD5STEP(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...]
/external/wpa_supplicant_8/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...]
/external/wpa_supplicant_8/wpa_supplicant/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...]
/external/v8/test/mjsunit/compiler/
H A Dinline-arguments.js62 function F2() { F1.apply(this, arguments); } function
65 F2(y);
/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/clang/test/Parser/
H A Dcxx-class.cpp63 void F2 {} // expected-error{{function definition does not declare parameters}}
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c37 F2, enumerator in enum:F

Completed in 2779 milliseconds

123