Home
last modified time | relevance | path

Searched defs:ROTL8 (Results 1 – 25 of 33) sorted by path

12

/dports/archivers/lrzip/lrzip-0.631/
H A Daes.c86 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
/dports/audio/libgpod-sharp/libgpod-0.8.3/src/
H A Drijndael.h29 #define ROTL8(x) (((x)<<8)|((x)>>24)) macro
/dports/audio/libgpod/libgpod-0.8.3/src/
H A Drijndael.h29 #define ROTL8(x) (((x)<<8)|((x)>>24)) macro
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Daes.c408 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Daes.c408 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Daes.c393 #define ROTL8(x) ( ( (x) << 8 ) & 0xFFFFFFFF ) | ( (x) >> 24 ) macro
485 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Daes.c393 #define ROTL8(x) ( ( (x) << 8 ) & 0xFFFFFFFF ) | ( (x) >> 24 ) macro
485 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/
H A Daes.c400 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
492 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Daes.c423 #define ROTL8(x) ( ( (x) << 8 ) & 0xFFFFFFFF ) | ( (x) >> 24 ) macro
515 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Daes.c423 #define ROTL8(x) ( ( (x) << 8 ) & 0xFFFFFFFF ) | ( (x) >> 24 ) macro
515 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Daes.c393 #define ROTL8(x) ( ( (x) << 8 ) & 0xFFFFFFFF ) | ( (x) >> 24 ) macro
485 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
/dports/devel/rpc2/rpc2-2.14/secure/
H A Drijndael-mikescott.c49 #define ROTL8(x) (((x)<<8)|((x)>>24)) macro
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Daes.c398 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
490 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/
H A Daes.c398 #define ROTL8(x) ( ( (x) << 8 ) & 0xFFFFFFFF ) | ( (x) >> 24 ) macro
490 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Daes.c393 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
485 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Daes.c383 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Daes.c104 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dcrypt-aes.c96 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
/dports/math/miracl/miracl-5.6/
H A Dmraes.c63 #define ROTL8(x) (((x)<<8)|((x)>>24)) macro
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Daes.c393 #define ROTL8(x) ( ( (x) << 8 ) & 0xFFFFFFFF ) | ( (x) >> 24 ) macro
485 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) macro
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Daes.c361 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Daes.c361 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Daes.c362 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Daes.c362 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Daes.c362 #define ROTL8(x) ( ( x << 8 ) & 0xFFFFFFFF ) | ( x >> 24 ) macro

12