/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
StructPadTest.java | 32 Float4 F4 = new Float4(1.0f, 2.0f, 3.0f, 4.0f); 35 S.set_f4(0, F4, true); 40 I.f4 = S.get_f4(0);
|
/libcore/luni/src/main/java/java/security/spec/ |
RSAKeyGenParameterSpec.java | 33 * The value of the public exponent {@code F4} = 65537. 35 public static final BigInteger F4 = BigInteger.valueOf(65537L);
|
/external/bison/src/ |
uniqstr.h | 80 #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/ |
md5.cc | 51 #define F4(x, y, z) (y ^ (x | ~z)) 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, a, b, c, d, in[ 8]+0x6fa87e4f, 6) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
md5c.c | 162 #define F4(x, y, z) (y ^ (x | ~z)) 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, a, b, c, d, in[ 8]+0x6fa87e4f, 6) [all...] |
/external/chromium_org/base/ |
md5.cc | 55 #define F4(x, y, z) (y ^ (x | ~z)) 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, a, b, c, d, in[ 8]+0x6fa87e4f, 6) [all...] |
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/ |
md5.cc | 60 #define F4(x, y, z) (y ^ (x | ~z)) 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, a, b, c, d, in[ 8]+0x6fa87e4f, 6) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
md5.cc | 132 #define F4(x, y, z) (y ^ (x | ~z)) 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, a, b, c, d, in[ 8] + 0x6fa87e4f, 6) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
md5.c | 176 #define F4(x, y, z) (y ^ (x | ~z)) 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, a, b, c, d, in[ 8]+0x6fa87e4f, 6) [all...] |
/external/libvpx/libvpx/ |
md5_utils.c | 147 #define F4(x, y, z) (y ^ (x | ~z)) 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, a, b, c, d, in[8] + 0x6fa87e4f, 6) [all...] |
/external/wpa_supplicant_8/src/crypto/ |
md5-internal.c | 194 #define F4(x, y, z) (y ^ (x | ~z)) 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, a, b, c, d, in[8] + 0x6fa87e4f, 6) [all...] |
/dalvik/tests/091-deep-interface-hierarchy/src/ |
Main.java | 55 interface F4 extends E1, E2, E3, E4, E5 {} 58 interface G1 extends F1, F2, F3, F4, F5 {} 59 interface G2 extends F1, F2, F3, F4, F5 {} 60 interface G3 extends F1, F2, F3, F4, F5 {} 61 interface G4 extends F1, F2, F3, F4, F5 {} 62 interface G5 extends F1, F2, F3, F4, F5 {}
|
/external/ceres-solver/examples/ |
powell.cc | 33 // F = 1/2 (f1^2 + f2^2 + f3^2 + f4^2) 38 // f4 = sqrt(10) * (x1 - x4)^2 88 struct F4 { 92 // f4 = sqrt(10) (x1 - x4)^2 123 problem.AddResidualBlock(new AutoDiffCostFunction<F4, 1, 1, 1>(new F4),
|
/external/valgrind/main/memcheck/tests/ |
sh-mem-random.stdout.exp | 8 counts 1/2/4/8/F4/F8: 300249 300934 299432 299394 0 299991
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_vector.java | 49 Float4 F4 = s.get_f4(); 50 if (F4.x != 1.0f || F4.y != 2.0f || F4.z != 3.0f || F4.w != 4.0f) { 53 F4.x = 2.99f; 54 F4.y = 3.99f; 55 F4.z = 4.99f; 56 F4.w = 5.99f; 57 s.set_f4(F4); [all...] |
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_vector.java | 49 Float4 F4 = s.get_f4(); 50 if (F4.x != 1.0f || F4.y != 2.0f || F4.z != 3.0f || F4.w != 4.0f) { 53 F4.x = 2.99f; 54 F4.y = 3.99f; 55 F4.z = 4.99f; 56 F4.w = 5.99f; 57 s.set_f4(F4); [all...] |
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
UT_vector.java | 49 Float4 F4 = s.get_f4(); 50 if (F4.x != 1.0f || F4.y != 2.0f || F4.z != 3.0f || F4.w != 4.0f) { 53 F4.x = 2.99f; 54 F4.y = 3.99f; 55 F4.z = 4.99f; 56 F4.w = 5.99f; 57 s.set_f4(F4); [all...] |
/external/v8/test/mjsunit/compiler/ |
inline-arguments.js | 73 function F4() { 78 F4(1); 79 F4(1); 80 F4(1); 81 %OptimizeFunctionOnNextCall(F4); 82 F4(1);
|
/external/flac/libFLAC/ |
md5.c | 46 #define F4(x, y, z) (y ^ (x | ~z)) 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, a, b, c, d, in[8] + 0x6fa87e4f, 6) [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
RSAKeyGenParameterSpecTest.java | 84 * Test for <code>F4</code> field<br> 88 assertEquals(65537, RSAKeyGenParameterSpec.F4.intValue());
|
/libcore/luni/src/test/java/tests/security/spec/ |
RSAKeyGenParameterSpecTest.java | 77 * Test for <code>F4</code> field<br> 81 assertEquals(65537, RSAKeyGenParameterSpec.F4.intValue());
|
/external/chromium_org/third_party/openssl/openssl/crypto/ripemd/ |
rmd_locl.h | 105 #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)) 142 a+=F4(b,c,d)+X(w)+K; \
|
/external/openssl/crypto/ripemd/ |
rmd_locl.h | 105 #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)) 142 a+=F4(b,c,d)+X(w)+K; \
|
/art/runtime/arch/mips/ |
registers_mips.h | 73 F4 = 4,
|
/bionic/libc/arch-mips/include/machine/ |
regnum.h | 85 #define F4 (FPBASE+4)
|