Home
last modified time | relevance | path

Searched defs:dictSize (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/common/lzma/
H A DLzmaEnc.h19 UInt32 dictSize; /* (1 << 12) <= dictSize <= (1 << 27) for 32-bit version member
H A DLzmaEnc.c350 UInt32 dictSize; member
2210 UInt32 dictSize = p->dictSize; in LzmaEnc_WriteProperties() local