Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/compiler/
HDasldefine.h64 #define ASL_STRING_CACHE_SIZE (1024 * 64) macro
HDaslcompile.c828 Gbl_StringCount, Gbl_StringSize, ASL_STRING_CACHE_SIZE, BufferCount); in CmDeleteCaches()
HDaslutils.c574 UINT32 CacheSize = ASL_STRING_CACHE_SIZE; in UtStringCacheCalloc()