Searched refs:F4 (Results 1 - 25 of 48) sorted by relevance

12

/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/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/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/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/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/valgrind/main/memcheck/tests/
H A Dsh-mem-random.stdout.exp8 counts 1/2/4/8/F4/F8: 300249 300934 299432 299394 0 299991
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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-94506.js65 function F4() function
96 actual = typeof F4();
/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/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/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DRSAKeyGenParameterSpecTest.java84 * Test for <code>F4</code> field<br>
88 assertEquals(65537, RSAKeyGenParameterSpec.F4.intValue());
/external/clang/test/Parser/
H A Dcxx-class.cpp65 typedef void F4() {} // expected-error{{function definition declared 'typedef'}} function in class:F
/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/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/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCBaseInfo.h35 case R4 : case X4 : case F4 : case V4 : case CR4: case CR1LT: return 4;
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITMemoryManagerTest.cpp112 OwningPtr<Function> F4(makeFakeFunction());
114 uint8_t *FunctionBody4 = MemMgr->startFunctionBody(F4.get(), size);
117 MemMgr->endFunctionBody(F4.get(), FunctionBody4,
/external/llvm/lib/Target/Sparc/
H A DFPMover.cpp63 SP::F0, SP::F2, SP::F4, SP::F6, SP::F8, SP::F10, SP::F12, SP::F14,
/external/oprofile/module/ia64/
H A DIA64entry.h42 .spillsp f4, SW(F4)+16+(off); .spillsp f5, SW(F5)+16+(off); \
/external/qemu/
H A Dcurses_keys.h463 { "F4", 0x10c },
/external/webkit/Source/WebCore/inspector/front-end/
H A DKeyboardShortcut.js70 F4: { code: 115, name: "F4" },
/external/v8/test/cctest/
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());

Completed in 953 milliseconds

12