Home
last modified time | relevance | path

Searched refs:F3 (Results 1 - 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/tint/src/
H A Dtraits_test.cc25 void F3(int, S, float) {} in F3() function
30 F3(0, {}, 0); // Avoid unused method warning in TEST()
32 static_assert(std::is_same<ParameterType<decltype(&F3), 0>, int>::value, ""); in TEST()
33 static_assert(std::is_same<ParameterType<decltype(&F3), 1>, S>::value, ""); in TEST()
34 static_assert(std::is_same<ParameterType<decltype(&F3), 2>, float>::value, in TEST()
37 static_assert(std::is_same<ReturnType<decltype(&F3)>, void>::value, ""); in TEST()
39 static_assert(SignatureOfT<decltype(&F3)>::parameter_count == 3, ""); in TEST()
46 void F3(int, S, float) {} in TEST() function in tint::traits::C
49 C().F3(0, {}, 0); // Avoid unused method warning in TEST()
51 static_assert(std::is_same<ParameterType<decltype(&C::F3), in TEST()
66 void F3(int, S, float) const {} TEST() function in tint::traits::C
86 static void F3(int, S, float) {} TEST() function in tint::traits::C
[all...]
/third_party/gn/src/base/
H A Dmd5.cc56 #define F3(x, y, z) (x ^ y ^ z) macro
110 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
111 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
112 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
113 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
114 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
115 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
116 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
117 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
118 MD5STEP(F3, in MD5Transform()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMd5Sum.cpp74 #define F3(x, y, z) (x ^ y ^ z) macro
122 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
123 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
124 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
125 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
126 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
127 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
128 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
129 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
130 MD5STEP(F3, in MD5Transform()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5.c182 #define F3(x, y, z) (x ^ y ^ z) macro
237 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
238 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
239 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
240 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
241 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
242 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
243 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
244 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
245 MD5STEP(F3, in MD5Transform()
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dmd5.c51 #define F3(x, y, z) (x ^ y ^ z) macro
108 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
109 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
110 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
111 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
112 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
113 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
114 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
115 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
116 MD5STEP(F3, in MD5Transform()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dmd4-internal.c186 #define F3(x, y, z) (x ^ y ^ z) macro
253 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3); in MD4Transform()
254 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9); in MD4Transform()
255 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11); in MD4Transform()
256 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15); in MD4Transform()
257 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3); in MD4Transform()
258 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9); in MD4Transform()
259 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11); in MD4Transform()
260 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15); in MD4Transform()
261 MD4STEP(F3, in MD4Transform()
[all...]
H A Dmd5-internal.c196 #define F3(x, y, z) (x ^ y ^ z) macro
251 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
252 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
253 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
254 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
255 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
256 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
257 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
258 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
259 MD5STEP(F3, in MD5Transform()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dmd4-internal.c186 #define F3(x, y, z) (x ^ y ^ z) macro
253 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3); in MD4Transform()
254 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9); in MD4Transform()
255 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11); in MD4Transform()
256 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15); in MD4Transform()
257 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3); in MD4Transform()
258 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9); in MD4Transform()
259 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11); in MD4Transform()
260 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15); in MD4Transform()
261 MD4STEP(F3, in MD4Transform()
[all...]
H A Dmd5-internal.c196 #define F3(x, y, z) (x ^ y ^ z) macro
251 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
252 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
253 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
254 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
255 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
256 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
257 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
258 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
259 MD5STEP(F3, in MD5Transform()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DunionTypeCallSignatures6.js16 interface F3 {
30 f0: F0 | F3;
31 f1: F1 | F3;
33 f3: F3 | F4;
34 f4: F3 | F5;
43 f4: F3 | F5;
H A DdeclFileGenericType.js8 export function F3<T>(x: T): C.A<C.B>[] { return null; }
26 export var d = C.F3;
79 function F3(x) { return null; } function
80 C.F3 = F3;
97 exports.d = C.F3;
122 function F3<T>(x: T): C.A<C.B>[];
134 export declare var d: typeof C.F3;
H A DoptionalParamArgsTest.js47 function F3(F3A1=0,F3A2=F3A1) {return F3A1 + F3A2; } function
71 var f3v1=F3(1,2);
83 var f3v2=F3(1);
89 var f3v3=F3();
113 F3(1,2,3);
181 function F3(F3A1, F3A2) {
209 var f3v1 = F3(1, 2);
219 var f3v2 = F3(1);
224 var f3v3 = F3();
246 F3(
[all...]
H A DunionTypeCallSignatures4.js4 type F3 = (a: string, ...rest: string[]) => void;
13 var f34: F3 | F4;
18 var f1234: F1 | F2 | F3 | F4;
23 var f12345: F1 | F2 | F3 | F4 | F5;
H A DconstDeclarations-validContexts.js81 var F3 = function () { function
190 var F3 = function () {
H A DdestructuringInFunctionType.js13 type F3 = ([{ a: b }, { b: a }]) => void;
55 type F3 = ([{ a }, { b }]: [{
H A DletDeclarations-validContexts.js81 var F3 = function () { function
210 var F3 = function () {
H A DconstDeclarations-scopes.js97 var F3 = function () { function
229 var F3 = function () {
H A DletDeclarations-scopes.js105 var F3 = function () { function
245 var F3 = function () {
/third_party/node/deps/openssl/openssl/crypto/cast/asm/
H A Dcast-586.pl40 @F3=("sub","add","xor");
97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
103 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
106 &E_CAST(11,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
113 &E_CAST(14,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
117 &E_CAST(14,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
121 &E_CAST(11,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
124 &E_CAST( 8,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
127 &E_CAST( 5,$S,$L,$R,$K,@F3,
[all...]
/third_party/openssl/crypto/cast/asm/
H A Dcast-586.pl40 @F3=("sub","add","xor");
97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
103 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
106 &E_CAST(11,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
113 &E_CAST(14,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
117 &E_CAST(14,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
121 &E_CAST(11,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
124 &E_CAST( 8,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
127 &E_CAST( 5,$S,$L,$R,$K,@F3,
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dsse-instr.h32 V(sqrtss, F3, 0F, 51) \
33 V(addss, F3, 0F, 58) \
34 V(mulss, F3, 0F, 59) \
35 V(cvtss2sd, F3, 0F, 5A) \
36 V(subss, F3, 0F, 5C) \
37 V(minss, F3, 0F, 5D) \
38 V(divss, F3, 0F, 5E) \
39 V(maxss, F3, 0F, 5F)
115 V(psllq, 66, 0F, F3)
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_formats.c102 #define F3(c, p, n, r, g, b, a, t, s, u) \ macro
127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD),
129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD),
131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB),
133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB),
148 F3(A, B5G6R5_UNORM, B5G6R5_UNORM, B, G, R, xx, UNORM, B5G6R5, TD),
150 F3(A, B5G5R5X1_UNORM, BGR5_X1_UNORM, B, G, R, xx, UNORM, A1B5G5R5, TD),
152 F3(A, B4G4R4X4_UNORM, NONE, B, G, R, xx, UNORM, A4B4G4R4, T),
153 F3(A, R9G9B9E5_FLOAT, NONE, R, G, B, xx, FLOAT, E5B9G9R9_SHAREDEXP, T),
156 F3(
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeRISCV_common.c76 #define F3(f) ((sljit_ins)(f) << 12) macro
80 #define ADD (F7(0x0) | F3(0x0) | OPC(0x33))
81 #define ADDI (F3(0x0) | OPC(0x13))
82 #define AND (F7(0x0) | F3(0x7) | OPC(0x33))
83 #define ANDI (F3(0x7) | OPC(0x13))
85 #define BEQ (F3(0x0) | OPC(0x63))
86 #define BNE (F3(0x1) | OPC(0x63))
87 #define BLT (F3(0x4) | OPC(0x63))
88 #define BGE (F3(0x5) | OPC(0x63))
89 #define BLTU (F3(
[all...]
/third_party/node/deps/openssl/openssl/crypto/ripemd/
H A Drmd_local.h52 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro
75 a+=F3(b,c,d)+X(w)+K; \
/third_party/openssl/crypto/ripemd/
H A Drmd_local.h52 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro
75 a+=F3(b,c,d)+X(w)+K; \

Completed in 10 milliseconds

123