Home
last modified time | relevance | path

Searched refs:OT_LAST (Results 1 – 3 of 3) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/icb/gfx/
H A Dpsx_ot.h35 #define OT_LAST OT_SIZE - 1 macro
39 #define OT_LAST 0
51 #define PROFILE_OT (OT_LAST - OT_DIRECTION)
64 #define OT_TEXT (OT_LAST - OT_DIRECTION - OT_DIRECTION - OT_DIRECTION)
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.h69 OT_LAST /**< must be last member */ enumerator
H A Dllutil.cpp50 static const char *ot_names[OT_LAST] = {
58 return (ot < OT_LAST) ? ot_names[ot] : ""; in get_ot_name()