HomeSort by: relevance | last modified time | path
    Searched refs:CacheSize (Results 1 - 9 of 9) 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;
archive_ppmd7.c 986 p->CacheSize = 1;
999 while(--p->CacheSize != 0);
1002 p->CacheSize++;
  /src/sys/arch/prep/include/
residual.h 112 unsigned long CacheSize; /* L1 Cache size in KB. This is the */
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 2477 UINT64 CacheSize;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d 327 REGSTR_VAL_CDCACHESIZE = `CacheSize`,
  /src/sys/arch/prep/prep/
residual.c 373 printf(" CacheSize = %ld\n", be32toh(vpd->CacheSize));
379 printf(" I-CacheSize = %ld\n", be32toh(vpd->I_CacheSize));
382 printf(" D-CacheSize = %ld\n", be32toh(vpd->D_CacheSize));
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo1.c 1876 {ACPI_DMT_UINT64, ACPI_HMAT2_OFFSET (CacheSize), "Memory Side Cache Size", 0},
  /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));

Completed in 38 milliseconds