/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 1 ; RUN: opt -O2 -S -mtriple=i386-pc-win32 < %s | FileCheck %s -check-prefix=WIN32 12 ; WIN32-LABEL: @float_acos( 13 ; WIN32-NOT: float @acosf 14 ; WIN32: double @acos 23 ; WIN32-LABEL: @float_asin( 24 ; WIN32-NOT: float @asinf 25 ; WIN32: double @asin 34 ; WIN32-LABEL: @float_atan( 35 ; WIN32-NOT: float @atanf 36 ; WIN32: double @atan [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | win32_sret.ll | 3 ; RUN: llc < %s -mcpu=core2 -mtriple=i686-pc-win32 | FileCheck %s -check-prefix=WIN32 7 ; RUN: llc < %s -mcpu=core2 -O0 -mtriple=i686-pc-win32 | FileCheck %s -check-prefix=WIN32 18 ; WIN32-LABEL: _sret1: 19 ; WIN32: movb $42, (%eax) 20 ; WIN32-NOT: popl %eax 21 ; WIN32: {{retl$}} 38 ; WIN32-LABEL: _sret2: 39 ; WIN32: movb {{.*}}, (%eax) 40 ; WIN32-NOT: popl %eax 41 ; WIN32: {{retl$}} [all …]
|
D | dllexport-x86_64.ll | 1 ; RUN: llc -mtriple x86_64-pc-win32 < %s | FileCheck -check-prefix=CHECK -check-prefix=WIN32 %s 74 ; WIN32: /EXPORT:f1 75 ; WIN32-SAME: /EXPORT:f2 76 ; WIN32-SAME: /EXPORT:lnk1 77 ; WIN32-SAME: /EXPORT:lnk2 78 ; WIN32-SAME: /EXPORT:weak1 79 ; WIN32-SAME: /EXPORT:Var1,DATA 80 ; WIN32-SAME: /EXPORT:Var2,DATA 81 ; WIN32-SAME: /EXPORT:Var3,DATA 82 ; WIN32-SAME: /EXPORT:WeakVar1,DATA [all …]
|
D | sse-intel-ocl.ll | 1 ; RUN: llc < %s -mtriple=i386-pc-win32 -mcpu=nehalem | FileCheck -check-prefix=WIN32 %s 16 ; WIN32: testf16_inp 17 ; WIN32: movl %eax, (%esp) 18 ; WIN32: addps {{.*}}, {{%xmm[0-3]}} 19 ; WIN32: addps {{.*}}, {{%xmm[0-3]}} 20 ; WIN32: addps {{.*}}, {{%xmm[0-3]}} 21 ; WIN32: addps {{.*}}, {{%xmm[0-3]}} 22 ; WIN32: call 23 ; WIN32: ret
|
D | global-sections.ll | 8 …mtriple=i686-pc-win32 -data-sections -function-sections | FileCheck %s -check-prefix=WIN32-SECTIONS 9 ; RUN: llc < %s -mtriple=i686-pc-win32 -function-sections | FileCheck %s -check-prefix=WIN32-FUNC-S… 15 ; WIN32-SECTIONS: .section .text,"xr",one_only,_F1 16 ; WIN32-SECTIONS: .globl _F1 52 ; WIN32-FUNC-SECTIONS: .section .text,"xr",one_only,_F2 53 ; WIN32-FUNC-SECTIONS-NOT: .section 54 ; WIN32-FUNC-SECTIONS: .section .rdata,"dr",associative,_F2 139 ; WIN32-SECTIONS: .section .rdata,"dr",one_only,_G3 140 ; WIN32-SECTIONS: .globl _G3 214 ; WIN32-SECTIONS: .section .rdata,"dr",one_only,_G7 [all …]
|
/external/llvm/test/MC/COFF/ |
D | global_ctors_dtors.ll | 3 ; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32 4 ; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN32 52 ; WIN32: .section .CRT$XCU,"dr" 53 ; WIN32: a_global_ctor 54 ; WIN32: .section .CRT$XCU,"dr",associative,{{_?}}b 55 ; WIN32: b_global_ctor 56 ; WIN32-NOT: c_global_ctor 57 ; WIN32: .section .CRT$XTX,"dr" 58 ; WIN32: a_global_dtor
|
/external/libpcap/ |
D | savefile.c | 35 #ifdef WIN32 68 #if defined(WIN32) 112 #ifdef WIN32 178 #if defined(WIN32) || defined(MSDOS) in pcap_open_offline_with_tstamp_precision() 187 #if !defined(WIN32) && !defined(MSDOS) in pcap_open_offline_with_tstamp_precision() 213 #ifdef WIN32 252 #ifdef WIN32 316 #if !defined(WIN32) && !defined(MSDOS) in pcap_fopen_offline_with_tstamp_precision() 335 #ifdef WIN32 in pcap_fopen_offline_with_tstamp_precision() 357 #ifdef WIN32
|
D | pcap-int.h | 43 #ifdef WIN32 129 #ifdef WIN32 152 #ifdef WIN32 243 #ifdef WIN32 379 #if !defined(WIN32) && !defined(MSDOS) 451 #ifdef WIN32
|
/external/e2fsprogs/intl/ |
D | localcharset.c | 44 # undef WIN32 /* avoid warning on mingw32 */ 45 # define WIN32 macro 53 #if !defined WIN32 61 #elif defined WIN32 117 #if !(defined VMS || defined WIN32) in get_charset_aliases() 231 # if defined WIN32 in get_charset_aliases() 275 #if !(defined WIN32 || defined OS2) in locale_charset() 312 #elif defined WIN32 in locale_charset()
|
/external/c-ares/ |
D | ares_setup.h | 22 #if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32) 23 #define WIN32 macro 35 #ifdef WIN32 154 #if !defined(HAVE_SYS_UIO_H) && !defined(WIN32) && !defined(MSDOS)
|
/external/dbus/cmake/ |
D | CMakeLists.txt | 70 set (WIN32) variable 74 if (WIN32) 80 endif (WIN32) 84 if(NOT WIN32) 88 endif(NOT WIN32) 120 if(WIN32) 158 endif(WIN32) 208 if (WIN32 OR CYGWIN) 210 else (WIN32 OR CYGWIN) 212 endif (WIN32 OR CYGWIN) [all …]
|
/external/vulkan-validation-layers/demos/ |
D | CMakeLists.txt | 1 if(NOT WIN32) 13 if(WIN32) 20 if(WIN32) 73 if(NOT WIN32) 81 if(WIN32) 96 …add_executable(tri WIN32 tri.c ${CMAKE_BINARY_DIR}/demos/tri-vert.spv ${CMAKE_BINARY_DIR}/demos/tr… 100 if(NOT WIN32) 110 …add_executable(cube WIN32 cube.c ${CMAKE_BINARY_DIR}/demos/cube-vert.spv ${CMAKE_BINARY_DIR}/demos…
|
/external/freetype/src/gzip/ |
D | zconf.h | 51 #if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32) 52 # define WIN32 macro 54 #if defined(__GNUC__) || defined(WIN32) || defined(__386__) || defined(i386) 80 #if (defined(MSDOS) || defined(_WINDOWS) || defined(WIN32)) && !defined(STDC) 180 # ifdef WIN32 187 # if (__BORLANDC__ >= 0x0500) && defined (WIN32)
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
D | zconf.h | 51 #if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32) 52 # define WIN32 macro 54 #if defined(__GNUC__) || defined(WIN32) || defined(__386__) || defined(i386) 80 #if (defined(MSDOS) || defined(_WINDOWS) || defined(WIN32)) && !defined(STDC) 180 # ifdef WIN32 187 # if (__BORLANDC__ >= 0x0500) && defined (WIN32)
|
/external/opencv/otherlibs/highgui/ |
D | highgui.h | 48 #if defined WIN32 || defined WIN64 54 #if defined WIN32 || defined WIN64 83 #elif (defined WIN32 || defined WIN64) && !defined __GNUC__ 90 #if (defined WIN32 || defined WIN64) && defined CVAPI_EXPORTS 243 #ifdef WIN32 in LOAD_CHDL() 266 #ifdef WIN32 in LOAD_CHDL() 330 #if defined __cplusplus && (!defined WIN32 || !defined (__GNUC__)) && !defined CV_NO_CVV_IMAGE 351 #ifdef WIN32
|
/external/netperf/src/ |
D | hist.h | 11 #ifdef WIN32 74 #elif defined(WIN32) 135 #elif defined(WIN32) 162 #elif defined(WIN32)
|
D | netserver.c | 121 #ifdef WIN32 163 #if defined(WIN32) 214 #if defined(WIN32) in init_netserver_globals() 230 #if !defined(WIN32) in unlink_empty_debug_file() 247 #if !defined WIN32 in open_debug_file() 259 #if defined(WIN32) in open_debug_file() 273 #if !defined(WIN32) in open_debug_file() 389 #ifdef WIN32 in set_server_sock() 1053 #elif defined(WIN32) in spawn_child() 1231 #if !defined(WIN32) in accept_connections() [all …]
|
D | netlib.h | 238 # ifdef WIN32 358 #ifdef WIN32 404 #ifndef WIN32 460 #ifdef WIN32 620 #ifndef WIN32 683 #ifdef WIN32 689 #ifdef WIN32 705 #ifndef WIN32 721 #ifdef WIN32
|
/external/libevent/include/event2/ |
D | util.h | 66 #ifdef WIN32 109 #elif defined(WIN32) 128 #elif defined(WIN32) 147 #elif defined(WIN32) 196 #ifdef WIN32 253 #ifdef WIN32 271 #ifdef WIN32 327 #ifdef WIN32
|
/external/opencv3/3rdparty/libjpeg/ |
D | jconfig.h | 11 #if defined __MINGW__ || defined __MINGW32__ || (!defined WIN32 && !defined _WIN32) 82 #if !defined WIN32 && !defined _WIN32 111 #if defined WIN32 || defined _WIN32
|
/external/opencv3/cmake/ |
D | OpenCVFindLATEX.cmake | 14 IF (WIN32) 48 ENDIF (WIN32) 86 IF (WIN32) 91 ELSE (WIN32) 96 ENDIF (WIN32)
|
/external/curl/src/ |
D | tool_doswin.c | 24 #if defined(MSDOS) || defined(WIN32) 30 #ifdef WIN32 67 #ifdef WIN32 80 #ifdef WIN32 248 #ifdef WIN32
|
/external/zlib/src/contrib/minizip/ |
D | configure.ac | 21 WIN32="yes" 26 AM_CONDITIONAL([WIN32], [test "${WIN32}" = "yes"]) condition
|
/external/libvncserver/libvncclient/ |
D | sockets.c | 38 #ifdef WIN32 121 #ifndef WIN32 in ReadFromRFBServer() 164 #ifdef WIN32 in ReadFromRFBServer() 203 #ifdef WIN32 in ReadFromRFBServer() 267 #ifdef WIN32 in WriteToRFBServer() 300 #ifdef WIN32 in initSockets() 335 #ifdef WIN32 in ConnectClientToTcpAddr() 423 #ifdef WIN32 in ConnectClientToUnixSock() 647 #ifdef WIN32 670 #ifdef WIN32 [all …]
|
/external/pdfium/third_party/zlib_v128/ |
D | zconf.h | 165 # ifndef WIN32 166 # define WIN32 macro 169 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) 204 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 308 #if defined(WINDOWS) || defined(WIN32) 313 # if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500)) 333 # ifdef WIN32
|