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

1234

/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/bison/src/
H A Duniqstr.h80 #define UNIQSTR_GEN_FORMAT(F1, F2, F3, F4, F5, \
91 #define UNIQSTR_GEN_FORMAT_(F1, F2, F3, F4, F5, \
95 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 \
/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/chromium_org/base/
H A Dmd5.cc55 #define F4(x, y, z) (y ^ (x | ~z)) macro
125 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
126 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
127 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
128 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
129 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
130 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
131 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
132 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
133 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
H A Dmd5.cc60 #define F4(x, y, z) (y ^ (x | ~z)) macro
130 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
131 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
132 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
133 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
134 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
135 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
136 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
137 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
138 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmd5.cc132 #define F4(x, y, z) (y ^ (x | ~z)) macro
198 MD5STEP(F4, a, b, c, d, in[ 0] + 0xf4292244, 6);
199 MD5STEP(F4, d, a, b, c, in[ 7] + 0x432aff97, 10);
200 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
201 MD5STEP(F4, b, c, d, a, in[ 5] + 0xfc93a039, 21);
202 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
203 MD5STEP(F4, d, a, b, c, in[ 3] + 0x8f0ccc92, 10);
204 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
205 MD5STEP(F4, b, c, d, a, in[ 1] + 0x85845dd1, 21);
206 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmd5.c176 #define F4(x, y, z) (y ^ (x | ~z)) macro
253 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
254 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
255 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
256 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
257 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
258 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
259 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
260 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
261 MD5STEP(F4,
[all...]
/external/libvpx/libvpx/
H A Dmd5_utils.c147 #define F4(x, y, z) (y ^ (x | ~z)) macro
218 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
219 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
220 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
221 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
222 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
223 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
224 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
225 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
226 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/ceres-solver/examples/
H A Dpowell.cc88 struct F4 { struct
123 problem.AddResidualBlock(new AutoDiffCostFunction<F4, 1, 1, 1>(new F4),
/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);
/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/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/chromium_org/v8/test/mjsunit/harmony/
H A Ddebug-function-scopes.js62 function F4(p) {
65 return F4;
/external/chromium_org/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_org/third_party/openssl/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/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/unittests/Support/
H A DCasting.cpp111 const foo *F4 = cast<foo>(B2); local
112 EXPECT_NE(F4, null_foo);
145 // foo *F4 = dyn_cast<foo>(fub());
146 // EXPECT_EQ(F4, null_foo);
158 foo *F4 = dyn_cast_or_null<foo>(fub()); local
159 EXPECT_EQ(F4, null_foo);
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c140 #define F4(x, y, z) (y ^ (x | ~z)) macro
210 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
211 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
212 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
213 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
214 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
215 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
216 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
217 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
218 MD5STEP(F4,
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-function-scopes.js58 function F4(p) {
61 return F4;

Completed in 2479 milliseconds

1234