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

1 2 3

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
15.3.4.3-1.js 61 function F1(a)
112 actual = F1.apply(0, undefined);
113 expect = F1.apply(0);
117 actual = F1.apply("", undefined);
118 expect = F1.apply("");
122 actual = F1.apply(null, undefined);
123 expect = F1.apply(null);
127 actual = F1.apply(undefined, undefined);
128 expect = F1.apply(undefined);
137 actual = F1.apply(0, null)
    [all...]
15.3.4.4-1.js 61 function F1(a)
112 actual = F1.call(0, undefined);
113 expect = F1.call(0);
117 actual = F1.call("", undefined);
118 expect = F1.call("");
122 actual = F1.call(null, undefined);
123 expect = F1.call(null);
127 actual = F1.call(undefined, undefined);
128 expect = F1.call(undefined);
regress-94506.js 42 function F1(arguments)
78 actual = F1(5);
101 // Let's try calling F1 without providing a parameter -
103 actual = F1();
108 // Let's try calling F1 with too many parameters -
110 actual = F1(3,33,333);
regress-97921.js 53 F1 = function() {innerValue = i;}; // capture value of i in inner function
54 F1();
  /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...]
raw_scoped_refptr_mismatch_checker.h 73 template <class A1, class B1, class C1, class D1, class E1, class F1,
75 struct FunctionUsesScopedRefptrCorrectly<void (*)(A1, B1, C1, D1, E1, F1),
82 ExpectsScopedRefptrButGetsRawPtr<F1, F2>::value) };
85 template <class A1, class B1, class C1, class D1, class E1, class F1, class G1,
87 struct FunctionUsesScopedRefptrCorrectly<void (*)(A1, B1, C1, D1, E1, F1, G1),
94 ExpectsScopedRefptrButGetsRawPtr<F1, F2>::value ||
144 template <class T, class A1, class B1, class C1, class D1, class E1, class F1,
146 struct MethodUsesScopedRefptrCorrectly<void (T::*)(A1, B1, C1, D1, E1, F1),
153 ExpectsScopedRefptrButGetsRawPtr<F1, F2>::value) };
157 class A1, class B1, class C1, class D1, class E1, class F1, class G1
    [all...]
  /external/libvpx/
md5_utils.c 152 /* The four core functions - F1 is optimized somewhat */
154 /* #define F1(x, y, z) (x & y | ~x & z) */
155 #define F1(x, y, z) (z ^ (x & (y ^ z)))
156 #define F2(x, y, z) F1(z, x, y)
179 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
180 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
181 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
182 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
183 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
184 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/wpa_supplicant/
md4.c 186 /* The three core functions - F1 is optimized somewhat */
188 /* #define F1(x, y, z) (x & y | ~x & z) */
189 #define F1(x, y, z) (z ^ (x & (y ^ z)))
224 MD4STEP(F1, a, b, c, d, in[ 0], 3);
225 MD4STEP(F1, d, a, b, c, in[ 1], 7);
226 MD4STEP(F1, c, d, a, b, in[ 2], 11);
227 MD4STEP(F1, b, c, d, a, in[ 3], 19);
228 MD4STEP(F1, a, b, c, d, in[ 4], 3);
229 MD4STEP(F1, d, a, b, c, in[ 5], 7);
230 MD4STEP(F1, c, d, a, b, in[ 6], 11)
    [all...]
md5.c 293 /* The four core functions - F1 is optimized somewhat */
295 /* #define F1(x, y, z) (x & y | ~x & z) */
296 #define F1(x, y, z) (z ^ (x & (y ^ z)))
297 #define F2(x, y, z) F1(z, x, y)
319 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
320 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
321 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
322 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
323 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
324 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md4.c 186 /* The three core functions - F1 is optimized somewhat */
188 /* #define F1(x, y, z) (x & y | ~x & z) */
189 #define F1(x, y, z) (z ^ (x & (y ^ z)))
224 MD4STEP(F1, a, b, c, d, in[ 0], 3);
225 MD4STEP(F1, d, a, b, c, in[ 1], 7);
226 MD4STEP(F1, c, d, a, b, in[ 2], 11);
227 MD4STEP(F1, b, c, d, a, in[ 3], 19);
228 MD4STEP(F1, a, b, c, d, in[ 4], 3);
229 MD4STEP(F1, d, a, b, c, in[ 5], 7);
230 MD4STEP(F1, c, d, a, b, in[ 6], 11)
    [all...]
md5.c 293 /* The four core functions - F1 is optimized somewhat */
295 /* #define F1(x, y, z) (x & y | ~x & z) */
296 #define F1(x, y, z) (z ^ (x & (y ^ z)))
297 #define F2(x, y, z) F1(z, x, y)
319 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
320 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
321 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
322 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
323 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
324 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12)
    [all...]
  /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/v8/test/mjsunit/tools/
profile.js 69 'lib1-f1': 0x11110, 'lib1-f2': 0x11210,
70 'lib2-f1': 0x21110, 'lib2-f2': 0x21210,
71 'T: F1': 0x50110, 'T: F2': 0x50210, 'T: F3': 0x50410 };
76 this.profile.addStaticCode('lib1-f1', 0x11100, 0x11900);
79 this.profile.addStaticCode('lib2-f1', 0x21100, 0x21900);
81 this.profile.addCode('T', 'F1', 0x50100, 0x100);
106 this.enter('lib1-f1');
108 this.enter('T: F1');
112 this.enter('lib2-f1');
113 this.enter('lib2-f1');
    [all...]
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 61 F1: 112,
  /external/v8/test/cctest/
test-assembler-arm.cc 40 typedef Object* (*F1)(int x, int p1, int p2, int p3, int p4);
117 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
163 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
test-assembler-ia32.cc 43 typedef int (*F1)(int x);
118 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
160 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
test-assembler-mips.cc 42 typedef Object* (*F1)(int x, int p1, int p2, int p3, int p4);
128 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
test-assembler-x64.cc 68 typedef int (*F1)(int64_t x);
  /external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm 385 // VK_F1 (70) F1 key
608 // "F1"
610 return @"F1";
    [all...]
  /external/qemu/
curses_keys.h 460 { "F1", 0x109 },
  /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);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
FloatTest.java 184 float f1 = values[i]; local
185 assertTrue("compare() should be equal: " + f1, Float.compare(f1, f1) == 0);
186 Float F1 = new Float(f1);
187 assertTrue("compareTo() should be equal: " + f1, F1.compareTo(F1) == 0);
190 assertTrue("compare() " + f1 + " should be less " + f2
1172 float f1 = values[i]; local
1209 Float f1 = new Float(8765.4321f); local
    [all...]
  /external/qemu/android/skin/
keyset.c 178 _KEYSYM1_(F1) \
  /external/chromium/third_party/icu/source/data/sprep/
rfc3491.txt 254 16F1..16FF; ; UNASSIGNED
503 00D1; 00F1; MAP
642 01F1; 01F3; MAP
735 03F1; 03C1; MAP
854 04F0; 04F1; MAP
    [all...]
rfc3530csci.txt 253 16F1..16FF; ; UNASSIGNED
502 00D1; 00F1; MAP
641 01F1; 01F3; MAP
734 03F1; 03C1; MAP
853 04F0; 04F1; MAP
    [all...]

Completed in 64 milliseconds

1 2 3