OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dicSize
(Results
1 - 16
of
16
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
ParseProperties.h
10
HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &
dicSize
);
ParseProperties.cpp
40
HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &
dicSize
)
55
dicSize
= (UInt32)1 << (int)number;
63
dicSize
= (UInt32)number;
68
dicSize
= (UInt32)(number << 10);
73
dicSize
= (UInt32)(number << 20);
HandlerOut.cpp
204
UInt32
dicSize
=
223
SetMethodProp(oneMethodInfo, NCoderPropID::kDictionarySize,
dicSize
);
258
UInt32
dicSize
=
264
SetMethodProp(oneMethodInfo, NCoderPropID::kDictionarySize,
dicSize
);
344
UInt32
dicSize
;
345
RINOK(ParsePropDictionaryValue(value,
dicSize
));
346
prop.Value =
dicSize
;
602
UInt32
dicSize
;
603
RINOK(ParsePropDictionaryValue(realName.Mid(MyStringLen(nameToPropID.Name)), value,
dicSize
));
604
prop.Value =
dicSize
;
[
all
...]
/external/chromium_org/third_party/lzma_sdk/
Lzma2Dec.c
63
UInt32
dicSize
;
66
dicSize
= (prop == 40) ? 0xFFFFFFFF : LZMA2_DIC_SIZE_FROM_PROP(prop);
68
props[1] = (Byte)(
dicSize
);
69
props[2] = (Byte)(
dicSize
>> 8);
70
props[3] = (Byte)(
dicSize
>> 16);
71
props[4] = (Byte)(
dicSize
>> 24);
163
if (p->checkDicSize == 0 && p->prop.
dicSize
- p->processedPos <= size)
164
p->checkDicSize = p->prop.
dicSize
;
LzmaDec.h
31
UInt32
dicSize
;
LzmaDec.c
440
if (p->checkDicSize == 0 && p->prop.
dicSize
- p->processedPos <= len)
441
p->checkDicSize = p->prop.
dicSize
;
461
UInt32 rem = p->prop.
dicSize
- p->processedPos;
466
if (p->processedPos >= p->prop.
dicSize
)
467
p->checkDicSize = p->prop.
dicSize
;
900
UInt32
dicSize
;
906
dicSize
= data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24);
908
if (
dicSize
< LZMA_DIC_MIN)
909
dicSize
= LZMA_DIC_MIN;
910
p->
dicSize
= dicSize
[
all
...]
/external/lzma/C/
Lzma2Dec.c
63
UInt32
dicSize
;
66
dicSize
= (prop == 40) ? 0xFFFFFFFF : LZMA2_DIC_SIZE_FROM_PROP(prop);
68
props[1] = (Byte)(
dicSize
);
69
props[2] = (Byte)(
dicSize
>> 8);
70
props[3] = (Byte)(
dicSize
>> 16);
71
props[4] = (Byte)(
dicSize
>> 24);
163
if (p->checkDicSize == 0 && p->prop.
dicSize
- p->processedPos <= size)
164
p->checkDicSize = p->prop.
dicSize
;
LzmaDec.h
31
UInt32
dicSize
;
LzmaDec.c
440
if (p->checkDicSize == 0 && p->prop.
dicSize
- p->processedPos <= len)
441
p->checkDicSize = p->prop.
dicSize
;
461
UInt32 rem = p->prop.
dicSize
- p->processedPos;
466
if (p->processedPos >= p->prop.
dicSize
)
467
p->checkDicSize = p->prop.
dicSize
;
900
UInt32
dicSize
;
906
dicSize
= data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24);
908
if (
dicSize
< LZMA_DIC_MIN)
909
dicSize
= LZMA_DIC_MIN;
910
p->
dicSize
= dicSize;
[
all
...]
Lzma2Enc.c
427
UInt32
dicSize
= LzmaEncProps_GetDictSize(&p->props.lzmaProps);
429
if (
dicSize
<= LZMA2_DIC_SIZE_FROM_PROP(i))
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnJni.h
64
NJ_UINT32
dicSize
[ NJ_MAX_DIC ];
OpenWnnDictionaryImplJni.c
251
work->
dicSize
[ i ] = dic_size[ i ];
[
all
...]
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp
284
UInt32
dicSize
= GetUi32((const Byte *)coder.Props + 1);
285
propsString = GetStringForSizeValue(
dicSize
);
290
UInt32
dicSize
= (((UInt32)2 | ((p) & 1)) << ((p) / 2 + 11));
291
propsString = GetStringForSizeValue(
dicSize
);
299
UInt32
dicSize
= GetUi32((const Byte *)coder.Props + 1);
300
propsString += GetStringForSizeValue(
dicSize
);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h
32
UInt32
dicSize
;
LzmaDec.c
441
if (p->checkDicSize == 0 && p->prop.
dicSize
- p->processedPos <= len)
442
p->checkDicSize = p->prop.
dicSize
;
462
UInt32 rem = p->prop.
dicSize
- p->processedPos;
467
if (p->processedPos >= p->prop.
dicSize
)
468
p->checkDicSize = p->prop.
dicSize
;
901
UInt32
dicSize
;
907
dicSize
= data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24);
909
if (
dicSize
< LZMA_DIC_MIN)
910
dicSize
= LZMA_DIC_MIN;
911
p->
dicSize
= dicSize
[
all
...]
/external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp
28
UInt32
dicSize
= GetUi32(p);
30
if (
dicSize
== ((UInt32)2 << i) ||
dicSize
== ((UInt32)3 << i))
32
return (
dicSize
== 0xFFFFFFFF);
Completed in 210 milliseconds