Searched refs:STRCACHE_N (Results 1 – 3 of 3) sorted by relevance
105 for (i = 0; i < STRCACHE_N; i++) in luaS_clearcache()123 for (i = 0; i < STRCACHE_N; i++) /* fill cache with valid strings */ in luaS_init()220 unsigned int i = point2uint(str) % STRCACHE_N; /* hash */ in luaS_new()
197 #if !defined(STRCACHE_N)198 #define STRCACHE_N 53 macro
171 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */