Searched refs:w64 (Results 1 – 25 of 71) sorted by relevance
123
/external/harfbuzz_ng/ |
D | README.wine.md | 9 2. And `mingw-w64` compiler. 10 With `brew` on macOS, you can have it like `brew install mingw-w64` 13 on your `~/.local/i686-w64-mingw32`. 16 and `/home/behdad/.local/i686-w64-mingw32` with `<$HOME>/.local/i686-w64-mingw32`
|
D | mingw64.sh | 3 target=x86_64-w64-mingw32
|
D | mingw32.sh | 3 target=i686-w64-mingw32
|
/external/gptfdisk/ |
D | Makefile.mingw64 | 1 CC=/usr/bin/x86_64-w64-mingw32-gcc 2 CXX=/usr/bin/x86_64-w64-mingw32-g++ 3 STRIP=/usr/bin/x86_64-w64-mingw32-strip
|
D | Makefile.mingw | 1 CC=/usr/bin/i686-w64-mingw32-gcc 2 CXX=/usr/bin/i686-w64-mingw32-g++ 3 STRIP=/usr/bin/i686-w64-mingw32-strip
|
/external/libusb/ |
D | appveyor_minGW.bat | 12 …bash -e -l -c "build-x64/../configure --prefix=/mingw64 --build=--build= --host=x86_64-w64-mingw32" 22 …-l -c "build-Win32/../configure --prefix=/mingw32 --build=i686-w64-mingw32 --host=i686-w64-mingw32"
|
/external/webrtc/webrtc/modules/video_coding/ |
D | internal_defines.h | 20 inline uint32_t MaskWord64ToUWord32(int64_t w64) { in MaskWord64ToUWord32() argument 21 return static_cast<uint32_t>(MASK_32_BITS(w64)); in MaskWord64ToUWord32()
|
/external/capstone/ |
D | make.sh | 156 "cross-win32" ) CROSS=i686-w64-mingw32- build $*;; 157 "cross-win64" ) CROSS=x86_64-w64-mingw32- build $*;; 159 "cygwin-mingw64" ) CROSS=x86_64-w64-mingw32- build $*;;
|
D | COMPILE.TXT | 100 To cross-compile for Windows, Linux & gcc-mingw-w64-i686 (and also gcc-mingw-w64-x86-64 153 To compile under Cygwin gcc-mingw-w64-i686 or x86_64-w64-mingw32 run:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | mingw-comdats.ll | 3 ; RUN: llc -function-sections -mtriple=x86_64-w64-windows-gnu < %s | FileCheck %s --check-prefix=GNU 4 ; RUN: llc -function-sections -mtriple=i686-w64-windows-gnu < %s | FileCheck %s --check-prefix=GNU32 5 ; RUN: llc -function-sections -mtriple=x86_64-w64-windows-gnu < %s -filetype=obj | llvm-objdump - -…
|
D | mingw-comdats-xdata.ll | 1 ; RUN: llc -mtriple=x86_64-w64-windows-gnu < %s | FileCheck %s --check-prefix=GNU 2 ; RUN: llc -mtriple=x86_64-w64-windows-gnu < %s -filetype=obj | llvm-objdump - -headers | FileCheck…
|
D | cfi-xmm.ll | 1 ; RUN: llc -mtriple x86_64-w64-windows-gnu -filetype=asm -exception-model=dwarf -o - %s | FileCheck…
|
D | win64-long-double.ll | 1 ; RUN: llc -mtriple x86_64-w64-mingw32 %s -o - | FileCheck %s
|
/external/curl/lib/ |
D | Makefile.m32 | 108 ARCH = w64 114 ifeq ($(ARCH),w64)
|
/external/curl/docs/examples/ |
D | Makefile.m32 | 114 ARCH = w64 120 ifeq ($(ARCH),w64)
|
/external/grpc-grpc/ |
D | Rakefile | 101 w64 = { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64.ruby' } 102 w32 = { cross: 'i686-w64-mingw32', out: 'grpc_c.32.ruby' } 104 [ w64, w32 ].each do |opt|
|
/external/curl/src/ |
D | Makefile.m32 | 120 ARCH = w64 126 ifeq ($(ARCH),w64)
|
/external/llvm/test/DebugInfo/X86/ |
D | DW_AT_stmt_list_sec_offset.ll | 1 ; RUN: llc -mtriple=i686-w64-mingw32 -o %t -filetype=obj %s 3 ; RUN: llc -mtriple=i686-w64-mingw32 -o %t -filetype=obj -dwarf-version=3 %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | DW_AT_stmt_list_sec_offset.ll | 1 ; RUN: llc -mtriple=i686-w64-mingw32 -o %t -filetype=obj %s 3 ; RUN: llc -mtriple=i686-w64-mingw32 -o %t -filetype=obj -dwarf-version=3 %s
|
/external/u-boot/drivers/mtd/ |
D | cfi_flash.c | 387 print_longlong(str, cword.w64); in flash_write_cmd() 394 flash_write64(cword.w64, addr); in flash_write_cmd() 443 print_longlong(str2, cword.w64); in flash_isequal() 447 retval = (flash_read64(addr) == cword.w64); in flash_isequal() 480 retval = ((flash_read64(addr) & cword.w64) == cword.w64); in flash_isset() 747 cword->w64 = (cword->w64 >> 8) | ll; in flash_add_byte() 749 cword->w64 = (cword->w64 << 8) | c; in flash_add_byte() 804 flag = ((flash_read64(dstaddr) & cword.w64) == cword.w64); in flash_write_cfiword() 851 flash_write64(cword.w64, dstaddr); in flash_write_cfiword() 1156 cword.w64 = 0xffffffffffffffffULL; in flash_erase()
|
/external/compiler-rt/make/platform/ |
D | clang_mingw.mk | 1 Description := Static runtime libraries for mingw-w64
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | hidden-vis.ll | 3 ; RUN: llc < %s -mtriple=x86_64-w64-mingw32 | FileCheck %s -check-prefix=WINDOWS
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | GetHostTriple.cmake | 13 set( value "x86_64-w64-mingw32" )
|
/external/llvm/cmake/modules/ |
D | GetHostTriple.cmake | 13 set( value "x86_64-w64-mingw32" )
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | GetTargetTriple.cmake | 13 set( value "x86_64-w64-mingw32" )
|
123