Home
last modified time | relevance | path

Searched refs:VC (Results 226 – 250 of 13538) sorted by relevance

12345678910>>...542

/dports/devel/boost-libs/boost_1_72_0/libs/vmd/doc/
H A Dvmd_vc.qbk10 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++
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/command_classes/
H A DSceneActivation.cpp100 …if (Internal::VC::ValueInt* value = static_cast<Internal::VC::ValueInt*>(GetValue(_instance, Value… in HandleIncomingMsg()
105 …if (Internal::VC::ValueInt* value = static_cast<Internal::VC::ValueInt*>(GetValue(_instance, Value… in HandleIncomingMsg()
141 …if (Internal::VC::ValueInt* value = static_cast<Internal::VC::ValueInt*>(GetValue(_instance, Value… in ClearScene()
146 …if (Internal::VC::ValueInt* value = static_cast<Internal::VC::ValueInt*>(GetValue(_instance, Value… in ClearScene()
H A DThermostatFanMode.cpp70 vector<Internal::VC::ValueList::Item> supportedModes; in ReadXML()
89 Internal::VC::ValueList::Item item; in ReadXML()
122 …for (vector<Internal::VC::ValueList::Item>::iterator it = m_supportedModes.begin(); it != m_suppor… in WriteXML()
124 Internal::VC::ValueList::Item const& item = *it; in WriteXML()
214 …for (vector<Internal::VC::ValueList::Item>::iterator it = m_supportedModes.begin(); it != m_suppor… in HandleMsg()
216 Internal::VC::ValueList::Item const& item = *it; in HandleMsg()
226 …if (Internal::VC::ValueList* valueList = static_cast<Internal::VC::ValueList*>(GetValue(_instance,… in HandleMsg()
259 Internal::VC::ValueList::Item item; in HandleMsg()
290 bool ThermostatFanMode::SetValue(Internal::VC::Value const& _value) in SetValue()
294 Internal::VC::ValueList const* value = static_cast<Internal::VC::ValueList const*>(&_value); in SetValue()
H A DProtection.cpp113 …if (Internal::VC::ValueList* value = static_cast<Internal::VC::ValueList*>(GetValue(_instance, Val… in HandleMsg()
129 bool Protection::SetValue(Internal::VC::Value const& _value) in SetValue()
133 Internal::VC::ValueList const* value = static_cast<Internal::VC::ValueList const*>(&_value); in SetValue()
134 Internal::VC::ValueList::Item const *item = value->GetItem(); in SetValue()
162 vector<Internal::VC::ValueList::Item> items; in CreateVars()
164 Internal::VC::ValueList::Item item; in CreateVars()
/dports/devel/boost-docs/boost_1_72_0/libs/vmd/doc/
H A Dvmd_vc.qbk10 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++
/dports/net/samba412/samba-4.12.15/testprogs/win32/
H A Dvs2010-metze.cmd4 …am Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE;C:\Program Files (x86)\Microsoft Visual Stu…
5 …gram Files (x86)\Microsoft Visual Studio 10.0\VC\LIB;C:\Program Files (x86)\Microsoft Visual Studi…
6 …gram Files (x86)\Microsoft Visual Studio 10.0\VC\LIB;C:\Program Files (x86)\Microsoft Visual Studi…
7VC\BIN;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools;C:\Windows\Microsoft.NET\…
10 set VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\
16 cd C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC
/dports/devel/luv/luv-1.41.0-0/.ci/
H A Dset_compiler_env.bat15 …set SET_VS_ENV="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\v…
19 …set SET_VS_ENV="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\v…
23 set SET_VS_ENV="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
27 set SET_VS_ENV="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
31 set SET_VS_ENV="C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"
35 set SET_VS_ENV="C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
39 set SET_VS_ENV="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
/dports/math/cvc3/cvc3-2.4.1/src/parser/
H A DLisp.y39 #define VC (CVC3::parserTemp->vc) macro
104 $$ = new CVC3::Expr(VC->listExpr(*$2));
117 $$ = new CVC3::Expr(VC->idExpr(*$1));
124 $$ = new CVC3::Expr(VC->stringExpr(*$1));
130 $$ = new CVC3::Expr(VC->ratExpr((*$1)));
137 $$ = new CVC3::Expr(VC->stringExpr(*$2));
144 $$ = new CVC3::Expr(VC->ratExpr(*$2, 16));
/dports/net/libcapn/libcapn-1.1.0/win/
H A Dbuild.bat3 if not exist "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" goto vc9
4 echo call "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
5 call "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
9 if not exist "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" goto missing
10 echo call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
11 call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-cxd4/vu/
H A Dselect.c152 ALIGNED u16 VB[N], VC[N]; in do_cl() local
160 vector_copy((pi16)VC, VT); in do_cl()
178 VC[i] = VC[i] ^ -sn[i]; in do_cl()
180 VC[i] = VC[i] + sn[i]; /* conditional negation, if sn */ in do_cl()
182 diff[i] = VB[i] - VC[i]; in do_cl()
226 ALIGNED i16 VC[N]; in do_ch() local
237 vector_copy(VC, VT); in do_ch()
263 le[i] = sn[i] ? (VS[i] <= VC[i]) : (VC[i] < 0); in do_ch()
265 ge[i] = sn[i] ? (VC[i] > 0x0000) : (VS[i] >= VC[i]); in do_ch()
304 ALIGNED i16 VC[N]; in do_cr() local
[all …]
/dports/devel/sol2/sol2-4.0.0-alpha/cmake/Modules/FindLuaBuild/
H A DLuaJIT.cmake172 "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC"
175 "C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC"
178 "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC"
182 "C:/Program Files/Microsoft Visual Studio/2017/Community/VC"
185 "C:/Program Files/Microsoft Visual Studio/2017/Professional/VC"
188 "C:/Program Files/Microsoft Visual Studio/2017/Enterprise/VC"
192 "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC"
198 "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC"
202 "C:/Program Files/Microsoft Visual Studio/2019/Community/VC"
205 "C:/Program Files/Microsoft Visual Studio/2019/Professional/VC"
[all …]
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-ATM-EXT-MIB64 VC -- Virtual Channel.
107 "OAM Continuity check (CC) VC state.
351 disabled(1) -- No OAMs on this VC.
370 "Indicates the state of VC OAM.
373 VC is up.
378 VC is down.
409 VC state."
428 this VC."
438 this VC."
448 this VC."
[all …]
H A DCISCO-IETF-PW-ENET-MIB102 -- VC Ethernet table
130 are required for the same VC.
133 configuration for each Ethernet VC."
178 associated to the VC and the VC encapsulation itself.
215 between the VC and the physical/virtual port.
304 classified to this VC. Note that the EXP bit value of the VC
314 the PRI bits is required for this VC."
343 is assigned to this VC.
346 frames are also associated to this VC.
386 -- VC Ethernet Statistics Table
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DCISCO-ATM-EXT-MIB.my64 VC -- Virtual Channel.
107 "OAM Continuity check (CC) VC state.
351 disabled(1) -- No OAMs on this VC.
370 "Indicates the state of VC OAM.
373 VC is up.
378 VC is down.
409 VC state."
428 this VC."
438 this VC."
448 this VC."
[all …]
H A DCISCO-IETF-PW-ENET-MIB.my102 -- VC Ethernet table
130 are required for the same VC.
133 configuration for each Ethernet VC."
178 associated to the VC and the VC encapsulation itself.
215 between the VC and the physical/virtual port.
304 classified to this VC. Note that the EXP bit value of the VC
314 the PRI bits is required for this VC."
343 is assigned to this VC.
346 frames are also associated to this VC.
386 -- VC Ethernet Statistics Table
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/contrib/cmake/vcpkg_extra_ports/openssl-windows/1.1.1/
H A DEnableWinARM64.patch6 …"debug-VC-WIN64A","cl:-W3 -Gs0 -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_E…
8 # 'perl Configure VC-WIN32' with '-DUNICODE -D_UNICODE'
9 -"VC-WIN32","cl:-W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDI…
10 +"VC-WIN32","cl:-W3 -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -…
12 -"debug-VC-WIN32","cl:-W3 -WX -Gs0 -GF -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEA…
13 +"debug-VC-WIN32","cl:-W3 -Gs0 -GF -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -D…
14 "VC-CE","cl::::WINCE::BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN ${x86_gcc_opts}:${no_asm}:win32",
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/stepper/
H A Dstpr_fndmde.F3 SUBROUTINE stpr_fndmde(STEP,SELECT,VC,NINTER,NAT3,NMODE) argument
11 DIMENSION STEP(NAT3),VC(NAT3,NINTER),SELECT(NAT3)
56 OVRLP = OVRLP + VC(K,J)*SELECT(K)
87 OVRLP = OVRLP + STEP(K)*VC(K,I)
109 WRITE(ITAP44)(VC(I,NMODE),I=1,NAT3)
113 WRITE(ITAP44)(VC(I,NMODE),I=1,NAT3)
120 WRITE(6,1002)I,(VC(J,NMODE),J=JSTART,JEND)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/stepper/
H A Dstpr_fndmde.F3 SUBROUTINE stpr_fndmde(STEP,SELECT,VC,NINTER,NAT3,NMODE) argument
11 DIMENSION STEP(NAT3),VC(NAT3,NINTER),SELECT(NAT3)
56 OVRLP = OVRLP + VC(K,J)*SELECT(K)
87 OVRLP = OVRLP + STEP(K)*VC(K,I)
109 WRITE(ITAP44)(VC(I,NMODE),I=1,NAT3)
113 WRITE(ITAP44)(VC(I,NMODE),I=1,NAT3)
120 WRITE(6,1002)I,(VC(J,NMODE),J=JSTART,JEND)
/dports/biology/gatk/gatk-4.2.0.0/src/test/resources/org/broadinstitute/hellbender/engine/GCSTests/
H A Dexpected_VariantWalkerGCSSupportIntegrationTest_vcf_single_interval.vcf64 ##INFO=<ID=VC,Number=1,Type=String,Description="Variation Class">
171 20 10004222 rs71332903 C CA,CAA . . GNO;OTHERKG;RS=71332903;RSPOS=10004222;SAO=0;SLO;SSR=0;VC=DIV;V…
175 20 10004241 rs199887276 G A . . HD;OTHERKG;R3;RS=199887276;RSPOS=10004241;RV;SAO=0;SSR=0;VC=SNV;VP=…
176 20 10004241 rs34225317 G GA . . OTHERKG;R3;RS=34225317;RSPOS=10004241;SAO=0;SSR=0;VC=DIV;VP=0x05000…
187 20 10004769 rs5840348 TAAAACTATGC T . . OTHERKG;RS=5840348;RSPOS=10004777;SAO=0;SSR=0;VC=DIV;VP=0x0…
189 20 10004838 rs368487684 T C . . OTHERKG;RS=368487684;RSPOS=10004838;SAO=0;SSR=0;VC=SNV;VP=0x0500000…
193 20 10004937 rs6077628 C T . . OTHERKG;RS=6077628;RSPOS=10004937;SAO=0;SSR=0;VC=SNV;VP=0x05000000000…
195 20 10005065 rs6077629 C T . . OTHERKG;RS=6077629;RSPOS=10005065;SAO=0;SSR=0;VC=SNV;VP=0x05000000000…
199 20 10005187 rs11699347 G A . . OTHERKG;RS=11699347;RSPOS=10005187;SAO=0;SSR=0;VC=SNV;VP=0x050000000…
206 20 10005618 rs373450216 C T . . OTHERKG;RS=373450216;RSPOS=10005618;SAO=0;SSR=0;VC=SNV;VP=0x0500000…
[all …]
/dports/lang/v/v-0.1.29/
H A DMakefile5 VC ?= ./vc macro
48 $(CC) $(CFLAGS) -g -std=c99 -municode -w -o v.exe $(VC)/$(VCFILE) $(LDFLAGS)
55 $(CC) $(CFLAGS) -g -std=gnu11 -w -o v $(VC)/$(VCFILE) $(LDFLAGS) -lm -lpthread
78 rm -rf $(VC)
80 latest_vc: $(VC)/.git/config
82 cd $(VC) && $(GITCLEANPULL)
88 $(GITFASTCLONE) $(VCREPO) $(VC)
114 $(VC)/.git/config:
/dports/lang/racket/racket-8.3/src/worksp/
H A Dmsvcprep.bat10 set VCVARBAT=%Applications%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
12 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2019\Enterprise\VC\Au…
13 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2019\Professional\VC\…
14 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2019\BuildTools\VC\Au…
16 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2017\Enterprise\VC\Au…
17 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2017\Professional\VC\…
18 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2017\Community\VC\Aux…
19 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2017\BuildTools\VC\Au…
/dports/lang/racket-minimal/racket-8.3/src/worksp/
H A Dmsvcprep.bat10 set VCVARBAT=%Applications%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
12 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2019\Enterprise\VC\Au…
13 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2019\Professional\VC\…
14 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2019\BuildTools\VC\Au…
16 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2017\Enterprise\VC\Au…
17 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2017\Professional\VC\…
18 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2017\Community\VC\Aux…
19 if not exist "%VCVARBAT%" set VCVARBAT=%Applications%\Microsoft Visual Studio\2017\BuildTools\VC\Au…
/dports/devel/tlsh/tlsh-d842e75/Windows/
H A Dclean.sh4 rm -rf debug release tlsh.VC*.ncb tlsh.VC*.suo
7 rm -rf tlsh_dll/Debug tlsh_dll/Release tlsh_dll/tlsh.VC*.vcproj.*
10 rm -rf tlsh_unittest/Debug tlsh_unittest/Release tlsh_unittest/tlsh_unittest.VC*.vcproj.*
13 rm -rf tlsh_version/Debug tlsh_version/Release tlsh_version/tlsh_version.VC*.vcproj.*
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/cmake/
H A Dspirv.cmake24 message(STATUS "[VC] ${repo_dir}:")
81 message(STATUS "[VC] SPIRVDLL_SRC = ${SPIRVDLL_SRC}")
82 message(STATUS "[VC] SPIRV_SRC = ${SPIRV_SRC}")
126 message(FATAL_ERROR "[VC] Cannot find SPIRVDLL sources in ${SPIRV_SRC}")
132 message(STATUS "[VC] Cannot find SPIRVDLL sources in ${SPIRV_SOURCES}")
141 message(FATAL_ERROR "[VC] Cannot find LLVM version (LLVM_VERSION_MAJOR)")
143 message(STATUS "[VC] Found LLVM version 9")
148 message(STATUS "[VC] Found LLVM version 10")
153 message(STATUS "[VC] Found LLVM version 11")
158 message(STATUS "[VC] Found LLVM version 12")
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/cisco/
H A DCISCO-IETF-PW-ENET-MIB102 -- VC Ethernet table
130 are required for the same VC.
133 configuration for each Ethernet VC."
178 associated to the VC and the VC encapsulation itself.
215 between the VC and the physical/virtual port.
304 classified to this VC. Note that the EXP bit value of the VC
314 the PRI bits is required for this VC."
343 is assigned to this VC.
346 frames are also associated to this VC.
386 -- VC Ethernet Statistics Table
[all …]

12345678910>>...542