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

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/test/dwarf/dwarf.dir/
z4.go 4 func F4() {}
  /prebuilts/go/linux-x86/test/dwarf/dwarf.dir/
z4.go 4 func F4() {}
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-direct-large.cc 35 #define F4(Q, x) \
42 F4(DECL, f)
46 F4(CALL, f)
54 F4(CALL, f)
  /libcore/ojluni/src/main/java/java/security/spec/
RSAKeyGenParameterSpec.java 53 * The public exponent-value F4 = 65537.
55 public static final BigInteger F4 = BigInteger.valueOf(65537);
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15838.dir/
a.go 26 func F4() {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6036.go 42 func F4(t *T4) {
  /prebuilts/go/linux-x86/test/fixedbugs/issue15838.dir/
a.go 26 func F4() {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6036.go 42 func F4(t *T4) {
  /external/fio/crc/
md5.h 14 #define F4(x, y, z) (y ^ (x | ~z))
  /external/llvm/unittests/ADT/
BitmaskEnumTest.cpp 21 F4 = 8,
22 LLVM_MARK_AS_BITMASK_ENUM(F4)
72 f ^= (F2 | F4);
76 (f ^= F4) = F3;
  /prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/
one.go 29 func F4(S int) U { return U{{S,S}} }
  /prebuilts/go/darwin-x86/test/fixedbugs/bug465.dir/
a.go 34 func F4() int {
  /prebuilts/go/linux-x86/test/fixedbugs/bug392.dir/
one.go 29 func F4(S int) U { return U{{S,S}} }
  /prebuilts/go/linux-x86/test/fixedbugs/bug465.dir/
a.go 34 func F4() int {
  /cts/tests/tests/media/libmediandkjni/
md5_utils.cpp 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...]
  /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/autotest/client/deps/glbench/src/
md5.cc 154 #define F4(x, y, z) (y ^ (x | ~z))
225 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
226 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
227 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
228 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
229 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
230 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
231 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
232 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
233 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6)
    [all...]
  /external/google-breakpad/src/common/
md5.cc 156 #define F4(x, y, z) (y ^ (x | ~z))
227 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
228 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
229 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
230 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
231 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
232 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
233 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
234 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
235 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6)
    [all...]
  /external/libmicrohttpd/src/microhttpd/
md5.c 52 #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/libvpx/libvpx/
md5_utils.c 142 #define F4(x, y, z) (y ^ (x | ~z))
224 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
225 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
226 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
227 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
228 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
229 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
230 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
231 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
232 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6)
    [all...]
  /external/webrtc/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/dhcpcd-6.8.2/crypt/
md5.c 68 #define F4(x, y, z) (y ^ (x | ~z))
152 MD5STEP(F4, a, b, c, d, in[ 0] + 0xf4292244, 6);
153 MD5STEP(F4, d, a, b, c, in[7 ] + 0x432aff97, 10);
154 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
155 MD5STEP(F4, b, c, d, a, in[5 ] + 0xfc93a039, 21);
156 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
157 MD5STEP(F4, d, a, b, c, in[3 ] + 0x8f0ccc92, 10);
158 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
159 MD5STEP(F4, b, c, d, a, in[1 ] + 0x85845dd1, 21);
160 MD5STEP(F4, a, b, c, d, in[8 ] + 0x6fa87e4f, 6)
    [all...]
  /external/valgrind/memcheck/tests/
sh-mem.c 17 typedef float F4;
213 DO(4, F4, U4, /*isF4*/1);
  /external/wpa_supplicant_8/src/crypto/
md5-internal.c 197 #define F4(x, y, z) (y ^ (x | ~z))
268 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
269 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
270 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
271 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
272 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
273 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
274 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
275 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
276 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-frv/
fdpic4.s 4 .global F4
5 .type F4,@function
6 F4:

Completed in 650 milliseconds

1 2 3 4 5 6 7