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

/freebsd-13-stable/contrib/lua/src/
H A Dlstring.c112 for (i = 0; i < STRCACHE_N; i++)
133 for (i = 0; i < STRCACHE_N; i++) /* fill cache with valid strings */
242 unsigned int i = point2uint(str) % STRCACHE_N; /* hash */
H A Dllimits.h225 #if !defined(STRCACHE_N)
226 #define STRCACHE_N 53 macro
H A Dlstate.h264 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */

Completed in 100 milliseconds