Home
last modified time | relevance | path

Searched refs:MAX_CHECKSUM_LEN (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/hatari/hatari-2.2.1/src/cpu/jit/
H A Dcompemu.h126 #define MAX_CHECKSUM_LEN 2048 /* The maximum size we calculate checksums macro
H A Dcompemu_support.c3561 if (len >= 0 && len <= MAX_CHECKSUM_LEN) { in calc_checksum()
3592 if (len<0 || len>MAX_CHECKSUM_LEN) {
/dports/emulators/fs-uae/fs-uae-3.1.35/src/jit/
H A Dcompemu.h123 #define MAX_CHECKSUM_LEN 2048 /* The maximum size we calculate checksums macro
H A Dcompemu_support.cpp3513 if (len >= 0 && len <= MAX_CHECKSUM_LEN) { in calc_checksum()
3544 if (len<0 || len>MAX_CHECKSUM_LEN) {
/dports/emulators/aranym/aranym-1.1.0/src/uae_cpu/compiler/
H A Dcompemu.h126 #define MAX_CHECKSUM_LEN 2048 /* The maximum size we calculate checksums macro
H A Dcompemu_support.cpp3578 if (len >= 0 && len <= MAX_CHECKSUM_LEN) { in calc_checksum()
3609 if (len<0 || len>MAX_CHECKSUM_LEN) {
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcompemu_codegen.h105 #define MAX_CHECKSUM_LEN 2048 /* The maximum size we calculate checksums macro
H A Dcompemu_support_codegen.c5786 if (len >= 0 && len <= MAX_CHECKSUM_LEN) { in calc_checksum()
5817 if (len<0 || len>MAX_CHECKSUM_LEN) {
/dports/games/libretro-hatari/hatari-561c07e/src/cpu/jit/
H A Dcompemu_codegen.h105 #define MAX_CHECKSUM_LEN 2048 /* The maximum size we calculate checksums macro
H A Dcompemu.h59 #define MAX_CHECKSUM_LEN 2048 /* The maximum size we calculate checksums macro
H A Dcompemu_support.c5416 if (len<0 || len>MAX_CHECKSUM_LEN) { in calc_checksum()
5444 if (len<0 || len>MAX_CHECKSUM_LEN) { in show_checksum()
H A Dcompemu_support_codegen.c5795 if (len >= 0 && len <= MAX_CHECKSUM_LEN) { in calc_checksum()
5826 if (len<0 || len>MAX_CHECKSUM_LEN) {
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/jit/
H A Dcompemu.h85 #define MAX_CHECKSUM_LEN 2048 /* The maximum size we calculate checksums macro
H A Dcompemu_support.c5431 if (len<0 || len>MAX_CHECKSUM_LEN) { in calc_checksum()
5459 if (len<0 || len>MAX_CHECKSUM_LEN) { in show_checksum()