OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_MSC_VER
(Results
1 - 25
of
591
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libvpx/vp8/common/
pragmas.h
17
#ifdef
_MSC_VER
/external/protobuf/vsprojects/
config.h
12
#if
_MSC_VER
< 1310 ||
_MSC_VER
>= 1600
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_mixer_MMX_VC.h
25
#if ((defined(
_MSC_VER
) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
/external/v8/src/
platform-tls.h
42
#if defined(
_MSC_VER
) && (defined(_WIN32) || defined(_WIN64))
/external/webkit/Source/JavaScriptCore/wtf/
NullPtr.h
38
#if __has_feature(cxx_nullptr) || (defined(
_MSC_VER
) &&
_MSC_VER
>= 1600)
/external/mesa3d/include/c99/
stdbool.h
38
#if defined(
_MSC_VER
) || (__STDC_VERSION__ < 199901L && __GNUC__ < 3)
/external/expat/xmlwf/
xmlfile.h
9
#if defined(XML_USE_MSC_EXTENSIONS) &&
_MSC_VER
< 1400
/external/bluetooth/glib/
config.h.win32.in
65
#ifndef
_MSC_VER
67
#endif /*
_MSC_VER
*/
85
#ifndef
_MSC_VER
87
#else /*
_MSC_VER
*/
89
#endif /*
_MSC_VER
*/
95
#if !defined(
_MSC_VER
) && !defined(__DMC__)
97
#else /*
_MSC_VER
or __DMC__ */
99
#endif /*
_MSC_VER
or __DMC__ */
105
#ifndef
_MSC_VER
107
#else /*
_MSC_VER
*/
[
all
...]
/external/e2fsprogs/include/nonunix/linux/
types.h
4
#ifndef
_MSC_VER
5
#error
_MSC_VER
not defined
/external/libvpx/vpx/
vpx_integer.h
18
#if defined(
_MSC_VER
) || defined(VPX_EMULATE_INTTYPES)
27
#if defined(
_MSC_VER
)
/external/wpa_supplicant/
wpa_common.h
25
#ifdef
_MSC_VER
27
#endif /*
_MSC_VER
*/
36
#ifdef
_MSC_VER
38
#endif /*
_MSC_VER
*/
/external/wpa_supplicant_6/wpa_supplicant/src/common/
eapol_common.h
20
#ifdef
_MSC_VER
22
#endif /*
_MSC_VER
*/
31
#ifdef
_MSC_VER
33
#endif /*
_MSC_VER
*/
/external/wpa_supplicant_8/src/common/
eapol_common.h
20
#ifdef
_MSC_VER
22
#endif /*
_MSC_VER
*/
31
#ifdef
_MSC_VER
33
#endif /*
_MSC_VER
*/
/external/flac/include/FLAC/
export.h
58
#if defined(FLAC__NO_DLL) || !defined(
_MSC_VER
)
ordinals.h
35
#if !(defined(
_MSC_VER
) || defined(__BORLANDC__) || defined(__EMX__))
42
#if defined(
_MSC_VER
) || defined(__BORLANDC__)
/external/qemu/distrib/sdl-1.2.12/include/
close_code.h
30
#if defined(
_MSC_VER
) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__)
/external/webp/include/webp/
types.h
15
#ifndef
_MSC_VER
30
#endif /*
_MSC_VER
*/
/prebuilt/darwin-x86/sdl/include/SDL/
close_code.h
30
#if defined(
_MSC_VER
) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__)
/prebuilt/linux-x86/sdl/include/SDL/
close_code.h
30
#if defined(
_MSC_VER
) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__)
/prebuilt/windows/sdl/host/include/SDL/
close_code.h
30
#if defined(
_MSC_VER
) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__)
/prebuilt/windows/sdl/include/SDL/
close_code.h
30
#if defined(
_MSC_VER
) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__)
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
util.cpp
12
#ifdef
_MSC_VER
20
#ifdef
_MSC_VER
/external/collada/include/dae/
daeWin32Platform.h
23
#if
_MSC_VER
<= 1200
40
#ifdef
_MSC_VER
/external/llvm/utils/unittest/UnitTestMain/
TestMain.cpp
17
# if defined(
_MSC_VER
)
30
# if defined(
_MSC_VER
)
/external/stlport/src/
warning_disable.h
7
# if (
_MSC_VER
< 1300) /* VC6/eVC4 */
19
# if (
_MSC_VER
<= 1310)
23
# if (
_MSC_VER
< 1300) && defined (UNDER_CE)
29
# if (
_MSC_VER
>= 1400) && defined (UNDER_CE)
Completed in 768 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>