/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpdigest.txt | 24 Output = 69217a3079908094e11121d042354a7c1f55b6482ca1a51e1b250dfd1ed0eef9 28 Output = 4a0d129873403037c2cd9b9048203687f6233fb6738956e0349bd4320fec3e90 32 Output = 508c5e8c327c14e2e1a72ba34eeb452f37458b209ed63a294d999b4c86675982 36 Output = fa10ab775acf89b7d3c8a6e823d586f6b67bdbac4ce207fe145b7d3ac25cd28c 40 Output = bdf88eb1f86a0cdf0e840ba88fa118508369df186c7355b4b16cf79fa2710a12 44 Output = c75439ea17e1de6fa4510c335dc3d3f343e6f9e1ce2773e25b4174f1df8b119b 48 Output = fdaedb290a0d5af9870864fec2e090200989dc9cd53a3c092129e8535e8b4f66 52 Output = 1FA877DE67259D19863A2A34BCC6962A2B25FCBF5CBECD7EDE8F1FA36688A796 56 Output = C80ABEEBB669AD5DEEB5F5EC8EA6B7A05DDF7D31EC4C0A2EE20B0B98CAEC6746 60 Output = 786a02f742015903c6c6fd852552d272912f4740e15847618a86e217f71f5419d25e1031afee58531389644493… [all …]
|
D | evpencod.txt | 19 Output = "" 23 Output = "aA==\n" 27 Output = "aGVsbG8=\n" 31 Output = "aGVsbG8gd29ybGQh\n" 35 Output = "AAECAwQFBgcICaCwwNDg8AA=\n" 39 Output = "aGVsbG8" 42 Output = "aGVsbG8\n" 47 Output = "aGVsbG8=" 52 Output = "aGVsbG8==\n" 55 Output = "aGVsbG8===\n" [all …]
|
D | evpmac.txt | 23 Output = a3817f04ba25a8e66df67214c7550293 28 Output = da87c1d86b99af44347659119b22fc45 33 Output = 8177228da4a45dc7fca38bdef60affe4 38 Output = 9c70b60c5267a94e5f33b6b02985ed51 43 Output = f88164c12d9c8faf7d0f6e7c7bcd5579 48 Output = 1368875980776f8854527a07690e9627 53 Output = 14eeca338b208613485ea0308fd7a15e 58 Output = a1f1ebbed8dbc153c0b84aa61ff08239 63 Output = 3b62a9ba6258f5610f83e264f31497b4 68 Output = 264499060ad9baabc47f8b02bb6d71ed [all …]
|
D | evpkdf.txt | 23 Output = 2f6962dfbc744c4b2138bb6b3d33054c5ecc14f24851d9896395a44ab3964efc2090c5bf51a0891209f46c1e1e… 31 Output = 3088825988e77fce68d19f756e18e43eb7fe672433504feaf99b3c503d9091b164f166db301d70c9fc0870b4a9… 39 Output = 202c88c00f84a17a20027079604787461176455539e705be730890602c289a5001e34eeb3a043e5d52a65e6612… 47 Output = d06139889fffac1e3a71865f504aa5d0d2a2e89506c6f2279b670c3e1b74f531016a2530c51a3a0f7e1d6590d0… 56 Output = d06139889fffac1e3a71865f504aa5d0d2a2e89506c6f2279b670c3e1b74f531016a2530c51a3a0f7e1d6590d0… 62 Output = 03 69 Output = 03 79 Output = 3cb25f25faacd57a90434f64d0362f2a2d2d0a90cf1a5a4c5db02d56ecc4c5bf34007208d5b887185865 86 Output = 077709362c2e32df0ddc3f0dc47bba6390b6c73bb50f9c3122ec844ad7c2b3e5 93 Output = 3cb25f25faacd57a90434f64d0362f2a2d2d0a90cf1a5a4c5db02d56ecc4c5bf34007208d5b887185865 [all …]
|
/third_party/boost/boost/atomic/detail/ |
D | integral_conversions.hpp | 33 template< typename Output, typename Input > 34 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in zero_extend_impl() 37 …return atomics::detail::bitwise_cast< Output >(static_cast< typename atomics::detail::make_unsigne… in zero_extend_impl() 41 template< typename Output, typename Input > 42 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in zero_extend_impl() 44 …return static_cast< Output >(static_cast< typename atomics::detail::make_unsigned< Input >::type >… in zero_extend_impl() 48 template< typename Output, typename Input > 49 BOOST_FORCEINLINE Output zero_extend(Input input) BOOST_NOEXCEPT in zero_extend() 51 …cs::detail::zero_extend_impl< Output >(input, atomics::detail::integral_constant< bool, atomics::d… in zero_extend() 55 template< typename Output, typename Input > [all …]
|
D | integral_extend.hpp | 32 template< typename Output, typename Input > 33 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in zero_extend_impl() 36 …return atomics::detail::bitwise_cast< Output >(static_cast< typename atomics::detail::make_unsigne… in zero_extend_impl() 40 template< typename Output, typename Input > 41 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in zero_extend_impl() 43 …return static_cast< Output >(static_cast< typename atomics::detail::make_unsigned< Input >::type >… in zero_extend_impl() 47 template< typename Output, typename Input > 48 BOOST_FORCEINLINE Output zero_extend(Input input) BOOST_NOEXCEPT in zero_extend() 50 …cs::detail::zero_extend_impl< Output >(input, atomics::detail::integral_constant< bool, atomics::d… in zero_extend() 54 template< typename Output, typename Input > [all …]
|
/third_party/boost/boost/algorithm/string/detail/ |
D | find_format.hpp | 34 OutputIteratorT Output, in find_format_copy_impl2() argument 52 Output = std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_copy_impl2() 53 return Output; in find_format_copy_impl2() 57 Output = std::copy( ::boost::begin(Input), ::boost::begin(M), Output ); in find_format_copy_impl2() 60 … Output = std::copy( ::boost::begin(M.format_result()), ::boost::end(M.format_result()), Output ); in find_format_copy_impl2() 62 Output = std::copy( M.end(), ::boost::end(Input), Output ); in find_format_copy_impl2() 64 return Output; in find_format_copy_impl2() 73 OutputIteratorT Output, in find_format_copy_impl() argument 80 Output, in find_format_copy_impl() 86 return std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_copy_impl() [all …]
|
D | find_format_all.hpp | 35 OutputIteratorT Output, in find_format_all_copy_impl2() argument 60 Output = std::copy( LastMatch, M.begin(), Output ); in find_format_all_copy_impl2() 62 … Output = std::copy( ::boost::begin(M.format_result()), ::boost::end(M.format_result()), Output ); in find_format_all_copy_impl2() 70 Output = std::copy( LastMatch, ::boost::end(Input), Output ); in find_format_all_copy_impl2() 72 return Output; in find_format_all_copy_impl2() 82 OutputIteratorT Output, in find_format_all_copy_impl() argument 90 Output, in find_format_all_copy_impl() 97 return std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_all_copy_impl() 131 InputT Output; in find_format_all_copy_impl2() local 137 … boost::algorithm::detail::insert( Output, ::boost::end(Output), LastMatch, M.begin() ); in find_format_all_copy_impl2() [all …]
|
/third_party/glslang/Test/ |
D | hlsl.clipdistance-6.vert | 9 VS_OUTPUT Output; 10 Output.Position = 0; 12 Output.clip0.x = 0; 13 Output.clip0.y = 1; 14 Output.clip0.z = 2; 15 Output.clip0.w = 3; 17 Output.clip1.x = 4; 18 Output.clip1.y = 5; 19 Output.clip1.z = 6; 20 Output.clip1.w = 7; [all …]
|
D | hlsl.clipdistance-7.vert | 9 VS_OUTPUT Output; 10 Output.Position = 0; 12 Output.clip0.x = 0; 13 Output.clip0.y = 1; 14 Output.clip0.z = 2; 17 Output.clip1.x = 4; 18 Output.clip1.y = 5; 19 Output.clip1.z = 6; 20 Output.clip1.w = 7; 22 return Output;
|
D | hlsl.clipdistance-4.vert | 12 VS_OUTPUT Output; 13 Output.Position = 0; 15 Output.ClipRect.x = 1; 16 Output.ClipRect.y = 2; 17 Output.ClipRect.z = 3; 18 Output.ClipRect.w = 4; 20 return Output;
|
D | hlsl.clipdistance-8.vert | 9 VS_OUTPUT Output; 10 Output.Position = 0; 12 Output.clip0.x = 0; 13 Output.clip0.y = 1; 14 Output.clip0.z = 2; 17 Output.clip1 = 3; 19 return Output;
|
D | hlsl.clipdistance-5.vert | 12 VS_OUTPUT Output; 13 Output.Position = 0; 15 Output.ClipRect[0].x = 1; 16 Output.ClipRect[0].y = 2; 17 Output.ClipRect[1].x = 3; 18 Output.ClipRect[1].y = 4; 20 return Output;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/frag/ |
D | native-16bit-types.fxconly.nofxc.sm62.native-16bit.frag | 4 static half4 Output; 21 half4 Output : SV_Target0; 29 Output = Input + half(20.0).xxxx; 32 Output += _62.Load<half>(index * 2 + 0).xxxx; 35 Output += _62.Load<half4>(index * 8 + 24); 38 Output += _62.Load<half3>(index * 16 + 128).xyzz; 39 …Output += half3(_62.Load<half>(index * 12 + 186), _62.Load<half>(index * 12 + 190), _62.Load<half>… 44 _62.Store<half>(index * 2 + 0, Output.x); 47 _62.Store<half4>(index * 8 + 24, Output); 50 _62.Store<half3>(index * 16 + 128, Output.xyz); [all …]
|
/third_party/skia/third_party/externals/tint/test/unittest/reader/spirv/ |
D | SpvModuleScopeVarParserTest_EntryPointWrapping_Interpolation_Flat_Vertex_Output.spvasm | 49 %_ptr_Output_uint = OpTypePointer Output %uint 50 %_ptr_Output_v2uint = OpTypePointer Output %v2uint 51 %_ptr_Output_int = OpTypePointer Output %int 52 %_ptr_Output_v2int = OpTypePointer Output %v2int 53 %_ptr_Output_float = OpTypePointer Output %float 54 %_ptr_Output_v2float = OpTypePointer Output %v2float 55 %1 = OpVariable %_ptr_Output_uint Output 56 %2 = OpVariable %_ptr_Output_v2uint Output 57 %3 = OpVariable %_ptr_Output_int Output 58 %4 = OpVariable %_ptr_Output_v2int Output [all …]
|
/third_party/skia/bench/ |
D | SkSLBench.cpp | 37 enum class Output { enum 46 static const char* output_string(Output output) { in output_string() 48 case Output::kNone: return ""; in output_string() 49 case Output::kGLSL: return "glsl_"; in output_string() 50 case Output::kMetal: return "metal_"; in output_string() 51 case Output::kSPIRV: return "spirv_"; in output_string() 56 SkSLCompileBench(SkSL::String name, const char* src, bool optimize, Output output) in SkSLCompileBench() 90 case Output::kNone: break; in onDraw() 91 case Output::kGLSL: SkAssertResult(fCompiler.toGLSL(*program, &result)); break; in onDraw() 92 case Output::kMetal: SkAssertResult(fCompiler.toMetal(*program, &result)); break; in onDraw() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/frag/ |
D | native-16bit-types.fxconly.nofxc.sm62.native-16bit.frag | 4 layout(location = 0) out f16vec4 Output; 28 Output = Input + float16_t(20.0); 33 Output += foo0[index]; 38 Output += foo3[index]; 43 Output += foo6[index][1].xyzz; 46 Output += foo7[index][1].xyzz; 54 foo0[index] = Output.x; 59 foo3[index] = Output; 64 foo6[index][1] = Output.xyz; 66 foo7[index][1] = Output.xyz; [all …]
|
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
D | 824.wgsl.expected.spvasm | 14 OpName %Output "Output" 15 OpMemberName %Output 0 "Position" 16 OpMemberName %Output 1 "color" 29 OpMemberDecorate %Output 0 Offset 0 30 OpMemberDecorate %Output 1 Offset 16 39 %_ptr_Output_v4float = OpTypePointer Output %v4float 41 %Position_1 = OpVariable %_ptr_Output_v4float Output %9 42 %color_1 = OpVariable %_ptr_Output_v4float Output %9 43 %_ptr_Output_float = OpTypePointer Output %float 45 %vertex_point_size = OpVariable %_ptr_Output_float Output %13 [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.specConstant.int8.comp.out | 17 Name 7 "Output" 18 MemberName 7(Output) 0 "r0" 19 MemberName 7(Output) 1 "r1" 23 MemberDecorate 7(Output) 0 NonReadable 24 MemberDecorate 7(Output) 0 Offset 0 25 MemberDecorate 7(Output) 1 NonReadable 26 MemberDecorate 7(Output) 1 Offset 1 27 Decorate 7(Output) BufferBlock 35 7(Output): TypeStruct 6(int8_t) 6(int8_t) 36 8: TypePointer Uniform 7(Output)
|
D | spv.specConstant.int16.comp.out | 17 Name 7 "Output" 18 MemberName 7(Output) 0 "r0" 19 MemberName 7(Output) 1 "r1" 23 MemberDecorate 7(Output) 0 NonReadable 24 MemberDecorate 7(Output) 0 Offset 0 25 MemberDecorate 7(Output) 1 NonReadable 26 MemberDecorate 7(Output) 1 Offset 2 27 Decorate 7(Output) BufferBlock 35 7(Output): TypeStruct 6(int16_t) 6(int16_t) 36 8: TypePointer Uniform 7(Output)
|
D | spv.specConstant.float16.comp.out | 17 Name 7 "Output" 18 MemberName 7(Output) 0 "r0" 19 MemberName 7(Output) 1 "r1" 23 MemberDecorate 7(Output) 0 NonReadable 24 MemberDecorate 7(Output) 0 Offset 0 25 MemberDecorate 7(Output) 1 NonReadable 26 MemberDecorate 7(Output) 1 Offset 2 27 Decorate 7(Output) BufferBlock 35 7(Output): TypeStruct 6(float16_t) 6(float16_t) 36 8: TypePointer Uniform 7(Output)
|
D | spv.meshShaderPerViewUserDefined.mesh.out | 103 34: TypePointer Output 33 104 35(b): 34(ptr) Variable Output 110 43: TypePointer Output 27(fvec4) 125 66: TypePointer Output 65 126 67(b2): 66(ptr) Variable Output 138 91: TypePointer Output 90 139 92(nonBlk1): 91(ptr) Variable Output 141 94: TypePointer Output 93 142 95(nonBlk2): 94(ptr) Variable Output 143 96(nonBlk3): 91(ptr) Variable Output [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 437 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() function in Output 440 Output::~Output() = default; 442 bool Output::outputting() const { in outputting() 446 void Output::beginMapping() { in beginMapping() 452 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag() 483 void Output::endMapping() { in endMapping() 494 std::vector<StringRef> Output::keys() { in keys() 498 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey() 514 void Output::postflightKey(void *) { in postflightKey() 524 void Output::beginFlowMapping() { in beginFlowMapping() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/ |
D | disable-renamed-output.frag-output.asm.frag | 41 %_ptr_Output_v4float = OpTypePointer Output %v4float 42 %o0 = OpVariable %_ptr_Output_v4float Output 46 %o1 = OpVariable %_ptr_Output_v4float Output 48 %o2 = OpVariable %_ptr_Output_v4float Output 50 %o3 = OpVariable %_ptr_Output_v4float Output 52 %o4 = OpVariable %_ptr_Output_v4float Output 55 %o5 = OpVariable %_ptr_Output_v4float Output 58 %o6 = OpVariable %_ptr_Output_v4float Output 61 %o7 = OpVariable %_ptr_Output_v4float Output 63 %_ptr_Output_float = OpTypePointer Output %float [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/legacy/vert/ |
D | struct-varying.legacy.vert | 3 struct Output 14 vout_a = Output(vec4(0.5), vec2(0.25)).a; 15 vout_b = Output(vec4(0.5), vec2(0.25)).b; 16 vout_a = Output(vec4(0.5), vec2(0.25)).a; 17 vout_b = Output(vec4(0.5), vec2(0.25)).b; 18 Output _22 = Output(vout_a, vout_b);
|