Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
H A DPpmdDecoder.cpp36 const UInt32 memSize = GetUi32(props + 1); in SetDecoderProperties2() local
39 memSize < PPMD7_MIN_MEM_SIZE || in SetDecoderProperties2()
40 memSize > PPMD7_MAX_MEM_SIZE) in SetDecoderProperties2()
44 if (!Ppmd7_Alloc(&_ppmd, memSize, &g_BigAlloc)) in SetDecoderProperties2()
/third_party/lzma/C/
H A D7zDec.c117 UInt32 memSize = GetUi32(props + 1); in SzDecodePpmd() local
120 memSize < PPMD7_MIN_MEM_SIZE || in SzDecodePpmd()
121 memSize > PPMD7_MAX_MEM_SIZE) in SzDecodePpmd()
124 if (!Ppmd7_Alloc(&ppmd, memSize, allocMain)) in SzDecodePpmd()
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
H A Dftsystem.c75 ULONG memSize ) in Alloc_VecPooled()
77 ULONG newSize = memSize + sizeof ( ULONG ); in Alloc_VecPooled()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp972 UInt64 memSize; in GetStream()
973 if (!NSystem::GetRamSize(memSize)) in GetStream()
974 memSize = (UInt64)(sizeof(size_t)) << 28; in GetStream()
976 if (_maxBlocksSize > memSize / 4) in GetStream()

Completed in 4 milliseconds