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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzmaEnc.c1755 UInt32 nowPos32, startPos32; local
1767 nowPos32 = (UInt32)p->nowPos64;
1768 startPos32 = nowPos32;
1775 return Flush(p, nowPos32);
1782 nowPos32++;
1793 len = GetOptimum(p, nowPos32, &pos);
1796 printf("\n pos = %4X, len = %d pos = %d", nowPos32, len, pos);
1799 posState = nowPos32 & p->pbMask;
1809 probs = LIT_PROBS(nowPos32, *(data - 1));
1885 nowPos32
[all...]

Completed in 44 milliseconds