Searched refs:CacheSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Daslutils.c571 UINT32 CacheSize = ASL_STRING_CACHE_SIZE; local
574 if (Length > CacheSize)
576 CacheSize = Length;
580 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
600 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
610 Gbl_StringCacheLast = Gbl_StringCacheNext + CacheSize;
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h90 UInt64 CacheSize; member in struct:__anon1641
H A Darchive_ppmd7.c976 p->CacheSize = 1;
989 while(--p->CacheSize != 0);
992 p->CacheSize++;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp553 const int CacheSize = 128; local
554 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize);
559 CacheSize-1));

Completed in 172 milliseconds