Home
last modified time | relevance | path

Searched defs:rotrFixed (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lzma-16.04/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lib7z/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lzma-16.04/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/archivers/py-lzma/pylzma-0.5.0/src/sdk/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/archivers/ppmd-7z/p7zip_9.04/C/
H A DRotateDefs.h11 #define rotrFixed(x, n) _rotr((x), (n)) macro
16 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/archivers/lzma/lzma-19.00/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/archivers/7-zip/7-zip-21.07/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/archivers/maxcso/maxcso-1.10.0/7zip/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/security/clamav/clamav-0.104.2/libclamav/7z/
H A DRotateDefs.h11 #define rotrFixed(x, n) _rotr((x), (n)) macro
16 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/security/clamav-lts/clamav-0.103.5/libclamav/7z/
H A DRotateDefs.h11 #define rotrFixed(x, n) _rotr((x), (n)) macro
16 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/emulators/mgba/mgba-0.9.2/src/third-party/lzma/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/lzma_sdk/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/security/hashcat/hashcat-6.2.5/deps/LZMA-SDK/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/sysutils/squashfs-tools/C/
H A DRotateDefs.h11 #define rotrFixed(x, n) _rotr((x), (n)) macro
16 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/games/el/Eternal-Lands-1.9.5.9-1/xz/
H A DRotateDefs.h11 #define rotrFixed(x, n) _rotr((x), (n)) macro
16 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/lzma_sdk/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/C/
H A DRotateDefs.h19 #define rotrFixed(x, n) _rotr((x), (n)) macro
26 #define rotrFixed(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) macro

12