Searched refs:DictionarySize (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.h50 UInt32 DictionarySize; member in struct:_CLzmaProperties
82 unsigned char TempDictionary[4]; /* it's required when DictionarySize = 0 */
H A DLzmaDecode.h67 UInt32 DictionarySize; member in struct:_CLzmaProperties
H A DLzmaStateTest.c88 if (state.Properties.DictionarySize == 0)
92 state.Dictionary = (unsigned char *)malloc(state.Properties.DictionarySize);
H A DLzmaTest.c156 if (state.Properties.DictionarySize == 0)
159 state.Dictionary = (unsigned char *)malloc(state.Properties.DictionarySize);
176 || (state.Dictionary == 0 && state.Properties.DictionarySize != 0)
H A DLzmaStateDecode.c136 propsRes->DictionarySize = 0;
138 propsRes->DictionarySize += (UInt32)(propsData[1 + i]) << (i * 8);
139 if (propsRes->DictionarySize == 0)
140 propsRes->DictionarySize = 1;
170 UInt32 dictionarySize = vs->Properties.DictionarySize;
H A DLzmaDecode.c143 propsRes->DictionarySize = 0;
145 propsRes->DictionarySize += (UInt32)(propsData[1 + i]) << (i * 8);
146 if (propsRes->DictionarySize == 0)
147 propsRes->DictionarySize = 1;
188 UInt32 dictionarySize = vs->Properties.DictionarySize;
H A DLzmaDecodeSize.c349 propsRes->DictionarySize = 0;
351 propsRes->DictionarySize += (UInt32)(propsData[1 + i]) << (i * 8);
352 if (propsRes->DictionarySize == 0)
353 propsRes->DictionarySize = 1;
386 UInt32 dictionarySize = vs->Properties.DictionarySize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.h50 UInt32 DictionarySize; member in struct:_CLzmaProperties
82 unsigned char TempDictionary[4]; /* it's required when DictionarySize = 0 */
H A DLzmaDecode.h67 UInt32 DictionarySize; member in struct:_CLzmaProperties
H A DLzmaStateTest.c88 if (state.Properties.DictionarySize == 0)
92 state.Dictionary = (unsigned char *)malloc(state.Properties.DictionarySize);
H A DLzmaTest.c156 if (state.Properties.DictionarySize == 0)
159 state.Dictionary = (unsigned char *)malloc(state.Properties.DictionarySize);
176 || (state.Dictionary == 0 && state.Properties.DictionarySize != 0)
H A DLzmaStateDecode.c136 propsRes->DictionarySize = 0;
138 propsRes->DictionarySize += (UInt32)(propsData[1 + i]) << (i * 8);
139 if (propsRes->DictionarySize == 0)
140 propsRes->DictionarySize = 1;
170 UInt32 dictionarySize = vs->Properties.DictionarySize;
H A DLzmaDecode.c143 propsRes->DictionarySize = 0;
145 propsRes->DictionarySize += (UInt32)(propsData[1 + i]) << (i * 8);
146 if (propsRes->DictionarySize == 0)
147 propsRes->DictionarySize = 1;
188 UInt32 dictionarySize = vs->Properties.DictionarySize;
H A DLzmaDecodeSize.c349 propsRes->DictionarySize = 0;
351 propsRes->DictionarySize += (UInt32)(propsData[1 + i]) << (i * 8);
352 if (propsRes->DictionarySize == 0)
353 propsRes->DictionarySize = 1;
386 UInt32 dictionarySize = vs->Properties.DictionarySize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.h50 UInt32 DictionarySize; member in struct:_CLzmaProperties
82 unsigned char TempDictionary[4]; /* it's required when DictionarySize = 0 */
H A DLzmaDecode.h67 UInt32 DictionarySize; member in struct:_CLzmaProperties
H A DLzmaStateTest.c88 if (state.Properties.DictionarySize == 0)
92 state.Dictionary = (unsigned char *)malloc(state.Properties.DictionarySize);
H A DLzmaTest.c156 if (state.Properties.DictionarySize == 0)
159 state.Dictionary = (unsigned char *)malloc(state.Properties.DictionarySize);
176 || (state.Dictionary == 0 && state.Properties.DictionarySize != 0)
H A DLzmaStateDecode.c136 propsRes->DictionarySize = 0;
138 propsRes->DictionarySize += (UInt32)(propsData[1 + i]) << (i * 8);
139 if (propsRes->DictionarySize == 0)
140 propsRes->DictionarySize = 1;
170 UInt32 dictionarySize = vs->Properties.DictionarySize;
H A DLzmaDecode.c143 propsRes->DictionarySize = 0;
145 propsRes->DictionarySize += (UInt32)(propsData[1 + i]) << (i * 8);
146 if (propsRes->DictionarySize == 0)
147 propsRes->DictionarySize = 1;
188 UInt32 dictionarySize = vs->Properties.DictionarySize;
H A DLzmaDecodeSize.c349 propsRes->DictionarySize = 0;
351 propsRes->DictionarySize += (UInt32)(propsData[1 + i]) << (i * 8);
352 if (propsRes->DictionarySize == 0)
353 propsRes->DictionarySize = 1;
386 UInt32 dictionarySize = vs->Properties.DictionarySize;

Completed in 102 milliseconds