Home
last modified time | relevance | path

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

/external/lua/src/
Dlstring.c124 for (i = 0; i < STRCACHE_N; i++) in luaS_clearcache()
145 for (i = 0; i < STRCACHE_N; i++) /* fill cache with valid strings */ in luaS_init()
254 unsigned int i = point2uint(str) % STRCACHE_N; /* hash */ in luaS_new()
Dllimits.h225 #if !defined(STRCACHE_N)
226 #define STRCACHE_N 53 macro
Dlstate.h296 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */