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

1 2 3 4

  /external/clang/test/Sema/
warn-bad-function-cast.c 31 (enum f { F1 })ef();
  /external/clang/test/CodeGen/
2002-05-23-TypeNameCollision.c 10 foo F1;
2002-07-14-MiscTests3.c 51 int F1(struct Quad *Q, int i) { /* Pass Q by address */
  /external/ceres-solver/examples/
powell.cc 33 // F = 1/2 (f1^2 + f2^2 + f3^2 + f4^2)
35 // f1 = x1 + 10*x2;
58 struct F1 {
62 // f1 = x1 + 10 * x2;
114 problem.AddResidualBlock(new AutoDiffCostFunction<F1, 1, 1, 1>(new F1),
  /external/skia/gm/
selftest.cpp 54 static skiagm::GM* F1(void*) {
61 static skiagm::GMRegistry gR1(F1);
  /external/chromium/third_party/libjingle/source/talk/base/
md5c.c 156 /* The four core functions - F1 is optimized somewhat */
158 /* #define F1(x, y, z) (x & y | ~x & z) */
159 #define F1(x, y, z) (z ^ (x & (y ^ z)))
160 #define F2(x, y, z) F1(z, x, y)
183 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7);
184 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
185 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
186 MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
187 MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7);
188 MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
md5.cc 127 // The four core functions - F1 is optimized somewhat.
128 // #define F1(x, y, z) (x & y | ~x & z)
129 #define F1(x, y, z) (z ^ (x & (y ^ z)))
130 #define F2(x, y, z) F1(z, x, y)
147 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7);
148 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12);
149 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17);
150 MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22);
151 MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7);
152 MD5STEP(F1, d, a, b, c, in[ 5] + 0x4787c62a, 12)
    [all...]
  /external/libvpx/libvpx/
md5_utils.c 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/v8/test/mjsunit/compiler/
inline-arguments.js 61 function F1() { }
62 function F2() { F1.apply(this, arguments); }
70 return F1.apply(this, arguments);
  /external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
rmd_locl.h 102 #define F1(x,y,z) ((x)^(y)^(z))
111 #define F1(x,y,z) ((x) ^ (y) ^ (z))
127 a+=F1(b,c,d)+X(w); \
  /external/chromium_org/third_party/skia/src/utils/
SkSHA1.cpp 89 struct F1 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) {
151 operation(F1(), A, B, C, D, E, W[ 0], K[0]);
152 operation(F1(), E, A, B, C, D, W[ 1], K[0]);
153 operation(F1(), D, E, A, B, C, W[ 2], K[0]);
154 operation(F1(), C, D, E, A, B, W[ 3], K[0]);
155 operation(F1(), B, C, D, E, A, W[ 4], K[0]);
156 operation(F1(), A, B, C, D, E, W[ 5], K[0]);
157 operation(F1(), E, A, B, C, D, W[ 6], K[0]);
158 operation(F1(), D, E, A, B, C, W[ 7], K[0]);
159 operation(F1(), C, D, E, A, B, W[ 8], K[0])
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
md5.c 170 /* The four core functions - F1 is optimized somewhat */
172 /* #define F1(x, y, z) (x & y | ~x & z) */
173 #define F1(x, y, z) (z ^ (x & (y ^ z)))
174 #define F2(x, y, z) F1(z, x, y)
202 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7);
203 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
204 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
205 MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
206 MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7);
207 MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12)
    [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/dropbear/libtomcrypt/src/hashes/
sha1.c 40 #define F1(x,y,z) (x ^ y ^ z)
75 #define FF1(a,b,c,d,e,i) e = (ROLc(a, 5) + F1(b,c,d) + e + W[i] + 0x6ed9eba1UL); b = ROLc(b, 30);
  /external/llvm/lib/Support/
FileUtilities.cpp 180 OwningPtr<MemoryBuffer> F1;
181 if (error_code ec = MemoryBuffer::getFile(NameA, F1)) {
194 const char *File1Start = F1->getBufferStart();
196 const char *File1End = F1->getBufferEnd();
200 uint64_t A_size = F1->getBufferSize();
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 150 Function *F1 = EE1->FindFunctionNamed("foo1");
151 void *foo1 = EE1->getPointerToFunction(F1);
  /external/openssl/crypto/ripemd/
rmd_locl.h 102 #define F1(x,y,z) ((x)^(y)^(z))
111 #define F1(x,y,z) ((x) ^ (y) ^ (z))
127 a+=F1(b,c,d)+X(w); \
  /external/pixman/test/
rotate-test.c 31 #define F1 pixman_fixed_1
39 TRANSFORM (0, -F1, F1, 0), /* correct 90 degree rotation */
40 TRANSFORM (0, F1, -F1, 0), /* correct 270 degree rotation */
41 TRANSFORM (F1, 0, 0, F1), /* correct identity */
42 TRANSFORM (-F1, 0, 0, -F1), /* correct 180 degree rotation */
  /external/skia/src/utils/
SkSHA1.cpp 89 struct F1 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) {
151 operation(F1(), A, B, C, D, E, W[ 0], K[0]);
152 operation(F1(), E, A, B, C, D, W[ 1], K[0]);
153 operation(F1(), D, E, A, B, C, W[ 2], K[0]);
154 operation(F1(), C, D, E, A, B, W[ 3], K[0]);
155 operation(F1(), B, C, D, E, A, W[ 4], K[0]);
156 operation(F1(), A, B, C, D, E, W[ 5], K[0]);
157 operation(F1(), E, A, B, C, D, W[ 6], K[0]);
158 operation(F1(), D, E, A, B, C, W[ 7], K[0]);
159 operation(F1(), C, D, E, A, B, W[ 8], K[0])
    [all...]
  /external/wpa_supplicant_8/src/crypto/
md5-internal.c 188 /* The four core functions - F1 is optimized somewhat */
190 /* #define F1(x, y, z) (x & y | ~x & z) */
191 #define F1(x, y, z) (z ^ (x & (y ^ z)))
192 #define F2(x, y, z) F1(z, x, y)
214 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
215 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
216 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
217 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
218 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
219 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/chromium/base/
md5.cc 45 /* The four core functions - F1 is optimized somewhat */
47 /* #define F1(x, y, z) (x & y | ~x & z) */
48 #define F1(x, y, z) (z ^ (x & (y ^ z)))
49 #define F2(x, y, z) F1(z, x, y)
70 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7);
71 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
72 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
73 MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
74 MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7);
75 MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12)
    [all...]
  /external/chromium_org/base/
md5.cc 49 /* The four core functions - F1 is optimized somewhat */
51 /* #define F1(x, y, z) (x & y | ~x & z) */
52 #define F1(x, y, z) (z ^ (x & (y ^ z)))
53 #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/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
md5.cc 54 /* The four core functions - F1 is optimized somewhat */
56 /* #define F1(x, y, z) (x & y | ~x & z) */
57 #define F1(x, y, z) (z ^ (x & (y ^ z)))
58 #define F2(x, y, z) F1(z, x, y)
79 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7);
80 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
81 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
82 MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
83 MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7);
84 MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12)
    [all...]
  /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 40 /* The four core functions - F1 is optimized somewhat */
42 /* #define F1(x, y, z) (x & y | ~x & z) */
43 #define F1(x, y, z) (z ^ (x & (y ^ z)))
44 #define F2(x, y, z) F1(z, x, y)
66 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
67 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
68 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
69 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
70 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
71 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]

Completed in 119 milliseconds

1 2 3 4