/external/llvm/test/MC/COFF/ |
relocation-imgrel.s | 6 // RUN: llvm-mc -filetype=obj -triple i686-pc-win32 %s | llvm-readobj -r | FileCheck --check-prefix=W32 %s 17 // W32: Relocations [ 18 // W32-NEXT: Section (1) .text { 19 // W32-NEXT: 0x3 IMAGE_REL_I386_DIR32NB foo 20 // W32-NEXT: 0xA IMAGE_REL_I386_DIR32NB foo 21 // W32-NEXT: } 22 // W32-NEXT: ]
|
/external/valgrind/main/VEX/priv/ |
host_generic_simd128.c | 136 res->w32[0] = mul32(argL->w32[0], argR->w32[0]); 137 res->w32[1] = mul32(argL->w32[1], argR->w32[1]); 138 res->w32[2] = mul32(argL->w32[2], argR->w32[2]); 139 res->w32[3] = mul32(argL->w32[3], argR->w32[3]) [all...] |
guest_generic_x87.c | 649 resV->w32[0] = bits4_to_bytes4( (intRes2 >> 0) & 0xF ); 650 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF ); 651 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF ); 652 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF ); 654 resV->w32[0] = intRes2 & 0xFFFF; 655 resV->w32[1] = 0; 656 resV->w32[2] = 0; 657 resV->w32[3] = 0; 673 resV->w32[0] = newECX; 674 resV->w32[1] = 0 [all...] |
host_generic_simd64.c | 1179 static inline UShort sel16x2_1 ( UInt w32 ) { 1180 return 0xFFFF & (UShort)(w32 >> 16); 1182 static inline UShort sel16x2_0 ( UInt w32 ) { 1183 return 0xFFFF & (UShort)(w32); 1188 UInt w32 = (((UInt)w3) << 24) | (((UInt)w2) << 16) local 1190 return w32; 1193 static inline UChar sel8x4_3 ( UInt w32 ) { 1194 return toUChar(0xFF & (w32 >> 24)); 1196 static inline UChar sel8x4_2 ( UInt w32 ) { 1197 return toUChar(0xFF & (w32 >> 16)) [all...] |
host_mips_defs.c | 2317 UInt w32 = 0; local [all...] |
/ndk/sources/host-tools/make-3.81/ |
build_w32.bat | 18 if not exist config.h copy config.h.W32 config.h
19 cd w32\subproc
31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c variable.c
33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c
35 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c remote-stub.c
37 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c commands.c
39 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c file.c
41 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c getloadavg.c
43 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c default.c
45 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/ (…) [all...] |
make_msvc_net2003.vcproj | 22 AdditionalIncludeDirectories=".;w32/include;glob"
49 Description="Copying config.h.W32 to config.h"
50 CommandLine="if not exist config.h copy config.h.W32 config.h"/>
74 AdditionalIncludeDirectories=".;w32/include;glob"
99 Description="Copying config.h.W32 to config.h"
100 CommandLine="if not exist config.h copy config.h.W32 config.h"/>
200 Name="w32"
203 RelativePath=".\w32\compat\dirent.c">
206 RelativePath=".\w32\subproc\misc.c">
221 RelativePath=".\w32\pathstuff.c"> [all...] |
NMakefile | 30 CFLAGS_any = /nologo /MT /W4 /GX /Zi /YX /I . /I glob /I w32/include /D WIN32 /D WINDOWS32 /D _CONSOLE /D HAVE_CONFIG_H 34 LDFLAGS_debug = w32\subproc\WinDebug\subproc.lib /NOLOGO /SUBSYSTEM:console\ 37 LDFLAGS_release = w32\subproc\WinRel\subproc.lib /NOLOGO /SUBSYSTEM:console\ 48 subproc: w32/subproc/WinDebug/subproc.lib w32/subproc/WinRel/subproc.lib 50 w32/subproc/WinDebug/subproc.lib w32/subproc/WinRel/subproc.lib: w32/subproc/misc.c w32/subproc/sub_proc.c w32/subproc/w32err. [all...] |
Makefile.am | 26 MAYBE_W32 = w32 27 W32INC = -I $(top_srcdir)/w32/include 76 README.W32 NMakefile config.h.W32 build_w32.bat subproc.bat \ 127 # Install the w32 and tests subdirectories 131 sub=`find w32 tests -follow \( -name CVS -prune -o -name .cvsignore -o -name work -prune \) -o \( -name \*.orig -o -name \*.rej -o -name \*~ -prune \) -o -type f -print`; \
|
subproc.bat | 20 cd w32\subproc
|
README.W32 | 19 if not exist config.h copy config.h.W32 config.h 36 2. Open a W32 command prompt for your installed (MinGW-)GCC, setup a 47 2. Open a W32 command prompt for your installed (MSVC++-)cl, setup a 125 support on, define HAVE_MKS_SHELL in the config.h.W32 before you 210 in w32/pathstuff.c and vpath.c would be the places to start. 224 config.h.W32.
|
ChangeLog | 132 * w32/subproc/sub_proc.c (process_pipe_io): Make dwStdin, 251 * w32/subproc/sub_proc.c (process_begin): Remove no-op tests. 257 * config.h.W32.template [WINDOWS32]: Set flags for Windows builds. 283 * README.W32.template: Applied patch #4785 from 299 * w32/include/sub_proc.h: Add a prototype for process_used_slots. 301 * w32/subproc/sub_proc.c: Change dimension of proc_array[] to 351 * config.h.W32.template [WINDOWS32]: Add in some pragmas to 362 to README.W32. Fix the section name that describes the new 501 * w32/pathstuff.c (getcwd_fs): Fix warning about assignment in a 516 * w32/subproc/sub_proc.c: Include signal.h [all...] |
Makefile.DOS | 92 EXTRA_DIST = $(BUILT_SOURCES) $(man_MANS) README.customs remote-cstms.c make-stds.texi texinfo.tex SCOPTIONS SMakefile Makefile.ami README.Amiga config.ami amiga.c amiga.h NMakefile README.DOS configh.dos configure.bat makefile.com README.W32 build_w32.bat config.h-W32 subproc.bat make.lnk config.h-vms makefile.vms readme.vms vmsdir.h vmsfunctions.c vmsify.c 462 # Install the w32 subdirectory 466 w32=`find w32 -follow \( -name CVS -prune \) -o -type f -print`; \ 467 tar chf - $$w32) \
|
config.h.W32 | 1 /* config.h.W32 -- hand-massaged config.h file for Windows builds -*-C-*- 457 * Refer to README.W32 for info on the following settings
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
realpath | 60 if ($port_type ne 'W32') {
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_copy_sse2.asm | 27 je .w32 51 .w32:
|
/external/bison/lib/ |
fcntl.c | 147 #endif /* W32 */ 280 # else /* !W32 */ 285 # endif /* !W32 */
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
symlinks | 13 if ($port_type eq 'W32' || !( eval { symlink("",""); 1 })) {
|
/ndk/sources/host-tools/make-3.81/w32/include/ |
sub_proc.h | 26 * $Source: /sources/make/make/w32/include/sub_proc.h,v $
|
/external/libpng/contrib/gregbook/ |
README | 29 Makefile.w32 Windows (MSVC) makefile 117 Copy Makefile.w32 to Makefile and edit the PNGPATH and ZPATH variables
|
Makefile.w32 | 14 # nmake -nologo -f Makefile.w32
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
sem_wait.c | 73 * Don't release the W32 sema, it doesn't need adjustment
|
sem_timedwait.c | 87 * Don't release the W32 sema, it doesn't need adjustment
|
/external/valgrind/main/VEX/pub/ |
libvex_basictypes.h | 73 UInt w32[4]; member in union:__anon29400
|
/external/zlib/src/old/os2/ |
Makefile.os2 | 56 contrib/untgz/Makefile contrib/untgz/*.c contrib/untgz/*.w32
|