Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/lua/src/
HDlstring.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()
HDllimits.h236 #if !defined(STRCACHE_N)
237 #define STRCACHE_N 53 macro
HDltests.h121 #define STRCACHE_N 23 macro
HDlstate.h300 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */