/third_party/ffmpeg/libavcodec/ |
D | vorbisdec.c | 165 av_log(vc->avctx, AV_LOG_ERROR,\ 188 static void vorbis_free(vorbis_context *vc) in vorbis_free() argument 192 av_freep(&vc->channel_residues); in vorbis_free() 193 av_freep(&vc->saved); in vorbis_free() 194 av_freep(&vc->fdsp); in vorbis_free() 196 if (vc->residues) in vorbis_free() 197 for (i = 0; i < vc->residue_count; i++) in vorbis_free() 198 av_freep(&vc->residues[i].classifs); in vorbis_free() 199 av_freep(&vc->residues); in vorbis_free() 200 av_freep(&vc->modes); in vorbis_free() [all …]
|
/third_party/ninja/src/ |
D | clparser_perftest.cc | 24 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\iostrea… in main() 25 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\istrea… in main() 26 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\ostre… in main() 27 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\ios\… in main() 28 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\xlo… in main() 29 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\cl… in main() 30 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\y… in main() 31 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\… in main() 32 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\… in main() 33 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\… in main() [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/test/fixtures/ |
D | VS_2019_Community_workload.txt | 1 …VC.TestAdapterForGoogleTest","Microsoft.VisualStudio.VC.Ide.TestAdapterForGoogleTest","Microsoft.V…
|
D | VS_2019_BuildTools_minimal.txt | 1 …VC.CoreIde","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Mic…
|
D | VS_2019_Preview.txt | 1 …VC.TestAdapterForGoogleTest","Microsoft.VisualStudio.VC.Ide.TestAdapterForGoogleTest","Microsoft.V…
|
D | VS_2017_BuildTools_minimal.txt | 1 …VC.CoreIde","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Mic…
|
D | VS_2017_Community_workload.txt | 1 …VC.ATL.ARM64","Microsoft.VisualCpp.ATL.ARM64","Microsoft.VisualStudio.Component.VC.ATL.ARM","Micro…
|
D | VS_2017_Express.txt | 1 …VC.Items.Pro","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","M…
|
/third_party/boost/tools/build/src/engine/ |
D | guess_toolset.bat | 38 set "B2_TOOLSET_ROOT=%VS160COMNTOOLS%..\..\VC\" 42 set "B2_TOOLSET_ROOT=%VS150COMNTOOLS%..\..\VC\" 47 set "B2_TOOLSET_ROOT=%VSUNKCOMNTOOLS%..\..\VC\" 49 if EXIST "%VS_ProgramFiles%\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.ba… 51 set "B2_TOOLSET_ROOT=%VS_ProgramFiles%\Microsoft Visual Studio\2017\Enterprise\VC\" 53 if EXIST "%VS_ProgramFiles%\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build\vcvarsall.… 55 set "B2_TOOLSET_ROOT=%VS_ProgramFiles%\Microsoft Visual Studio\2017\Professional\VC\" 57 if EXIST "%VS_ProgramFiles%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat… 59 set "B2_TOOLSET_ROOT=%VS_ProgramFiles%\Microsoft Visual Studio\2017\Community\VC\" 63 set "B2_TOOLSET_ROOT=%VS140COMNTOOLS%..\..\VC\" [all …]
|
/third_party/boost/libs/vmd/doc/ |
D | vmd_assert.qbk | 24 Unfortunately VC++ will only produce a warning when the wrong number of arguments are passed 26 VC++. Amazingly enough there appears to be no other way in which VC++ can be forced to 28 However one can create invalid C++ as the output from a macro invocation which causes VC++ 29 to produce a compiler error when the VC++ compiler later encounters the construct. 32 BOOST_PP_ASSERT and it calls BOOST_PP_ASSERT when not used with VC++, otherwise if the 33 condition is 0 it generates a compiler error by generating invalid C++ when used with VC++. 39 to BOOST_VMD_ASSERT you can generate the invalid C++ for VC++, if the first 99 [heading Assertions and VC++ ] 101 The VC++ compiler has a quirk when dealing with BOOST_VMD_ASSERT and the 104 VC++ to concatenate the result of the assert macro to whatever other preprocessor data [all …]
|
D | vmd_vc.qbk | 10 Microsoft's Visual C++ compiler, abbreviated VC++, is a very popular compiler 13 differently when VC++ is being used. These "quirks" of VC++ have been smoothed over 17 The VMD has a macro that indicates when VC++ is the compiler being used. The 18 macro is an object-like macro called BOOST_VMD_MSVC. It is set to 1 when VC++ 19 is being used and set to 0 when VC++ is not being used. You can use this macro 21 which may need special processing for VC++ as outlined in this documentation. 28 #define SOME_MACRO ... code for VC++
|
D | vmd_vc_isms.qbk | 12 supports VC++ versions 8 through the latest 14.2. These correspond to 15 I will give here fairly briefly the VC++ quirks which should be taken 16 into account when using VMD. These quirks exist because the VC++ compiler 18 the VC++ compiler does not follow all of the rules correctly for expanding 20 when using VMD with VC++: 41 * Avoid using an empty parenthesis to pass no data as a tuple or seq if VC++8 might
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_bsp.c | 164 struct vc1_picparm_bsp *vc = (struct vc1_picparm_bsp *)map; in nouveau_vp3_fill_picparm_vc1_bsp() local 166 vc->width = dec->base.width; in nouveau_vp3_fill_picparm_vc1_bsp() 167 vc->height = dec->base.height; in nouveau_vp3_fill_picparm_vc1_bsp() 168 vc->profile = dec->base.profile - PIPE_VIDEO_PROFILE_VC1_SIMPLE; // 04 in nouveau_vp3_fill_picparm_vc1_bsp() 169 vc->postprocflag = d->postprocflag; in nouveau_vp3_fill_picparm_vc1_bsp() 170 vc->pulldown = d->pulldown; in nouveau_vp3_fill_picparm_vc1_bsp() 171 vc->interlaced = d->interlace; in nouveau_vp3_fill_picparm_vc1_bsp() 172 vc->tfcntrflag = d->tfcntrflag; // 08 in nouveau_vp3_fill_picparm_vc1_bsp() 173 vc->finterpflag = d->finterpflag; in nouveau_vp3_fill_picparm_vc1_bsp() 174 vc->psf = d->psf; in nouveau_vp3_fill_picparm_vc1_bsp() [all …]
|
/third_party/openssl/Configurations/ |
D | 50-win-onecore.conf | 14 "VC-WIN32-ONECORE" => { 15 inherit_from => [ "VC-WIN32" ], 23 "VC-WIN64A-ONECORE" => { 24 inherit_from => [ "VC-WIN64A" ], 33 # to locate vcvarsall.bat and act accordingly. VC-WIN32-ARM has 35 # but not VC-WIN64-ARM, no hardware... In other words they are not 46 "VC-WIN32-ARM" => { 47 inherit_from => [ "VC-noCE-common" ], 55 "VC-WIN64-ARM" => { 56 inherit_from => [ "VC-noCE-common" ],
|
/third_party/boost/libs/algorithm/test/ |
D | one_of_test.cpp | 40 std::vector<char> vc(some_letters, some_letters + 5); in test_one() local 66 BOOST_CHECK ( ba::one_of_equal ( vc.begin() + 1, vc.begin() + 2, 'q' )); in test_one() 67 BOOST_CHECK ( ba::one_of ( vc.begin() + 1, vc.begin() + 2, is_<char> ( 'q' ))); in test_one() 69 BOOST_CHECK (!ba::one_of_equal ( vc, '!' )); in test_one() 70 BOOST_CHECK (!ba::one_of ( vc, is_<char> ( '!' ))); in test_one() 72 BOOST_CHECK (!ba::one_of_equal ( vc, 'n' )); in test_one() 73 BOOST_CHECK (!ba::one_of ( vc, is_<char> ( 'n' ))); in test_one() 77 BOOST_CHECK (!ba::one_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_one() 79 BOOST_CHECK (!ba::one_of ( vc.begin(), vc.begin(), is_<char> ( 'a' ))); in test_one()
|
D | all_of_test.cpp | 40 std::vector<char> vc(some_letters, some_letters + 5); in test_all() local 59 BOOST_CHECK ( ba::all_of_equal ( vc.begin() + 1, vc.begin() + 2, 'q' )); in test_all() 60 BOOST_CHECK ( ba::all_of ( vc.begin() + 1, vc.begin() + 2, is_<char> ( 'q' ))); in test_all() 62 BOOST_CHECK (!ba::all_of_equal ( vc, '!' )); in test_all() 63 BOOST_CHECK (!ba::all_of ( vc, is_<char> ( '!' ))); in test_all() 66 BOOST_CHECK ( ba::all_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_all() 68 BOOST_CHECK ( ba::all_of ( vc.begin(), vc.begin(), is_<char> ( 'a' ))); in test_all()
|
D | none_of_test.cpp | 40 std::vector<char> vc(some_letters, some_letters + 5); in test_none() local 67 BOOST_CHECK ( ba::none_of_equal ( vc, 'z' )); in test_none() 68 BOOST_CHECK ( ba::none_of ( vc, is_<char> ( 'z' ))); in test_none() 70 BOOST_CHECK (!ba::none_of_equal ( vc, 'a' )); in test_none() 71 BOOST_CHECK (!ba::none_of ( vc, is_<char> ( 'a' ))); in test_none() 73 BOOST_CHECK (!ba::none_of_equal ( vc, 'n' )); in test_none() 74 BOOST_CHECK (!ba::none_of ( vc, is_<char> ( 'n' ))); in test_none() 77 BOOST_CHECK ( ba::none_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_none() 79 BOOST_CHECK ( ba::none_of ( vc.begin(), vc.begin(), is_<char> ( 'a' ))); in test_none()
|
D | any_of_test.cpp | 40 std::vector<char> vc(some_letters, some_letters + 5); in test_any() local 74 BOOST_CHECK ( ba::any_of_equal ( vc, 'q' )); in test_any() 75 BOOST_CHECK ( ba::any_of ( vc, is_<char> ( 'q' ))); in test_any() 77 BOOST_CHECK (!ba::any_of_equal ( vc, '!' )); in test_any() 78 BOOST_CHECK (!ba::any_of ( vc, is_<char> ( '!' ))); in test_any() 80 BOOST_CHECK ( ba::any_of_equal ( vc, 'n' )); in test_any() 81 BOOST_CHECK ( ba::any_of ( vc, is_<char> ( 'n' ))); in test_any() 84 BOOST_CHECK (!ba::any_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_any() 86 BOOST_CHECK (!ba::any_of ( vc.begin(), vc.begin(), is_<char> ( 'a' ))); in test_any()
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/vert/ |
D | functions_nested.vert | 18 vec4 vc[16]; 107 dst_reg1 = (in_diff_color * vc[13]); 108 tmp0.x = vec4(dot(vec4(in_pos.xyzx.xyz, 1.0), vc[4])).x; 109 tmp0.y = vec4(dot(vec4(in_pos.xyzx.xyz, 1.0), vc[5])).y; 110 tmp0.z = vec4(dot(vec4(in_pos.xyzx.xyz, 1.0), vc[6])).z; 112 tmp1.z = vc[15].xxxx.z; 113 dst_reg7.y = vec4(dot(vec4(tmp1.xyzx.xyz, 1.0), vc[8])).y; 114 dst_reg7.x = vec4(dot(vec4(tmp1.xyzx.xyz, 1.0), vc[7])).x; 115 dst_reg0.y = vec4(dot(vec4(tmp0.xyzx.xyz, 1.0), vc[1])).y; 116 dst_reg0.x = vec4(dot(vec4(tmp0.xyzx.xyz, 1.0), vc[0])).x;
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/vert/ |
D | no-contraction.vert | 4 static float4 vC; 10 float4 vC : TEXCOORD2; 23 precise float4 _30 = _15 + vC; 34 vC = stage_input.vC;
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterViewControllerTest.m | 36 FlutterViewController* vc = [[FlutterViewController alloc] initWithEngine:engine 39 XCTAssertNotNil(vc); 42 XCTAssertEqual(vc.binaryMessenger, messenger); 55 FlutterViewController* vc = [[FlutterViewController alloc] initWithEngine:engine 60 [vc traitCollectionDidChange:nil]; 79 FlutterViewController* vc = [[FlutterViewController alloc] initWithEngine:engine 84 [vc viewWillAppear:false]; 156 FlutterViewController* vc = [[FlutterViewController alloc] initWithEngine:engine 161 [vc traitCollectionDidChange:nil]; 184 FlutterViewController* vc = [[FlutterViewController alloc] initWithEngine:engine [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/vert/ |
D | no-contraction.vert | 4 static float4 vC; 10 float4 vC : TEXCOORD2; 27 precise float4 _30 = _27 + vC; 40 vC = stage_input.vC;
|
/third_party/curl/projects/ |
D | build-wolfssl.bat | 55 set "VC_PATH=Microsoft Visual Studio 10.0\VC" 60 set "VC_PATH=Microsoft Visual Studio 11.0\VC" 65 set "VC_PATH=Microsoft Visual Studio 12.0\VC" 70 set "VC_PATH=Microsoft Visual Studio 14.0\VC" 78 if exist "%PF%\Microsoft Visual Studio\2017\Enterprise\VC" ( 79 set "VC_PATH=Microsoft Visual Studio\2017\Enterprise\VC" 80 ) else if exist "%PF%\Microsoft Visual Studio\2017\Professional\VC" ( 81 set "VC_PATH=Microsoft Visual Studio\2017\Professional\VC" 83 set "VC_PATH=Microsoft Visual Studio\2017\Community\VC" 92 if exist "%PF%\Microsoft Visual Studio\2019\Enterprise\VC" ( [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/vert/ |
D | functions_nested.vert | 27 float4 vc[16]; 166 dst_reg1 = in_diff_color * v_309.vc[13]; 168 tmp0.x = float4(dot(float4(in_pos.xyz, 1.0), v_309.vc[4])).x; 169 tmp0.y = float4(dot(float4(in_pos.xyz, 1.0), v_309.vc[5])).y; 170 tmp0.z = float4(dot(float4(in_pos.xyz, 1.0), v_309.vc[6])).z; 173 tmp1.z = v_309.vc[15].x; 174 dst_reg7.y = float4(dot(float4(tmp1.xyz, 1.0), v_309.vc[8])).y; 175 dst_reg7.x = float4(dot(float4(tmp1.xyz, 1.0), v_309.vc[7])).x; 176 dst_reg0.y = float4(dot(float4(tmp0.xyz, 1.0), v_309.vc[1])).y; 177 dst_reg0.x = float4(dot(float4(tmp0.xyz, 1.0), v_309.vc[0])).x;
|
/third_party/curl/projects/Windows/ |
D | .gitignore | 1 VC*/src/*curl.vcproj.dist 2 VC*/lib/*curl.vcproj.dist 3 VC*/src/*curl.vcxproj.dist 4 VC*/lib/*curl.vcxproj.dist
|