Home
last modified time | relevance | path

Searched refs:w64 (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/
H A Dskein_port.h65 #define Skein_Swap64(w64) \ argument
66 (((((uint64_t)(w64)) & 0xFF) << 56) | \
67 (((((uint64_t)(w64)) >> 8) & 0xFF) << 48) | \
68 (((((uint64_t)(w64)) >> 16) & 0xFF) << 40) | \
69 (((((uint64_t)(w64)) >> 24) & 0xFF) << 32) | \
70 (((((uint64_t)(w64)) >> 32) & 0xFF) << 24) | \
71 (((((uint64_t)(w64)) >> 40) & 0xFF) << 16) | \
72 (((((uint64_t)(w64)) >> 48) & 0xFF) << 8) | \
73 (((((uint64_t)(w64)) >> 56) & 0xFF)))
75 #define Skein_Swap64(w64) (w64) argument
/f-stack/dpdk/config/x86/
H A Dcross-mingw2 c = 'x86_64-w64-mingw32-gcc'
3 cpp = 'x86_64-w64-mingw32-g++'
4 ld = 'x86_64-w64-mingw32-ld'
5 ar = 'x86_64-w64-mingw32-ar'
6 strip = 'x86_64-w64-mingw32-strip'
7 pkgconfig = 'x86_64-w64-mingw32-pkg-config'
/f-stack/dpdk/doc/guides/windows_gsg/
H A Dbuild_dpdk.rst14 * The MinGW-w64 toolchain (either native or cross).
44 Option 2. MinGW-w64 Toolchain
47 On Linux, i.e. for cross-compilation, install MinGW-w64 via a package manager.
49 `MinGW-w64 bug <https://sourceforge.net/p/mingw-w64/bugs/562/>`_.
52 `MinGW-w64 repository <https://sourceforge.net/projects/mingw-w64/files/>`_.
92 When using MinGW-w64, it is sufficient to have toolchain executables in PATH:
106 Option 2. Cross-Compile with MinGW-w64
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dmsys2-win64.sh6 if (x86_64-w64-mingw32-gcc --version > /dev/null 2>&1) then
9 echo Please install mingw-w64-x86_64-gcc >&2
14 --host=x86_64-w64-mingw32 && \
H A Dmsys2-win32.sh6 if (i686-w64-mingw32-gcc --version > /dev/null 2>&1) then
9 echo Please install mingw-w64-i686-gcc >&2
14 --host=i686-w64-mingw32 && \
/f-stack/freebsd/crypto/skein/
H A Dskein_port.h81 #define Skein_Swap64(w64) bswap64(w64) argument
83 #define Skein_Swap64(w64) (w64) argument
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A D.appveyor.yml33 - if defined MSVC pacman --noconfirm -Rsc mingw-w64-%CPU%-gcc gcc
34 - pacman --noconfirm -Suy mingw-w64-%CPU%-make
/f-stack/freebsd/contrib/zstd/
H A Dappveyor.yml29 …SCRIPT: "MOREFLAGS='--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-conversion' make …
59 SET "PATH_MINGW32=C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin" &&
60 SET "PATH_MINGW64=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin" &&
61 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex…
62 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe
207 …SCRIPT: "CFLAGS='--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-conversion' make -j …
238 SET "PATH_MINGW32=C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin" &&
239 SET "PATH_MINGW64=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin" &&
240 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex…
241 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe
/f-stack/dpdk/config/
H A Dmeson.build277 # Use MinGW-w64 stdio, because DPDK assumes ANSI-compliant formatting.
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c164 uint64_t w64; in mlx5_txpp_doorbell_rearm_queue() member
179 __mlx5_uar_write64_relaxed(cs.w64, reg_addr, NULL); in mlx5_txpp_doorbell_rearm_queue()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h1911 uint32_t w64 : 1; /**< Indicates a 32b(=0) or 64b(=1) device */ member
1922 uint32_t w64 : 1;
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru1532 *) Исправление: nginx/Windows не собирался с MinGW-w64 gcc.
H A DCHANGES1501 *) Bugfix: nginx/Windows could not be built with MinGW-w64 gcc.