Home
last modified time | relevance | path

Searched refs:TOPVALUE (Results 1 – 9 of 9) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan2/
H A Dacode.h47 #define TOPVALUE (((CodeValue)1<<VALUEBITS) - 1) /* Highest value possible */ macro
50 #define ONEQUARTER (TOPVALUE/4+1) /* Point after first quarter */
H A Ddecode.cpp69 high = TOPVALUE; in startDecoding()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan2/
H A Dacode.h47 #define TOPVALUE (((CodeValue)1<<VALUEBITS) - 1) /* Highest value possible */ macro
50 #define ONEQUARTER (TOPVALUE/4+1) /* Point after first quarter */
H A Ddecode.cpp69 high = TOPVALUE; in startDecoding()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Ddecode.cpp80 high = TOPVALUE; in startDecoding()
H A Dacode.h64 #define TOPVALUE (((CodeValue)1<<VALUEBITS) - 1) /* Highest value possible */ macro
67 #define ONEQUARTER (TOPVALUE/4+1) /* Point after first quarter */
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Ddecode.cpp80 high = TOPVALUE; in startDecoding()
H A Dacode.h64 #define TOPVALUE (((CodeValue)1<<VALUEBITS) - 1) /* Highest value possible */ macro
67 #define ONEQUARTER (TOPVALUE/4+1) /* Point after first quarter */
/dports/science/cdo/cdo-2.0.0/src/
H A DSelsurface.cc181 const auto TOPVALUE = cdo_operator_add("topvalue", 0, 0, nullptr); in Selsurface() local
280 else if (operatorID == TOPVALUE) top_value_func(nlevels, vars1[varID], field2); in Selsurface()