代码搜索:STLP
找到约 652 项符合「STLP」的源代码
代码结果 652
www.eeworm.com/read/392773/2490877
h _feedback.h
/* Helper header to give feedback about build environment configuration
* thanks to #pragma message directives.
*/
#if defined (_STLP_VERBOSE)
# define _STLP_VERBOSE_MODE_SUPPORTED
# if defined
www.eeworm.com/read/392773/2490888
h _config_compat_post.h
/*========================================== */
#if 1 /* def _STLP_3_COMPATIBILITY */
# define __SGI_STL_PORT _STLPORT_VERSION
# if defined (_STLP_DEBUG) && ! defined ( __STL_DEBUG )
# define __ST
www.eeworm.com/read/191923/5160985
h _config_compat_post.h
//==========================================
# define __SGI_STL_PORT _STLPORT_VERSION
# if defined (_STLP_DEBUG) && ! defined ( __STL_DEBUG )
# define __STL_DEBUG _STLP_DEBUG
# endif
# if defined
www.eeworm.com/read/317951/3573384
h _detect_dll_or_lib.h
/* File used to define macros:
* _STLP_USE_DYNAMIC_LIB: To signal use STLport as a dll or build of the
* STLport dlls.
* _STLP_USE_STATIC_LIB: To signal use of STLport as
www.eeworm.com/read/317951/3573392
h _intel.h
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
#define _STLP_COMPILER "Intel ICL"
#define _STLP_IMPORT_TEMPLATE_KEYWORD extern
/* You need to und
www.eeworm.com/read/317951/3573401
h _sgi.h
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
#define _STLP_COMPILER "CC"
#define _STLP_HAS_SPECIFIC_PROLOG_EPILOG
// define native include path
www.eeworm.com/read/282766/4087573
h _detect_dll_or_lib.h
/* File used to define macros:
* _STLP_USE_DYNAMIC_LIB: To signal use STLport as a dll or build of the
* STLport dlls.
* _STLP_USE_STATIC_LIB: To signal use of STLport as
www.eeworm.com/read/282766/4087581
h _intel.h
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
#define _STLP_COMPILER "Intel ICL"
#define _STLP_IMPORT_TEMPLATE_KEYWORD extern
/* You need to und
www.eeworm.com/read/282766/4087590
h _sgi.h
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
#define _STLP_COMPILER "CC"
#define _STLP_HAS_SPECIFIC_PROLOG_EPILOG
// define native include path
www.eeworm.com/read/411488/2187258
h host.h
/*
* This file defines site configuration.
*/
/*
* _STLP_NO_THREADS: if defined, STLport don't use any
* multithreading support. Synonym is _NOTHREADS
*/
/*
#define _NOTHREADS
#define _STLP_NO_T