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

/netbsd-current/external/mit/lua/dist/src/
H A Dlstring.c116 for (i = 0; i < STRCACHE_N; i++)
137 for (i = 0; i < STRCACHE_N; i++) /* fill cache with valid strings */
246 unsigned int i = point2uint(str) % STRCACHE_N; /* hash */
H A Dllimits.h242 #if !defined(STRCACHE_N)
243 #define STRCACHE_N 53 macro
H A Dlstate.h302 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */

Completed in 85 milliseconds