Searched defs:curAndLenPrice (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzmaEnc.c1079 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2]; local
1105 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN]; local
1308 UInt32 curAndLenPrice; local
1345 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][lenTest - 2]; local
1387 UInt32 curAndLenPrice; local
1432 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN]; local
1477 UInt32 curAndLenPrice; local
[all...]

Completed in 90 milliseconds