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

1 2 3

  /external/clang/test/Lexer/
11-27-2007-FloatLiterals.c 13 float F3 = 0xFp100000000000000000000F;
  /external/chromium/base/
md5.cc 50 #define F3(x, y, z) (x ^ y ^ z)
104 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
105 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
106 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
107 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
108 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
109 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
110 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
111 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
112 MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
md5c.c 161 #define F3(x, y, z) (x ^ y ^ z)
217 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
218 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
219 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
220 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
221 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
222 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
223 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
224 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
225 MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4)
    [all...]
  /external/libvpx/
md5_utils.c 155 #define F3(x, y, z) (x ^ y ^ z)
211 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
212 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
213 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
214 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
215 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
216 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
217 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
218 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
219 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
MD5.cpp 116 #define F3(x, y, z) (x ^ y ^ z)
164 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
165 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
166 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
167 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
168 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
169 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
170 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
171 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
172 MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4)
    [all...]
  /external/wpa_supplicant/
md4.c 191 #define F3(x, y, z) (x ^ y ^ z)
258 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3);
259 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9);
260 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11);
261 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15);
262 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3);
263 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9);
264 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11);
265 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15);
266 MD4STEP(F3, a, b, c, d, in[ 1] + 0x6ed9eba1, 3)
    [all...]
md5.c 298 #define F3(x, y, z) (x ^ y ^ z)
353 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
354 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
355 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
356 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
357 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
358 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
359 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
360 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
361 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md4.c 191 #define F3(x, y, z) (x ^ y ^ z)
258 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3);
259 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9);
260 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11);
261 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15);
262 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3);
263 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9);
264 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11);
265 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15);
266 MD4STEP(F3, a, b, c, d, in[ 1] + 0x6ed9eba1, 3)
    [all...]
md5.c 298 #define F3(x, y, z) (x ^ y ^ z)
353 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
354 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
355 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
356 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
357 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
358 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
359 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
360 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
361 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /external/wpa_supplicant_8/src/crypto/
md4-internal.c 189 #define F3(x, y, z) (x ^ y ^ z)
256 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3);
257 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9);
258 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11);
259 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15);
260 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3);
261 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9);
262 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11);
263 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15);
264 MD4STEP(F3, a, b, c, d, in[ 1] + 0x6ed9eba1, 3)
    [all...]
md5-internal.c 199 #define F3(x, y, z) (x ^ y ^ z)
254 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
255 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
256 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
257 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
258 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
259 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
260 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
261 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
262 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /external/llvm/unittests/Support/
Casting.cpp 88 const foo *F3 = cast<foo>(B2);
89 EXPECT_NE(F3, null_foo);
120 const foo *F3 = dyn_cast<foo>(B4);
121 EXPECT_NE(F3, null_foo);
133 const foo *F3 = dyn_cast_or_null<foo>(B4);
134 EXPECT_NE(F3, null_foo);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-94506.js 57 function F3()
90 actual = typeof F3();
  /external/flac/libFLAC/
md5.c 45 #define F3(x, y, z) (x ^ y ^ z)
100 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
101 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
102 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
103 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
104 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
105 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
106 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
107 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
108 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /external/clang/test/CodeGen/
volatile.c 25 struct { struct { int y; } x; } F3;
59 i=F3.x.y;
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_vector.java 40 Float3 F3 = s.get_f3();
41 if (F3.x != 1.0f || F3.y != 2.0f || F3.z != 3.0f) {
44 F3.x = 2.99f;
45 F3.y = 3.99f;
46 F3.z = 4.99f;
47 s.set_f3(F3);
  /external/v8/test/mjsunit/tools/
profile.js 71 'T: F1': 0x50110, 'T: F2': 0x50210, 'T: F3': 0x50410 };
83 this.profile.addCode('T', 'F3', 0x50400, 0x100);
117 this.enter('T: F3');
118 this.enter('T: F3');
119 this.enter('T: F3');
209 [['lib1-f1', 'lib1-f2', 'T: F1', 'T: F3'], 1, 5],
210 [['lib1-f1', 'lib1-f2', 'T: F1', 'T: F3', 'T: F3'], 1, 4],
211 [['lib1-f1', 'lib1-f2', 'T: F1', 'T: F3', 'T: F3', 'T: F3'], 1, 1]
    [all...]
  /external/openssl/crypto/ripemd/
rmd_locl.h 104 #define F3(x,y,z) (((x)|(~y))^(z))
113 #define F3(x,y,z) (((~(y)) | (x)) ^ (z))
137 a+=F3(b,c,d)+X(w)+K; \
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 54 OwningPtr<Function> F3(makeFakeFunction());
56 uint8_t *FunctionBody3 = MemMgr->startFunctionBody(F3.get(), size);
58 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + 1024);
100 OwningPtr<Function> F3(makeFakeFunction());
102 uint8_t *FunctionBody3 = MemMgr->startFunctionBody(F3.get(), size);
105 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + bigFuncSize);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 34 case R3 : case X3 : case F3 : case V3 : case CR3: case CR0UN: return 3;
  /external/v8/test/cctest/
test-assembler-mips.cc 44 typedef Object* (*F3)(void* p, int p1, int p2, int p3, int p4);
325 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
391 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
460 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
533 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
607 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry())
    [all...]
test-assembler-ia32.cc 167 typedef int (*F3)(float x);
195 F3 f = FUNCTION_CAST<F3>(code->entry());
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 35 case Mips::V1: case Mips::V1_64: case Mips::F3: case Mips::D3_64:
  /external/llvm/lib/Target/Sparc/
FPMover.cpp 67 SP::F1, SP::F3, SP::F5, SP::F7, SP::F9, SP::F11, SP::F13, SP::F15,
  /external/oprofile/module/ia64/
IA64entry.h 41 .spillsp f2, SW(F2)+16+(off); .spillsp f3, SW(F3)+16+(off); \

Completed in 3601 milliseconds

1 2 3