HomeSort by relevance Sort by last modified time
    Searched refs:LOCALSTACK_SIZE (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
pr_exec.cpp 38 #define LOCALSTACK_SIZE 2048
39 int localstack[LOCALSTACK_SIZE];
306 if (localstack_used + c > LOCALSTACK_SIZE)
  /external/quake/quake/src/QW/server/
pr_exec.c 38 #define LOCALSTACK_SIZE 2048
39 int localstack[LOCALSTACK_SIZE];
306 if (localstack_used + c > LOCALSTACK_SIZE)

Completed in 55 milliseconds