HomeSort by: relevance | last modified time | path
    Searched defs:CacheSize (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslcache.c 75 UINT32 CacheSize = ASL_STRING_CACHE_SIZE;
83 if (Length > CacheSize)
85 CacheSize = Length;
89 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
110 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
120 AslGbl_StringCacheLast = AslGbl_StringCacheNext + CacheSize;
  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd7_private.h 90 UInt64 CacheSize;
  /src/sys/arch/prep/include/
residual.h 112 unsigned long CacheSize; /* L1 Cache size in KB. This is the */
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 845 const int CacheSize = 128;
846 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize);
851 CacheSize-1));
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 2477 UINT64 CacheSize;

Completed in 24 milliseconds