Home
last modified time | relevance | path

Searched defs:F4 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/libs/variant2/test/
Dvariant_visit_r.cpp42 struct F4 struct
44 … T3, class T4> auto operator()( T1 t1, T2 t2, T3 t3, T4 t4 ) const -> decltype( t1 + t2 + t3 + t4 ) in operator ()()
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeCallSignatures4.ts4 type F4 = (a: string, b?: string, ...rest: string[]) => void; alias
DunionTypeCallSignatures6.ts19 interface F4 { interface
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringInFunctionType.ts17 type F4 = ([{ a: [b, c] }]) => void; alias
/third_party/typescript/tests/cases/conformance/salsa/
DinferringClassStaticMembersFromAssignments.ts27 let F4 = function () { }; variable
/third_party/typescript/tests/cases/compiler/
DdeclFileGenericType.ts10 export function F4<T extends A<B>>(x: T): Array<C.A<C.B>> { return null; } function
DoptionalParamArgsTest.ts47 function F4(F4A1:number,F4A2?:number) { return F4A1 + F4A2; } function
/third_party/ffmpeg/libavfilter/
Dvf_xbr.c93 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
127 #define FILT3(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
169 #define FILT4(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
278 const uint32_t F4 = sa2[pnext2]; in xbr_filter() local
/third_party/typescript/tests/baselines/reference/
DdeclFileGenericType.js81 function F4(x) { return null; } class
DoptionalParamArgsTest.js48 function F4(F4A1:number,F4A2?:number) { return F4A1 + F4A2; } class
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.c183 #define F4(x, y, z) (y ^ (x | ~z)) macro
/third_party/libjpeg-turbo/md5/
Dmd5.c183 #define F4(x, y, z) (y ^ (x | ~z)) macro
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dmd5.c52 #define F4(x, y, z) (y ^ (x | ~z)) macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.c183 #define F4(x, y, z) (y ^ (x | ~z)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dmd5-internal.c197 #define F4(x, y, z) (y ^ (x | ~z)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dmd5-internal.c197 #define F4(x, y, z) (y ^ (x | ~z)) macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sha1.c96 #define F4(B,C,D) (B ^ C ^ D) /* 600 <= t <= 79 */ macro
/third_party/openssl/crypto/ripemd/
Drmd_local.h53 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
/third_party/gn/src/base/
Dmd5.cc57 #define F4(x, y, z) (y ^ (x | ~z)) macro
/third_party/mbedtls/library/
Dripemd160.c121 #define F4( x, y, z ) ( ( (x) & (z) ) | ( (y) & ~(z) ) ) in mbedtls_internal_ripemd160_process() macro
/third_party/mesa3d/src/mesa/program/
Dprog_noise.c481 #define F4 0.309016994f /* F4 = (Math.sqrt(5.0)-1.0)/4.0 */ in _mesa_noise4() macro
/third_party/skia/src/shaders/gradients/
DSkGradientShader.cpp481 using F4 = skvx::Vec<4,float>; in onProgram() typedef
/third_party/glib/glib/
Dgchecksum.c243 #define F4(x, y, z) (y ^ (x | ~z)) in md5_transform() macro
/third_party/mesa3d/src/mesa/tnl/
Dt_vertex_generic.c868 #define EMIT5(NR, F0, F1, F2, F3, F4, NAME) \ argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl733 T const F4 = static_cast<T>(0.309016994374947451); local

12