HomeSort by relevance Sort by last modified time
    Searched defs:F1 (Results 51 - 75 of 158) sorted by null

1 23 4 5 6 7

  /prebuilts/go/linux-x86/src/go/doc/testdata/
d2.go 41 // F1 should be second.
42 func F1() {}
  /prebuilts/go/linux-x86/test/
cmplx.go 31 func F1() int {
52 _ = complex(F1()) // ERROR "expects two arguments.*returns 1"
  /prebuilts/go/linux-x86/test/fixedbugs/bug392.dir/
one.go 12 func F1(T *T) bool { return T == nil }
  /prebuilts/go/linux-x86/test/fixedbugs/bug465.dir/
a.go 13 func F1() int {
  /cts/tests/tests/media/libmediandkjni/
md5_utils.cpp 141 /* The four core functions - F1 is optimized somewhat */
143 /* #define F1(x, y, z) (x & y | ~x & z) */
144 #define F1(x, y, z) (z ^ (x & (y ^ z)))
145 #define F2(x, y, z) F1(z, x, y)
167 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
168 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
169 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
170 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
171 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
172 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/autotest/client/deps/glbench/src/
md5.cc 148 /* The four core functions - F1 is optimized somewhat */
150 /* #define F1(x, y, z) (x & y | ~x & z) */
151 #define F1(x, y, z) (z ^ (x & (y ^ z)))
152 #define F2(x, y, z) F1(z, x, y)
174 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
175 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
176 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
177 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
178 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
179 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/google-breakpad/src/common/
md5.cc 150 /* The four core functions - F1 is optimized somewhat */
152 /* #define F1(x, y, z) (x & y | ~x & z) */
153 #define F1(x, y, z) (z ^ (x & (y ^ z)))
154 #define F2(x, y, z) F1(z, x, y)
176 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
177 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
178 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
179 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
180 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
181 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/libmicrohttpd/src/microhttpd/
md5.c 46 /* The four core functions - F1 is optimized somewhat */
48 /* #define F1(x, y, z) (x & y | ~x & z) */
49 #define F1(x, y, z) (z ^ (x & (y ^ z)))
50 #define F2(x, y, z) F1(z, x, y)
74 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
75 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
76 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
77 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
78 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
79 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/libvpx/libvpx/
md5_utils.c 136 /* The four core functions - F1 is optimized somewhat */
138 /* #define F1(x, y, z) (x & y | ~x & z) */
139 #define F1(x, y, z) (z ^ (x & (y ^ z)))
140 #define F2(x, y, z) F1(z, x, y)
173 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
174 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
175 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
176 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
177 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
178 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 150 Function *F1 = EE1->FindFunctionNamed("foo1");
151 void *foo1 = EE1->getPointerToFunction(F1);
  /external/webrtc/webrtc/base/
md5.cc 129 // The four core functions - F1 is optimized somewhat.
130 // #define F1(x, y, z) (x & y | ~x & z)
131 #define F1(x, y, z) (z ^ (x & (y ^ z)))
132 #define F2(x, y, z) F1(z, x, y)
149 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7);
150 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12);
151 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17);
152 MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22);
153 MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7);
154 MD5STEP(F1, d, a, b, c, in[ 5] + 0x4787c62a, 12)
    [all...]
  /art/test/805-TooDeepClassInstanceOf/src/
Main.java 26 class F1 extends E1 {}
28 class G1 extends F1 {}
41 A f1 = new F1(); local
48 expectFalse(b1 instanceof F1);
49 expectTrue(f1 instanceof B1);
53 expectFalse(b2 instanceof F1);
54 expectFalse(f1 instanceof B2);
58 expectFalse(f2 instanceof F1);
59 expectFalse(f1 instanceof F2)
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 25 friend struct F1;
26 friend void f1(int);
27 struct F1 member_func();
29 struct F1 { };
30 F1 f1() { return S1::IS1().member_func(); } function in namespace:N
32 N::F1 f1_var = N::f1();
  /external/dhcpcd-6.8.2/crypt/
md5.c 62 /* The four core functions - F1 is optimized somewhat */
64 /* #define F1(x, y, z) (x & y | ~x & z) */
65 #define F1(x, y, z) (z ^ (x & (y ^ z)))
66 #define F2(x, y, z) F1(z, x, y)
101 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7);
102 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12);
103 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17);
104 MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22);
105 MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7);
106 MD5STEP(F1, d, a, b, c, in[ 5] + 0x4787c62a, 12)
    [all...]
  /external/llvm/lib/Support/
FileUtilities.cpp 185 MemoryBuffer &F1 = *F1OrErr.get();
196 const char *File1Start = F1.getBufferStart();
198 const char *File1End = F1.getBufferEnd();
202 uint64_t A_size = F1.getBufferSize();
  /external/llvm/unittests/IR/
VerifierTest.cpp 71 Function *F1 = cast<Function>(M1.getOrInsertFunction("foo1", FTy));
75 BasicBlock *Entry1 = BasicBlock::Create(C, "entry", F1);
120 F1->eraseFromParent();
  /external/swiftshader/third_party/LLVM/lib/Support/
FileUtilities.cpp 204 OwningPtr<MemoryBuffer> F1;
205 if (error_code ec = MemoryBuffer::getFile(FileA.c_str(), F1)) {
218 const char *File1Start = F1->getBufferStart();
220 const char *File1End = F1->getBufferEnd();
  /external/wpa_supplicant_8/src/crypto/
md5-internal.c 191 /* The four core functions - F1 is optimized somewhat */
193 /* #define F1(x, y, z) (x & y | ~x & z) */
194 #define F1(x, y, z) (z ^ (x & (y ^ z)))
195 #define F2(x, y, z) F1(z, x, y)
217 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
218 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
219 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
220 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
221 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
222 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 51 int F1(struct Quad *Q, int i) { /* Pass Q by address */
  /external/clang/test/Sema/
ms_bitfield_layout.c 248 typedef struct F1 {
260 } F1;
263 // CHECK-NEXT: 0 | struct F1
337 sizeof(F1) +
  /external/clang/test/SemaCXX/
warn-enum-compare.cpp 9 enum Foo {F1, F2, F3};
35 while (a == name1::F1);
50 while ((a) == name1::F1);
60 while ((a) == (name1::F1));
  /external/flac/libFLAC/
md5.c 37 /* The four core functions - F1 is optimized somewhat */
39 /* #define F1(x, y, z) (x & y | ~x & z) */
40 #define F1(x, y, z) (z ^ (x & (y ^ z)))
41 #define F2(x, y, z) F1(z, x, y)
63 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
64 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
65 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
66 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
67 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
68 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/libchrome/base/
md5.cc 50 /* The four core functions - F1 is optimized somewhat */
52 /* #define F1(x, y, z) (x & y | ~x & z) */
53 #define F1(x, y, z) (z ^ (x & (y ^ z)))
54 #define F2(x, y, z) F1(z, x, y)
75 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
76 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
77 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
78 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
79 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
80 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_formats.c 112 #define F1(c, p, n, r, g, b, a, t, s, u) \
228 F1(A, RGTC1_UNORM, NONE, R, xx, xx, xx, UNORM, DXN1, T),
229 F1(A, RGTC1_SNORM, NONE, R, xx, xx, xx, SNORM, DXN1, T),
250 F1(D, ETC2_R11_UNORM, NONE, R, xx, xx, xx, UNORM, EAC, t),
251 F1(D, ETC2_R11_SNORM, NONE, R, xx, xx, xx, SNORM, EAC, t),
305 F1(A, R32_FLOAT, R32_FLOAT, R, xx, xx, xx, FLOAT, R32, IB),
306 F1(A, R32_UNORM, NONE, R, xx, xx, xx, UNORM, R32, T),
307 F1(A, R32_SNORM, NONE, R, xx, xx, xx, SNORM, R32, T),
328 F1(A, R16_FLOAT, R16_FLOAT, R, xx, xx, xx, FLOAT, R16, IB),
329 F1(A, R16_UNORM, R16_UNORM, R, xx, xx, xx, UNORM, R16, IC)
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsmd5.c 58 #define F1(x, y, z) (z ^ (x & (y ^ z)))
59 #define F2(x, y, z) F1(z, x, y)
78 STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
79 STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
80 STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
81 STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
82 STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
83 STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12);
84 STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17);
85 STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22)
    [all...]

Completed in 683 milliseconds

1 23 4 5 6 7