Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 25 of 3295) sorted by relevance

12345678910>>...132

/third_party/openssl/test/recipes/30-test_evp_data/
Devpdigest.txt24 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 …]
Devpencod.txt19 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 …]
Devpmac.txt23 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 …]
Devpkdf.txt23 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/
Dintegral_extend.hpp32 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 …]
Dintegral_conversions.hpp33 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 …]
/third_party/boringssl/src/crypto/evp/
Devp_tests.txt67 Output = 308187020100301306072a8648ce3d020106082a8648ce3d030107046d306b02010104208a872fb62893c4d1ff…
80 Output = 308187020100301306072a8648ce3d020106082a8648ce3d030107046d306b02010104208a872fb62893c4d1ff…
88 Output = 308187020100301306072a8648ce3d020106082a8648ce3d030107046d306b02010104208a872fb62893c4d1ff…
227 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d…
232 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d…
237 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d…
248 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d…
260 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d…
273 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d…
280 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d…
[all …]
/third_party/boringssl/src/crypto/hmac_extra/
Dhmac_tests.txt6 Output = e9139d1e6ee064ef8cf514fc7dc83e86
12 Output = 9294727a3638bb1c13f48ef8158bfc9d
17 Output = 750c783e6ab0b503eaa86e310a5db738
22 Output = 56be34521d144c88dbb8c733f0e8b3f6
29 Output = 5FD596EE78D5553C8FF4E72D266DFD192366DA29
34 Output = 4C99FF0CB1B31BD33F8431DBAF4D17FCD356A807
39 Output = 2D51B2F7750E410584662E38F133435F4C4FD42A
44 Output = C7405E3AE058E8CD30B08B4140248581ED174CB34E1224BCC1EFC81B
49 Output = E3D249A8CFB67EF8B7A169E9A0A599714A2CECBA65999A51BEB8FBBE
54 Output = 91C52509E5AF8531601AE6230099D90BEF88AAEFB961F4080ABC014D
[all …]
/third_party/boost/boost/algorithm/string/detail/
Dfind_format.hpp34 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()
60Output = 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 …]
Dfind_format_all.hpp35 OutputIteratorT Output, in find_format_all_copy_impl2() argument
60 Output = std::copy( LastMatch, M.begin(), Output ); in find_format_all_copy_impl2()
62Output = 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/skia/third_party/externals/tint/test/unittest/reader/spirv/
DSpvModuleScopeVarParserTest_EntryPointWrapping_Interpolation_Flat_Vertex_Output.spvasm49 %_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/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/frag/
Dnative-16bit-types.fxconly.nofxc.sm62.native-16bit.frag4 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;
39Output += 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/bench/
DSkSLBench.cpp37 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/
Dnative-16bit-types.fxconly.nofxc.sm62.native-16bit.frag4 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/
D824.wgsl.expected.spvasm14 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/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/
Ddisable-renamed-output.frag-output.asm.frag41 %_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/
Dstruct-varying.legacy.vert3 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);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp437 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-no-opt/asm/tesc/
Darray-of-block-output-initializer.asm.tesc63 %_ptr_Output__arr_gl_PerVertex_uint_4 = OpTypePointer Output %_arr_gl_PerVertex_uint_4
65 %gl_out = OpVariable %_ptr_Output__arr_gl_PerVertex_uint_4 Output %gl_out_zero
72 %_ptr_Output_v4float = OpTypePointer Output %v4float
74 %_ptr_Output_vert = OpTypePointer Output %vert
76 %_ = OpVariable %_ptr_Output_vert Output %__zero
80 %_ptr_Output__arr_vert_patch_uint_2 = OpTypePointer Output %_arr_vert_patch_uint_2
82 %patches = OpVariable %_ptr_Output__arr_vert_patch_uint_2 Output %patches_zero
83 %_ptr_Output_float = OpTypePointer Output %float
85 %v2 = OpVariable %_ptr_Output_float Output %v2_zero
87 %_ptr_Output__arr_float_uint_4 = OpTypePointer Output %_arr_float_uint_4
[all …]
Dcopy-memory-control-point.asm.tesc74 %29 = OpTypePointer Output %28
75 %30 = OpVariable %29 Output
87 %69 = OpTypePointer Output %5
90 %79 = OpTypePointer Output %78
91 %80 = OpVariable %79 Output
102 %109 = OpTypePointer Output %106
103 %110 = OpVariable %109 Output
104 %111 = OpTypePointer Output %105
107 %116 = OpTypePointer Output %18
108 %117 = OpVariable %116 Output
[all …]
/third_party/skia/third_party/externals/tint/test/shader_io/
Dfragment_output_mixed.wgsl.expected.spvasm40 %_ptr_Output_int = OpTypePointer Output %int
42 %loc0_1 = OpVariable %_ptr_Output_int Output %4
44 %_ptr_Output_float = OpTypePointer Output %float
46 %frag_depth_1 = OpVariable %_ptr_Output_float Output %8
48 %_ptr_Output_uint = OpTypePointer Output %uint
50 %loc1_1 = OpVariable %_ptr_Output_uint Output %12
51 %loc2_1 = OpVariable %_ptr_Output_float Output %8
54 %_ptr_Output__arr_uint_uint_1 = OpTypePointer Output %_arr_uint_uint_1
56 %sample_mask_1 = OpVariable %_ptr_Output__arr_uint_uint_1 Output %18
58 %_ptr_Output_v4float = OpTypePointer Output %v4float
[all …]
Dinterpolate_return_struct.wgsl.expected.spvasm61 %_ptr_Output_v4float = OpTypePointer Output %v4float
63 %pos_1 = OpVariable %_ptr_Output_v4float Output %5
64 %_ptr_Output_float = OpTypePointer Output %float
66 %none_1 = OpVariable %_ptr_Output_float Output %8
67 %flat_1 = OpVariable %_ptr_Output_float Output %8
68 %perspective_center_1 = OpVariable %_ptr_Output_float Output %8
69 %perspective_centroid_1 = OpVariable %_ptr_Output_float Output %8
70 %perspective_sample_1 = OpVariable %_ptr_Output_float Output %8
71 %linear_center_1 = OpVariable %_ptr_Output_float Output %8
72 %linear_centroid_1 = OpVariable %_ptr_Output_float Output %8
[all …]
Dvertex_output_locations_struct.wgsl.expected.spvasm37 %_ptr_Output_int = OpTypePointer Output %int
39 %loc0_1 = OpVariable %_ptr_Output_int Output %4
41 %_ptr_Output_uint = OpTypePointer Output %uint
43 %loc1_1 = OpVariable %_ptr_Output_uint Output %8
45 %_ptr_Output_float = OpTypePointer Output %float
47 %loc2_1 = OpVariable %_ptr_Output_float Output %12
49 %_ptr_Output_v4float = OpTypePointer Output %v4float
51 %loc3_1 = OpVariable %_ptr_Output_v4float Output %16
52 %position_1 = OpVariable %_ptr_Output_v4float Output %16
53 %vertex_point_size = OpVariable %_ptr_Output_float Output %12
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArg.cpp87 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput()
89 render(Args, Output); in renderAsInput()
93 Output.append(Values.begin(), Values.end()); in renderAsInput()
96 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render()
99 Output.append(Values.begin(), Values.end()); in render()
110 Output.push_back(Args.MakeArgString(OS.str())); in render()
115 Output.push_back(Args.GetOrMakeJoinedArgString( in render()
117 Output.append(Values.begin() + 1, Values.end()); in render()
121 Output.push_back(Args.MakeArgString(getSpelling())); in render()
122 Output.append(Values.begin(), Values.end()); in render()
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/tesc/
Dcopy-memory-control-point.asm.tesc74 %29 = OpTypePointer Output %28
75 %30 = OpVariable %29 Output
87 %69 = OpTypePointer Output %5
90 %79 = OpTypePointer Output %78
91 %80 = OpVariable %79 Output
102 %109 = OpTypePointer Output %106
103 %110 = OpVariable %109 Output
104 %111 = OpTypePointer Output %105
107 %116 = OpTypePointer Output %18
108 %117 = OpVariable %116 Output
[all …]

12345678910>>...132