Home
last modified time | relevance | path

Searched refs:F4 (Results 1 - 25 of 29) sorted by relevance

12

/third_party/gn/src/base/
H A Dmd5.cc57 #define F4(x, y, z) (y ^ (x | ~z)) macro
127 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
128 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
129 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
130 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
131 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
132 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
133 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
134 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
135 MD5STEP(F4, in MD5Transform()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMd5Sum.cpp75 #define F4(x, y, z) (y ^ (x | ~z)) macro
138 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
139 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
140 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
141 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
142 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
143 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
144 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
145 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
146 MD5STEP(F4, in MD5Transform()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5.c183 #define F4(x, y, z) (y ^ (x | ~z)) macro
254 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
255 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
256 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
257 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
258 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
259 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
260 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
261 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
262 MD5STEP(F4, in MD5Transform()
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dmd5.c52 #define F4(x, y, z) (y ^ (x | ~z)) macro
125 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
126 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
127 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
128 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
129 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
130 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
131 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
132 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
133 MD5STEP(F4, in MD5Transform()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dmd5-internal.c197 #define F4(x, y, z) (y ^ (x | ~z)) macro
268 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
269 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
270 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
271 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
272 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
273 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
274 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
275 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
276 MD5STEP(F4, in MD5Transform()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dmd5-internal.c197 #define F4(x, y, z) (y ^ (x | ~z)) macro
268 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
269 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
270 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
271 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
272 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
273 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
274 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
275 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
276 MD5STEP(F4, in MD5Transform()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdeclFileGenericType.js9 export function F4<T extends A<B>>(x: T): Array<C.A<C.B>> { return null; }
27 export var e = C.F4;
81 function F4(x) { return null; } function
82 C.F4 = F4;
98 exports.e = C.F4;
123 function F4<T extends A<B>>(x: T): Array<C.A<C.B>>;
135 export declare var e: typeof C.F4;
H A DunionTypeCallSignatures4.js5 type F4 = (a: string, b?: 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 DoptionalParamArgsTest.js48 function F4(F4A1:number,F4A2?:number) { return F4A1 + F4A2; } function
77 var f4v1=F4(1,2);
95 var f4v2=F4(1);
117 F4();
186 function F4(F4A1, F4A2) { return F4A1 + F4A2; }
214 var f4v1 = F4(1, 2);
229 var f4v2 = F4(1);
250 F4();
H A DunionTypeCallSignatures6.js20 interface F4 {
32 f2: F1 | F4;
33 f3: F3 | F4;
H A DdestructuringInFunctionType.js16 type F4 = ([{ a: [b, c] }]) => void;
63 type F4 = ([{ a: [b, c] }]: [{
H A DrenamingDestructuredPropertyInFunctionType.js8 type F4 = ({ a: string }: O) => any; // Error
104 type F4 = ({ a }: O) => any;
/third_party/ffmpeg/libavfilter/
H A Dvf_xbr.c92 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, \
95 const unsigned e = df(PE,PC) + df(PE,PG) + df(PI,H5) + df(PI,F4) + (df(PH,PF)<<2); \
126 #define FILT3(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, \
129 const unsigned e = df(PE,PC) + df(PE,PG) + df(PI,H5) + df(PI,F4) + (df(PH,PF)<<2); \
134 && (!eq(PF,F4) && !eq(PF,I4) || !eq(PH,H5) && !eq(PH,I5)) \
168 #define FILT4(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, \
171 const unsigned e = df(PE,PC) + df(PE,PG) + df(PI,H5) + df(PI,F4) + (df(PH,PF)<<2); \
277 const uint32_t F4 = sa2[pnext2]; in xbr_filter() local
284 FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, 0, 1, nl, nl+1); in xbr_filter()
285 FILT2(PE, PC, PF, PB, PI, PA, PH, PD, PG, I4, A1, I5, H5, A0, D0, B1, C1, F4, C in xbr_filter()
[all...]
H A Dvf_deshake_opencl.c444 double F3 = model[3], F4 = model[4], F5 = model[5]; in compute_error() local
451 double b = F3*f->s[0] + F4*f->s[1] + F5 - t->s[1]; in compute_error()
/third_party/skia/src/shaders/gradients/
H A DSkGradientShader.cpp481 using F4 = skvx::Vec<4,float>; in onProgram()
482 struct FB { F4 f,b; }; in onProgram()
492 F4 lo = F4::Load(rgba.data() + 0), in onProgram()
493 hi = F4::Load(rgba.data() + 4); in onProgram()
494 F4 F = hi - lo, in onProgram()
518 F4 color_lo = F4::Load(rgba.data()); in onProgram()
525 F4 color_hi = F4 in onProgram()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ripemd/
H A Drmd_local.h48 * Transformed F2 and F4 are courtesy of Wei Dai
53 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
80 a+=F4(b,c,d)+X(w)+K; \
/third_party/openssl/crypto/ripemd/
H A Drmd_local.h48 * Transformed F2 and F4 are courtesy of Wei Dai
53 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
80 a+=F4(b,c,d)+X(w)+K; \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp87 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7, in CC_PPC32_SVR4_Custom_AlignFPArgRegs()
/third_party/mbedtls/library/
H A Dripemd160.c102 #define F4(x, y, z) (((x) & (z)) | ((y) & ~(z))) in mbedtls_internal_ripemd160_process() macro
150 #define Fp F4 in mbedtls_internal_ripemd160_process()
198 #define F F4 in mbedtls_internal_ripemd160_process()
H A Daes.c129 V(5C, 34, 34, 68), V(F4, A5, A5, 51), V(34, E5, E5, D1), V(08, F1, F1, F9), \
165 V(B4, 6C, 6C, D8), V(FA, 56, 56, AC), V(07, F4, F4, F3), V(25, EA, EA, CF), \
166 V(AF, 65, 65, CA), V(8E, 7A, 7A, F4), V(E9, AE, AE, 47), V(18, 08, 08, 10), \
246 V(50, A7, F4, 51), V(53, 65, 41, 7E), V(C3, A4, 17, 1A), V(96, 5E, 27, 3A), \
254 V(6A, 89, C2, 75), V(78, 79, 8E, F4), V(6B, 3E, 58, 99), V(DD, 71, B9, 27), \
263 V(CD, F4, DA, 65), V(D5, BE, 05, 06), V(1F, 62, 34, D1), V(8A, FE, A6, C4), \
292 V(09, 78, 26, CD), V(F4, 18, 59, 6E), V(01, B7, 9A, EC), V(A8, 9A, 4F, 83), \
/third_party/node/deps/v8/src/codegen/ia32/
H A Dsse-instr.h46 V(pmuludq, 66, 0F, F4) \
/third_party/node/deps/v8/src/codegen/x64/
H A Dsse-instr.h96 V(pmuludq, 66, 0F, F4) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp72 SP::F4, SP::F5, SP::F6, SP::F7,
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c128 #define F4(r) (R4A((sljit_ins)freg_map[r])) macro
3148 return push_inst(compiler, ins_r | F4(reg) | F0(src)); in emit_float()
3201 FAIL_IF(push_inst(compiler, ins | F4(dst_r) | R0(src))); in sljit_emit_fop1_conv_f64_from_sw()
3275 FAIL_IF(push_inst(compiler, ins | F4(dst_r) | F0(src))); in sljit_emit_fop1()
3287 (((op & SLJIT_32) ? 0x3800 /* ler */ : 0x2800 /* ldr */) | F4(dst_r) | F0(src_r))
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp.asm403 pmaddwd mm2, mm6 ; multiply 2px with F4/F5
414 pmaddwd mm2, mm6 ; multiply 2px with F4/F5

Completed in 21 milliseconds

12