Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstring.c112 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()
A Dllimits.h209 #if !defined(STRCACHE_N)
210 #define STRCACHE_N 53 macro
A Dlstate.h295 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */

Completed in 5 milliseconds