Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dscripts.cpp31 #define CONSTNAMEINT_HASH_SIZE 32 macro
49 static com_constNameInt_t *com_constNameInt_hash[CONSTNAMEINT_HASH_SIZE];
82 hash = Com_HashKey(variable, CONSTNAMEINT_HASH_SIZE); in Com_GetConstInt()
171 const unsigned int hash = Com_HashKey(variable, CONSTNAMEINT_HASH_SIZE); in Com_UnregisterConstVariable()
211 hash = Com_HashKey(variable, CONSTNAMEINT_HASH_SIZE); in Com_RegisterConstInt()