/third_party/boost/libs/variant2/test/ |
D | variant_visit_r.cpp | 42 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/ |
D | unionTypeCallSignatures4.ts | 4 type F4 = (a: string, b?: string, ...rest: string[]) => void; alias
|
D | unionTypeCallSignatures6.ts | 19 interface F4 { interface
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringInFunctionType.ts | 17 type F4 = ([{ a: [b, c] }]) => void; alias
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | inferringClassStaticMembersFromAssignments.ts | 27 let F4 = function () { }; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | declFileGenericType.ts | 10 export function F4<T extends A<B>>(x: T): Array<C.A<C.B>> { return null; } function
|
D | optionalParamArgsTest.ts | 47 function F4(F4A1:number,F4A2?:number) { return F4A1 + F4A2; } function
|
/third_party/ffmpeg/libavfilter/ |
D | vf_xbr.c | 93 #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/ |
D | declFileGenericType.js | 81 function F4(x) { return null; } class
|
D | optionalParamArgsTest.js | 48 function F4(F4A1:number,F4A2?:number) { return F4A1 + F4A2; } class
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5.c | 183 #define F4(x, y, z) (y ^ (x | ~z)) macro
|
/third_party/libjpeg-turbo/md5/ |
D | md5.c | 183 #define F4(x, y, z) (y ^ (x | ~z)) macro
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | md5.c | 52 #define F4(x, y, z) (y ^ (x | ~z)) macro
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5.c | 183 #define F4(x, y, z) (y ^ (x | ~z)) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | md5-internal.c | 197 #define F4(x, y, z) (y ^ (x | ~z)) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | md5-internal.c | 197 #define F4(x, y, z) (y ^ (x | ~z)) macro
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_sha1.c | 96 #define F4(B,C,D) (B ^ C ^ D) /* 600 <= t <= 79 */ macro
|
/third_party/openssl/crypto/ripemd/ |
D | rmd_local.h | 53 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
|
/third_party/gn/src/base/ |
D | md5.cc | 57 #define F4(x, y, z) (y ^ (x | ~z)) macro
|
/third_party/mbedtls/library/ |
D | ripemd160.c | 121 #define F4( x, y, z ) ( ( (x) & (z) ) | ( (y) & ~(z) ) ) in mbedtls_internal_ripemd160_process() macro
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_noise.c | 481 #define F4 0.309016994f /* F4 = (Math.sqrt(5.0)-1.0)/4.0 */ in _mesa_noise4() macro
|
/third_party/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 481 using F4 = skvx::Vec<4,float>; in onProgram() typedef
|
/third_party/glib/glib/ |
D | gchecksum.c | 243 #define F4(x, y, z) (y ^ (x | ~z)) in md5_transform() macro
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vertex_generic.c | 868 #define EMIT5(NR, F0, F1, F2, F3, F4, NAME) \ argument
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | noise.inl | 733 T const F4 = static_cast<T>(0.309016994374947451); local
|