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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1303 UInt32 nextRepMatchPrice = curAnd1Price + local
1313 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1365 UInt32 nextRepMatchPrice; local
1381 nextRepMatchPrice = curAndLenCharPrice +
1392 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1455 UInt32 nextRepMatchPrice; local
1470 nextRepMatchPrice = curAndLenCharPrice +
1481 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);

Completed in 61 milliseconds