Home
last modified time | relevance | path

Searched refs:MSC (Results 1 – 25 of 40) sorted by relevance

12

/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
DEASLibVst.c324 #if defined(_DEBUG) && !defined(MSC)
371 #if defined(_DEBUG) && !defined(MSC) in EAS_HWInit()
410 #if defined(_DEBUG) && !defined(MSC) in EAS_HWShutdown()
DEASLib.c629 #if defined(_DEBUG) && !defined(MSC)
676 #if defined(_DEBUG) && !defined(MSC) in EAS_HWInit()
715 #if defined(_DEBUG) && !defined(MSC) in EAS_HWShutdown()
/external/python/cpython2/Modules/zlib/
Dzconf.h.in306 * This was tested only with MSC; for other MSDOS compilers you may have
312 /* MSC small or medium model */
397 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
Dzconf.h.cmakein308 * This was tested only with MSC; for other MSDOS compilers you may have
314 /* MSC small or medium model */
399 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
DChangeLog1092 - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane)
1188 - increase stack space for MSC (Tim Wegner)
1259 - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
1297 - better check for 16-bit mode MSC (avoids problem with Symantec)
/external/zlib/src/
Dzconf.h.cmakein308 * This was tested only with MSC; for other MSDOS compilers you may have
314 /* MSC small or medium model */
399 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
Dzconf.h.in306 * This was tested only with MSC; for other MSDOS compilers you may have
312 /* MSC small or medium model */
397 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
DChangeLog1092 - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane)
1188 - increase stack space for MSC (Tim Wegner)
1259 - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
1297 - better check for 16-bit mode MSC (avoids problem with Symantec)
/external/deqp/framework/delibs/cmake/
DDefs.cmake101 DE_MAKE_ENV_BOOL("DE_COMPILER" "MSC")
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataTypes.h.in136 /* MSC treats -2147483648 as -(2147483648U). */
DDataTypes.h.cmake136 /* MSC treats -2147483648 as -(2147483648U). */
/external/u-boot/include/
DSA-1100.h1918 #define MSC /* Static memory Control reg. */ \ macro
1921 #define MSC0 (MSC [0]) /* Static memory Control reg. 0 */
1922 #define MSC1 (MSC [1]) /* Static memory Control reg. 1 */
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3687 MaskedScatterSDNode *MSC = cast<MaskedScatterSDNode>(N); in WidenVecOp_MSCATTER() local
3688 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER()
3689 SDValue Mask = MSC->getMask(); in WidenVecOp_MSCATTER()
3691 SDValue Scale = MSC->getScale(); in WidenVecOp_MSCATTER()
3705 SDValue Index = MSC->getIndex(); in WidenVecOp_MSCATTER()
3711 SDValue Ops[] = {MSC->getChain(), WideVal, Mask, MSC->getBasePtr(), Index, in WidenVecOp_MSCATTER()
3714 MSC->getMemoryVT(), dl, Ops, in WidenVecOp_MSCATTER()
3715 MSC->getMemOperand()); in WidenVecOp_MSCATTER()
DDAGCombiner.cpp7375 MaskedScatterSDNode *MSC = cast<MaskedScatterSDNode>(N); in visitMSCATTER() local
7376 SDValue Mask = MSC->getMask(); in visitMSCATTER()
7377 SDValue Data = MSC->getValue(); in visitMSCATTER()
7395 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(MSC->getValueType(0)); in visitMSCATTER()
7397 SDValue Chain = MSC->getChain(); in visitMSCATTER()
7399 EVT MemoryVT = MSC->getMemoryVT(); in visitMSCATTER()
7400 unsigned Alignment = MSC->getOriginalAlignment(); in visitMSCATTER()
7408 SDValue Scale = MSC->getScale(); in visitMSCATTER()
7409 SDValue BasePtr = MSC->getBasePtr(); in visitMSCATTER()
7411 std::tie(IndexLo, IndexHi) = DAG.SplitVector(MSC->getIndex(), DL); in visitMSCATTER()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3336 MaskedScatterSDNode *MSC = cast<MaskedScatterSDNode>(N); in WidenVecOp_MSCATTER() local
3337 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER()
3338 SDValue Mask = MSC->getMask(); in WidenVecOp_MSCATTER()
3350 SDValue Index = MSC->getIndex(); in WidenVecOp_MSCATTER()
3356 SDValue Ops[] = {MSC->getChain(), WideVal, Mask, MSC->getBasePtr(), Index}; in WidenVecOp_MSCATTER()
3358 MSC->getMemoryVT(), dl, Ops, in WidenVecOp_MSCATTER()
3359 MSC->getMemOperand()); in WidenVecOp_MSCATTER()
DDAGCombiner.cpp5331 MaskedScatterSDNode *MSC = cast<MaskedScatterSDNode>(N); in visitMSCATTER() local
5332 SDValue Mask = MSC->getMask(); in visitMSCATTER()
5333 SDValue Data = MSC->getValue(); in visitMSCATTER()
5351 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(MSC->getValueType(0)); in visitMSCATTER()
5353 SDValue Chain = MSC->getChain(); in visitMSCATTER()
5355 EVT MemoryVT = MSC->getMemoryVT(); in visitMSCATTER()
5356 unsigned Alignment = MSC->getOriginalAlignment(); in visitMSCATTER()
5364 SDValue BasePtr = MSC->getBasePtr(); in visitMSCATTER()
5366 std::tie(IndexLo, IndexHi) = DAG.SplitVector(MSC->getIndex(), DL); in visitMSCATTER()
5369 getMachineMemOperand(MSC->getPointerInfo(), in visitMSCATTER()
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst280 On Windows, faulthandler.enable() now ignores MSC and COM exceptions.
D3.6.4rc1.rst598 On Windows, faulthandler.enable() now ignores MSC and COM exceptions.
/external/python/cpython3/Doc/faq/
Dwindows.rst66 Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32
/external/v8/src/s390/
Dsimulator-s390.h1013 EVALUATE(MSC);
Dconstants-s390.h933 V(msc, MSC, 0xE353) /* type = RSY_A MULTIPLY SINGLE (32) */ \
/external/python/cpython2/Doc/faq/
Dwindows.rst65 Python 2.7.3 (default, Apr 10 2012, 22.71:26) [MSC v.1500 32 bit (Intel)] on win32
/external/libxml2/
DNEWS1405 - portability: problem with xpath.c on Windows (MSC and Borland), memcmp
1960 - patches for Borland C++ and MSC by Igor
2120 - the Microsoft MSC projects files should now be up to date
2154 - a few more fixes for compilation on Windows MSC by Yon Derek
2172 compilation on Windows MSC
2241 - Windows: Igor Zlatkovic patches for MSC compilation
Dconfigure.ac1648 dnl Also *win32*config.h files redefine them for various MSC compilers.
/external/python/cpython3/Doc/tools/
Dsusp-ignored.csv17 faq/windows,,:d48eceb,"Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Int…

12