HomeSort by relevance Sort by last modified time
    Searched refs:Win32 (Results 1 - 25 of 35) sorted by null

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/
launcher.win32.win32.x86.properties 11 pluginName = Equinox Launcher Win32 X86 Fragment
  /external/llvm/lib/Support/
Makefile 17 EXTRA_DIST = Unix Win32 README.txt
Triple.cpp 116 case Win32: return "win32";
285 .StartsWith("win32", Triple::Win32)
  /external/quake/quake/src/QW/client/
qwcl.mak 4 # TARGTYPE "Win32 (x86) Application" 0x0101
7 CFG=qwcl - Win32 GL Debug
8 !MESSAGE No configuration specified. Defaulting to qwcl - Win32 GL Debug.
11 !IF "$(CFG)" != "qwcl - Win32 Release" && "$(CFG)" != "qwcl - Win32 Debug" &&\
12 "$(CFG)" != "qwcl - Win32 GL Debug" && "$(CFG)" != "qwcl - Win32 GL Release"
17 !MESSAGE NMAKE /f "qwcl.mak" CFG="qwcl - Win32 GL Debug"
21 !MESSAGE "qwcl - Win32 Release" (based on "Win32 (x86) Application")
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 4 # TARGTYPE "Win32 (x86) Console Application" 0x0103
7 CFG=gas2masm - Win32 Debug
8 !MESSAGE No configuration specified. Defaulting to gas2masm - Win32 Debug.
11 !IF "$(CFG)" != "gas2masm - Win32 Release" && "$(CFG)" !=\
12 "gas2masm - Win32 Debug"
17 !MESSAGE NMAKE /f "gas2masm.mak" CFG="gas2masm - Win32 Debug"
21 !MESSAGE "gas2masm - Win32 Release" (based on\
22 "Win32 (x86) Console Application")
23 !MESSAGE "gas2masm - Win32 Debug" (based on "Win32 (x86) Console Application")
    [all...]
  /external/quake/quake/src/QW/server/
qwsv.mak 4 # TARGTYPE "Win32 (x86) Console Application" 0x0103
7 CFG=qwsv - Win32 Debug
8 !MESSAGE No configuration specified. Defaulting to qwsv - Win32 Debug.
11 !IF "$(CFG)" != "qwsv - Win32 Release" && "$(CFG)" != "qwsv - Win32 Debug"
16 !MESSAGE NMAKE /f "qwsv.mak" CFG="qwsv - Win32 Debug"
20 !MESSAGE "qwsv - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "qwsv - Win32 Debug" (based on "Win32 (x86) Console Application")
    [all...]
  /external/dbus/dbus/
dbus-sockets-win.h 51 #error This does not look like Win32 and the Microsoft C library
74 #endif /* !Win32 */
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 43 if ($^O =~ /^(MS)?Win32$/) {
44 return Win32::GetShortPathName($^X);
  /external/llvm/include/llvm/ADT/
Triple.h 96 Win32,
299 return getOS() == Triple::Win32 || isOSCygMing();
  /external/stlport/test/eh/
intel.mak 4 # TARGTYPE "Win32 (x86) Console Application" 0x0103
33 CPP_PROJ=/nologo /W3 /GX /D "WIN32" /MTd /Zi /Gm /Od /D "_CONSOLE" /I$(STL_INCL) /I. /D_DEBUG
intel45.mak 4 # TARGTYPE "Win32 (x86) Console Application" 0x0103
intel50.mak 4 # TARGTYPE "Win32 (x86) Console Application" 0x0103
  /external/libpcap/
pcap.h 40 #if defined(WIN32)
48 #endif /* WIN32/MSDOS/UN*X */
154 #ifdef WIN32
156 #endif /* WIN32 */
281 #if defined(WIN32)
284 * Win32 definitions
293 #include <Win32-Extensions.h>
318 #endif /* WIN32/MSDOS/UN*X */
pcap1.h 40 #ifdef WIN32
42 #else /* WIN32 */
45 #endif /* WIN32 */
183 #ifdef WIN32
185 #endif /* WIN32 */
271 #ifdef WIN32
273 * Win32 definitions
283 #include <Win32-Extensions.h>
296 #endif /* WIN32 */
  /external/llvm/lib/Target/X86/
X86Subtarget.h 244 bool isTargetWindows() const { return TargetTriple.getOS() == Triple::Win32; }
  /external/zlib/contrib/delphi/
zlibd32.mak 2 # For use with Delphi and C++ Builder under Win32
  /external/zlib/contrib/pascal/
zlibd32.mak 2 # For use with Delphi and C++ Builder under Win32
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 250 case llvm::Triple::Win32:
366 case llvm::Triple::Win32:
446 case llvm::Triple::Win32:
  /external/icu4c/extra/uconv/
makedata.mak 5 # nmake file for creating data files on win32
14 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
  /external/openssl/crypto/perlasm/
x86asm.pl 221 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
229 { $win32=1; require "x86nasm.pl"; }
234 elsif (($type eq "win32"))
235 { $win32=1; require "x86masm.pl"; }
245 coff - GAS/COFF such as Win32 targets
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 241 if (Triple.getOS() == llvm::Triple::Win32 ||
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 162 if (T.getOS() == Triple::Win32) {
163 // Win32 does not support long double
173 TLI.setUnavailable(LibFunc::fabsf); // Win32 and Win64 both lack fabsf
185 // Win32 only has C89 math
211 // Win32 provides some C99 math with mangled names
215 // Win32 on x86 implements single-precision math functions as macros
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 417 if (T.getOS() == Triple::Win32) {
563 T.getOS() == Triple::Win32)) {
  /external/llvm/tools/llc/
llc.cpp 293 if (OS == Triple::Win32)
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 172 # If using Win32 OpenSSL binary installation from Shining Light Productions,

Completed in 1562 milliseconds

1 2