Searched refs:STRCACHE_N (Results 1 – 4 of 4) sorted by relevance
112 for (i = 0; i < STRCACHE_N; i++) in luaS_clearcache()133 for (i = 0; i < STRCACHE_N; i++) /* fill cache with valid strings */ in luaS_init()242 unsigned int i = point2uint(str) % STRCACHE_N; /* hash */ in luaS_new()
236 #if !defined(STRCACHE_N)237 #define STRCACHE_N 53 macro
121 #define STRCACHE_N 23 macro
300 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */