Searched defs:F4 (Results 1 - 21 of 21) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dinline-arguments.js73 function F4() { function
78 F4(1);
79 F4(1);
80 F4(1);
81 %OptimizeFunctionOnNextCall(F4);
82 F4(1);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-94506.js65 function F4() function
96 actual = typeof F4();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmd5c.c162 #define F4(x, y, z) (y ^ (x | ~z)) macro
234 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
235 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
236 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
237 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
238 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
239 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
240 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
241 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
242 MD5STEP(F4,
[all...]
/external/libvpx/
H A Dmd5_utils.c156 #define F4(x, y, z) (y ^ (x | ~z)) macro
228 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
229 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
230 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
231 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
232 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
233 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
234 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
235 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
236 MD5STEP(F4,
[all...]
/external/openssl/crypto/ripemd/
H A Drmd_locl.h105 #define F4(x,y,z) (((x)&(z))|((y)&(~(z))))
109 * Transformed F2 and F4 are courtesy of Wei Dai <weidai@eskimo.com>
114 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
142 a+=F4(b,c,d)+X(w)+K; \
/external/webkit/Source/JavaScriptCore/wtf/
H A DMD5.cpp117 #define F4(x, y, z) (y ^ (x | ~z)) macro
181 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
182 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
183 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
184 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
185 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
186 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
187 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
188 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
189 MD5STEP(F4,
[all...]
/external/chromium/base/
H A Dmd5.cc51 #define F4(x, y, z) (y ^ (x | ~z)) macro
121 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
122 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
123 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
124 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
125 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
126 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
127 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
128 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
129 MD5STEP(F4,
[all...]
/external/clang/test/Parser/
H A Dcxx-class.cpp65 typedef void F4() {} // expected-error{{function definition declared 'typedef'}} function in class:F
/external/flac/libFLAC/
H A Dmd5.c46 #define F4(x, y, z) (y ^ (x | ~z)) macro
117 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
118 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
119 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
120 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
121 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
122 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
123 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
124 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
125 MD5STEP(F4,
[all...]
/external/llvm/unittests/Support/
H A DCasting.cpp92 const foo *F4 = cast<foo>(B2); local
93 EXPECT_NE(F4, null_foo);
126 // foo *F4 = dyn_cast<foo>(fub());
127 // EXPECT_EQ(F4, null_foo);
139 foo *F4 = dyn_cast_or_null<foo>(fub()); local
140 EXPECT_EQ(F4, null_foo);
/external/v8/test/cctest/
H A Dtest-assembler-ia32.cc202 typedef int (*F4)(double x); typedef
229 F4 f = FUNCTION_CAST<F4>(code->entry());
H A Dtest-assembler-arm.cc43 typedef Object* (*F4)(void* p0, void* p1, int p2, int p3, int p4); typedef
680 F4 fn = FUNCTION_CAST<F4>(Code::cast(code)->entry());
795 F4 fn = FUNCTION_CAST<F4>(Code::cast(code)->entry());
906 F4 fn = FUNCTION_CAST<F4>(Code::cast(code)->entry());
/external/valgrind/main/memcheck/tests/
H A Dsh-mem.c17 typedef float F4; typedef
211 DO(4, F4, U4, /*isF4*/1);
H A Dsh-mem-random.c18 typedef float F4; typedef
163 case 4: { // F4
166 *(F4*)(arr+dst) = *(F4*)(arr+src);
209 printf("counts 1/2/4/8/F4/F8: %d %d %d %d %d %d\n",
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5-internal.c194 #define F4(x, y, z) (y ^ (x | ~z)) macro
265 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
266 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
267 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
268 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
269 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
270 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
271 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
272 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
273 MD5STEP(F4,
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dmd5-internal.c194 #define F4(x, y, z) (y ^ (x | ~z)) macro
265 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
266 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
267 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
268 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
269 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
270 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
271 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
272 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
273 MD5STEP(F4,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5-internal.c194 #define F4(x, y, z) (y ^ (x | ~z)) macro
265 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
266 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
267 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
268 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
269 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
270 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
271 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
272 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
273 MD5STEP(F4,
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd5.c299 #define F4(x, y, z) (y ^ (x | ~z)) macro
370 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
371 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
372 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
373 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
374 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
375 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
376 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
377 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
378 MD5STEP(F4,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2861 milliseconds