Home
last modified time | relevance | path

Searched refs:CacheSize (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/external/bsd/acpica/dist/compiler/
Daslcache.c183 UINT32 CacheSize = ASL_STRING_CACHE_SIZE; in UtLocalCacheCalloc() local
191 if (Length > CacheSize) in UtLocalCacheCalloc()
193 CacheSize = Length; in UtLocalCacheCalloc()
197 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()
217 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()
227 AslGbl_StringCacheLast = AslGbl_StringCacheNext + CacheSize; in UtLocalCacheCalloc()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_ppmd7_private.h90 UInt64 CacheSize; member
Darchive_ppmd7.c981 p->CacheSize = 1; in Ppmd7z_RangeEnc_Init()
994 while(--p->CacheSize != 0); in RangeEnc_ShiftLow()
997 p->CacheSize++; in RangeEnc_ShiftLow()
/netbsd/src/sys/arch/prep/include/
Dresidual.h112 unsigned long CacheSize; /* L1 Cache size in KB. This is the */ member
/netbsd/src/sys/external/bsd/acpica/dist/include/
Dactbl1.h2275 UINT64 CacheSize; member
/netbsd/src/sys/arch/prep/prep/
Dresidual.c373 printf(" CacheSize = %ld\n", be32toh(vpd->CacheSize)); in print_residual_device_info()
/netbsd/src/sys/external/bsd/acpica/dist/common/
Ddmtbinfo1.c1664 … {ACPI_DMT_UINT64, ACPI_HMAT2_OFFSET (CacheSize), "Memory Side Cache Size", 0},