/third_party/skia/third_party/externals/tint/src/ |
H A D | traits_test.cc | 24 void F1(S) {} in F1() function 29 F1({}); // Avoid unused method warning in TEST() 31 static_assert(std::is_same<ParameterType<decltype(&F1), 0>, S>::value, ""); in TEST() 36 static_assert(std::is_same<ReturnType<decltype(&F1)>, void>::value, ""); in TEST() 38 static_assert(SignatureOfT<decltype(&F1)>::parameter_count == 1, ""); in TEST() 45 void F1(S) {} in TEST() function in tint::traits::C 48 C().F1({}); // Avoid unused method warning in TEST() 50 static_assert(std::is_same<ParameterType<decltype(&C::F1), 0>, S>::value, ""); in TEST() 56 static_assert(std::is_same<ReturnType<decltype(&C::F1)>, void>::value, ""); in TEST() 58 static_assert(SignatureOfT<decltype(&C::F1)> in TEST() 65 void F1(S) const {} TEST() function in tint::traits::C 85 static void F1(S) {} TEST() function in tint::traits::C [all...] |
/third_party/gn/src/base/ |
H A D | md5.cc | 51 /* The four core functions - F1 is optimized somewhat */ 53 /* #define F1(x, y, z) (x & y | ~x & z) */ 54 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 55 #define F2(x, y, z) F1(z, x, y) 76 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 77 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform() 78 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform() 79 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform() 80 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 81 MD5STEP(F1, in MD5Transform() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkMd5Sum.cpp | 70 /* The four core functions - F1 is optimized somewhat */ 71 /* #define F1(x, y, z) (x & y | ~x & z) */ 72 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 73 #define F2(x, y, z) F1(z, x, y) 90 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 91 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform() 92 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform() 93 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform() 94 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 95 MD5STEP(F1, in MD5Transform() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
H A D | md5.c | 177 /* The four core functions - F1 is optimized somewhat */ 179 /* #define F1(x, y, z) (x & y | ~x & z) */ 180 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 181 #define F2(x, y, z) F1(z, x, y) 203 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 204 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform() 205 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform() 206 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform() 207 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 208 MD5STEP(F1, in MD5Transform() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | 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))) macro 50 #define F2(x, y, z) F1(z, x, y) 74 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 75 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform() 76 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform() 77 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform() 78 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 79 MD5STEP(F1, in MD5Transform() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | 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))) macro 195 #define F2(x, y, z) F1(z, x, y) 217 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 218 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform() 219 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform() 220 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform() 221 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 222 MD5STEP(F1, in MD5Transform() [all...] |
H A D | md4-internal.c | 181 /* The three core functions - F1 is optimized somewhat */ 183 /* #define F1(x, y, z) (x & y | ~x & z) */ 184 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 219 MD4STEP(F1, a, b, c, d, in[ 0], 3); in MD4Transform() 220 MD4STEP(F1, d, a, b, c, in[ 1], 7); in MD4Transform() 221 MD4STEP(F1, c, d, a, b, in[ 2], 11); in MD4Transform() 222 MD4STEP(F1, b, c, d, a, in[ 3], 19); in MD4Transform() 223 MD4STEP(F1, a, b, c, d, in[ 4], 3); in MD4Transform() 224 MD4STEP(F1, d, a, b, c, in[ 5], 7); in MD4Transform() 225 MD4STEP(F1, in MD4Transform() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | 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))) macro 195 #define F2(x, y, z) F1(z, x, y) 217 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 218 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform() 219 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform() 220 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform() 221 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 222 MD5STEP(F1, in MD5Transform() [all...] |
H A D | md4-internal.c | 181 /* The three core functions - F1 is optimized somewhat */ 183 /* #define F1(x, y, z) (x & y | ~x & z) */ 184 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 219 MD4STEP(F1, a, b, c, d, in[ 0], 3); in MD4Transform() 220 MD4STEP(F1, d, a, b, c, in[ 1], 7); in MD4Transform() 221 MD4STEP(F1, c, d, a, b, in[ 2], 11); in MD4Transform() 222 MD4STEP(F1, b, c, d, a, in[ 3], 19); in MD4Transform() 223 MD4STEP(F1, a, b, c, d, in[ 4], 3); in MD4Transform() 224 MD4STEP(F1, d, a, b, c, in[ 5], 7); in MD4Transform() 225 MD4STEP(F1, in MD4Transform() [all...] |
/third_party/node/deps/openssl/openssl/crypto/cast/asm/ |
H A D | cast-586.pl | 38 @F1=("add","xor","sub"); 95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 98 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 101 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 104 &E_CAST( 9,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 111 &E_CAST(12,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 114 &E_CAST(15,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 116 &E_CAST(15,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 119 &E_CAST(12,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 123 &E_CAST( 9,$S,$L,$R,$K,@F1, [all...] |
/third_party/openssl/crypto/cast/asm/ |
H A D | cast-586.pl | 38 @F1=("add","xor","sub"); 95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 98 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 101 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 104 &E_CAST( 9,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 111 &E_CAST(12,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 114 &E_CAST(15,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 116 &E_CAST(15,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 119 &E_CAST(12,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 123 &E_CAST( 9,$S,$L,$R,$K,@F1, [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | unionTypeCallSignatures6.js | 9 type F1 = (this: A) => void; 11 declare var f1: F1 | F2; 13 declare var f2: F0 | F1; 31 f1: F1 | F3; 32 f2: F1 | F4; 48 declare var f3: F1 | F6;
|
H A D | callOverloads2.js | 12 function F1(s:string) {return s;} // error function 13 function F1(a:any) { return a;} // error 34 function F1(s) { return s; } // error
35 function F1(a) { return a; } // error
|
H A D | unionTypeCallSignatures4.js | 2 type F1 = (a: string, b?: string) => void; 8 var f12: F1 | F2; 18 var f1234: F1 | F2 | F3 | F4; 23 var f12345: F1 | F2 | F3 | F4 | F5;
|
H A D | callOverloads1.js | 11 function F1(s:string); 12 function F1(a:any) { return a;} function 28 function F1(a) { return a; }
|
H A D | strictModeReservedWordInClassDeclaration.js | 27 class F1 implements public.private.implements { } 80 var F1 = /** @class */ (function () {
81 function F1() {
83 return F1;
|
H A D | optionalParamArgsTest.js | 45 function F1() { return 0; } function 59 var f1v1=F1(); 101 F1(1); 179 function F1() { return 0; }
199 var f1v1 = F1();
234 F1(1);
|
H A D | excessPropertyCheckWithUnions.js | 142 function F1(_arg: { props: Properties }) { } function 143 F1({ 219 function F1(_arg) { }
220 F1({
|
H A D | destructuringObjectBindingPatternAndAssignment1ES6.js | 44 interface F1 { 48 function foo1(): F1 {
|
H A D | letDeclarations-scopes-duplicates.js | 45 function F1() { function 114 function F1() {
|
H A D | destructuringObjectBindingPatternAndAssignment1ES5.js | 44 interface F1 { 48 function foo1(): F1 {
|
H A D | intersectionsAndEmptyObjects.js | 34 const intersectDictionaries = <F1 extends Dictionary, F2 extends Dictionary>( 35 d1: F1, 37 ): F1 & F2 => Object.assign({}, d1, d2);
|
/third_party/mksh/ |
H A D | exprtok.h | 26 #define F1(enum) /* nothing */ macro 30 #define F1(enum) enum, macro 35 #define F1(enum) "" macro 38 #define F1(enum) 0 macro 41 #define F1(enum) P_PRIMARY macro 109 F1(VAR) /*XXX should be F2 */ 116 #undef F1 macro
|
/third_party/typescript/tests/baselines/reference/extractConstant/ |
H A D | extractConstant_StatementInsertionPosition5.js | 4 function F1() { 13 function F1() { 24 function F1() { 33 function F1() {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 191 MemoryBuffer &F1 = *F1OrErr.get(); in DiffFilesWithTolerance() local 202 const char *File1Start = F1.getBufferStart(); in DiffFilesWithTolerance() 204 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() 208 uint64_t A_size = F1.getBufferSize(); in DiffFilesWithTolerance()
|