OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mainlen
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c
931
UInt32 numAvail,
mainLen
, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
948
mainLen
= ReadMatchDistances(p, &numPairs);
951
mainLen
= p->longestMatchLength;
992
if (
mainLen
>= p->numFastBytes)
995
MovePos(p,
mainLen
- 1);
996
return
mainLen
;
1001
if (
mainLen
< 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1033
lenEnd = ((
mainLen
>= repLens[repMaxIndex]) ?
mainLen
: repLens[repMaxIndex]);
1075
if (len <=
mainLen
)
[
all
...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c
932
UInt32 numAvail,
mainLen
, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
949
mainLen
= ReadMatchDistances(p, &numPairs);
952
mainLen
= p->longestMatchLength;
993
if (
mainLen
>= p->numFastBytes)
996
MovePos(p,
mainLen
- 1);
997
return
mainLen
;
1002
if (
mainLen
< 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1034
lenEnd = ((
mainLen
>= repLens[repMaxIndex]) ?
mainLen
: repLens[repMaxIndex]);
1076
if (len <=
mainLen
)
[
all
...]
/external/lzma/C/
LzmaEnc.c
931
UInt32 numAvail,
mainLen
, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
948
mainLen
= ReadMatchDistances(p, &numPairs);
951
mainLen
= p->longestMatchLength;
992
if (
mainLen
>= p->numFastBytes)
995
MovePos(p,
mainLen
- 1);
996
return
mainLen
;
1001
if (
mainLen
< 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1033
lenEnd = ((
mainLen
>= repLens[repMaxIndex]) ?
mainLen
: repLens[repMaxIndex]);
1075
if (len <=
mainLen
)
[
all
...]
/external/chromium_org/third_party/brotli/src/
ots-lzma.patch
[
all
...]
Completed in 572 milliseconds