HomeSort by relevance Sort by last modified time
    Searched refs:F4 (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
StructPadTest.java 29 Float4 F4 = new Float4(1.0f, 2.0f, 3.0f, 4.0f);
32 S.set_f4(0, F4, true);
37 I.f4 = S.get_f4(0);
  /external/fio/crc/
md5.c 68 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
69 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
70 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
71 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
72 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
73 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
74 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
75 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
76 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6);
77 MD5STEP(F4, d, a, b, c, in[15] + 0xfe2ce6e0, 10)
    [all...]
md5.h 14 #define F4(x, y, z) (y ^ (x | ~z))
  /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_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/src/cpp/src/util/
md5.cc 62 #define F4(x, y, z) (y ^ (x | ~z))
132 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
133 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
134 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
135 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
136 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
137 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
138 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
139 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
140 MD5STEP(F4, a, b, c, d, in[ 8]+0x6fa87e4f, 6)
    [all...]
  /external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/webrtc/base/
md5.cc 134 #define F4(x, y, z) (y ^ (x | ~z))
200 MD5STEP(F4, a, b, c, d, in[ 0] + 0xf4292244, 6);
201 MD5STEP(F4, d, a, b, c, in[ 7] + 0x432aff97, 10);
202 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
203 MD5STEP(F4, b, c, d, a, in[ 5] + 0xfc93a039, 21);
204 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
205 MD5STEP(F4, d, a, b, c, in[ 3] + 0x8f0ccc92, 10);
206 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
207 MD5STEP(F4, b, c, d, a, in[ 1] + 0x85845dd1, 21);
208 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/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/compiler-rt/test/asan/TestCases/Linux/
coverage-direct-large.cc 33 #define F4(Q, x) \
40 F4(DECL, f)
43 F4(CALL, f)
  /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...]
  /frameworks/rs/java/tests/RsTest_16/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/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/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsmd5.c 60 #define F4(x, y, z) (y ^ (x | ~z))
128 STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
129 STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
130 STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
131 STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
132 STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
133 STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
134 STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
135 STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
136 STEP(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/clang/test/Layout/
ms-x86-basic-layout.cpp 652 struct F4 : A4, B {
654 F4() : a(0xf00000f4) {}
655 virtual void g() {printf("F4");}
659 // CHECK-NEXT: 0 | struct F4
660 // CHECK-NEXT: 0 | (F4 vftable pointer)
678 // CHECK-X64-NEXT: 0 | struct F4
679 // CHECK-X64-NEXT: 0 | (F4 vftable pointer)
837 sizeof(F4)+

Completed in 942 milliseconds

1 2 3 4 5 6 7