Home
last modified time | relevance | path

Searched refs:IsJcc (Results 1 – 21 of 21) sorted by relevance

/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/Branch/
H A Dx86_2.cpp10 inline bool IsJcc(Byte b0, Byte b1) in IsJcc() function
130 else if (IsJcc(prevByte, b)) in CodeReal()
144 if (b != 0xE8 && b != 0xE9 && !IsJcc(prevByte, b)) in CodeReal()
328 if (b != 0xE8 && b != 0xE9 && !IsJcc(prevByte, b)) in CodeReal()
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Compress/Branch/
H A Dx86_2.cpp10 inline bool IsJcc(Byte b0, Byte b1) in IsJcc() function
139 else if (IsJcc(prevByte, b)) in CodeReal()
153 if (b != 0xE8 && b != 0xE9 && !IsJcc(prevByte, b)) in CodeReal()
337 if (b != 0xE8 && b != 0xE9 && !IsJcc(prevByte, b)) in CodeReal()
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/Branch/
H A Dx86_2.cpp10 inline bool IsJcc(Byte b0, Byte b1) in IsJcc() function
139 else if (IsJcc(prevByte, b)) in CodeReal()
153 if (b != 0xE8 && b != 0xE9 && !IsJcc(prevByte, b)) in CodeReal()
337 if (b != 0xE8 && b != 0xE9 && !IsJcc(prevByte, b)) in CodeReal()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Compress/Branch/
H A Dx86_2.cpp10 inline bool IsJcc(Byte b0, Byte b1) in IsJcc() function
139 else if (IsJcc(prevByte, b)) in CodeReal()
153 if (b != 0xE8 && b != 0xE9 && !IsJcc(prevByte, b)) in CodeReal()
337 if (b != 0xE8 && b != 0xE9 && !IsJcc(prevByte, b)) in CodeReal()
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Compress/Branch/
H A Dx86_2.cpp10 inline bool IsJcc(Byte b0, Byte b1) in IsJcc() function
139 else if (IsJcc(prevByte, b)) in CodeReal()
153 if (b != 0xE8 && b != 0xE9 && !IsJcc(prevByte, b)) in CodeReal()
337 if (b != 0xE8 && b != 0xE9 && !IsJcc(prevByte, b)) in CodeReal()
/dports/emulators/libretro-vice/vice-libretro-5725415/deps/7zip/
H A DBcj2.c7 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
8 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/fex/7z_C/
H A DBcj2.c12 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
13 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/security/clamav/clamav-0.104.2/libclamav/7z/
H A DBcj2.c12 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
13 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/security/clamav-lts/clamav-0.103.5/libclamav/7z/
H A DBcj2.c12 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
13 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/games/spring/spring_98.0/rts/lib/7z/
H A DBcj2.c12 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
13 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/games/spring/spring_98.0/tools/pr-downloader/src/lib/7z/
H A DBcj2.c12 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
13 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/lib/7z/
H A DBcj2.c12 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
13 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/sysutils/squashfs-tools/C/
H A DBcj2.c12 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
13 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DBcj2Coder.cpp12 inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0xF0) == 0x80); } in IsJcc() function
13 inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1)); } in IsJ()
141 else if (IsJcc(prevByte, b)) in CodeReal()
/dports/sysutils/squashfs-tools/CPP/7zip/Compress/
H A DBcj2Coder.cpp12 inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0xF0) == 0x80); } in IsJcc() function
13 inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1)); } in IsJ()
138 else if (IsJcc(prevByte, b)) in CodeReal()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_read_support_format_7zip.c3717 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
3718 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3713 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
3714 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3727 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
3728 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_7zip.c3713 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
3714 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_7zip.c3713 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
3714 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_7zip.c3713 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) macro
3714 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1))