Home
last modified time | relevance | path

Searched refs:VALUEBITS (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Ddecode.cpp52 if (garbageBits > VALUEBITS - 2) in inputBit()
77 for (i = 0; i < VALUEBITS; i++) in startDecoding()
H A Dacode.h61 #define VALUEBITS 16 macro
64 #define TOPVALUE (((CodeValue)1<<VALUEBITS) - 1) /* Highest value possible */
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Ddecode.cpp52 if (garbageBits > VALUEBITS - 2) in inputBit()
77 for (i = 0; i < VALUEBITS; i++) in startDecoding()
H A Dacode.h61 #define VALUEBITS 16 macro
64 #define TOPVALUE (((CodeValue)1<<VALUEBITS) - 1) /* Highest value possible */
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan2/
H A Ddecode.cpp41 if (garbageBits > VALUEBITS - 2) in inputBit()
66 for (i = 0; i < VALUEBITS; i++) in startDecoding()
H A Dacode.h44 #define VALUEBITS 16 macro
47 #define TOPVALUE (((CodeValue)1<<VALUEBITS) - 1) /* Highest value possible */
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan2/
H A Ddecode.cpp41 if (garbageBits > VALUEBITS - 2) in inputBit()
66 for (i = 0; i < VALUEBITS; i++) in startDecoding()
H A Dacode.h44 #define VALUEBITS 16 macro
47 #define TOPVALUE (((CodeValue)1<<VALUEBITS) - 1) /* Highest value possible */