Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslcache.c75 UINT32 CacheSize = ASL_STRING_CACHE_SIZE; in UtLocalCacheCalloc() local
83 if (Length > CacheSize) in UtLocalCacheCalloc()
85 CacheSize = Length; in UtLocalCacheCalloc()
89 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()
109 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()
119 AslGbl_StringCacheLast = AslGbl_StringCacheNext + CacheSize; in UtLocalCacheCalloc()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_ppmd7_private.h90 UInt64 CacheSize; member
/netbsd-src/sys/arch/prep/include/
H A Dresidual.h112 unsigned long CacheSize; /* L1 Cache size in KB. This is the */ member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dregstr.d327 REGSTR_VAL_CDCACHESIZE = `CacheSize`,
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h2163 UINT64 CacheSize;
2149 UINT64 CacheSize; global() member
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo1.c1556 {ACPI_DMT_UINT64, ACPI_HMAT2_OFFSET (CacheSize), "Memory Side Cache Size", 0},
/netbsd-src/sys/arch/prep/prep/
H A Dresidual.c373 printf(" CacheSize = %ld\n", be32toh(vpd->CacheSize)); in print_residual_device_info()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp845 const int CacheSize = 128; in EmitTypeCheck() local
846 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck()
851 CacheSize-1)); in EmitTypeCheck()