Home
last modified time | relevance | path

Searched refs:StandardPageLength (Results 1 – 2 of 2) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Dstack.h159 static void SetStandardPageLength(uint l){ StandardPageLength = l; }; in SetStandardPageLength()
160 static uint GetStandardPageLength(){ return StandardPageLength; }; in GetStandardPageLength()
177 static uint StandardPageLength; variable
/dports/games/ivan/ivan-059/Main/Source/
H A Dstack.cpp19 uint stack::StandardPageLength = stack::GetDefaultPageLength(); member in stack