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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c1831 UInt32 nowPos32, startPos32; local
1843 nowPos32 = (UInt32)p->nowPos64;
1844 startPos32 = nowPos32;
1851 return Flush(p, nowPos32);
1858 nowPos32++;
1869 len = GetOptimum(p, nowPos32, &pos);
1872 printf("\n pos = %4X, len = %d pos = %d", nowPos32, len, pos);
1875 posState = nowPos32 & p->pbMask;
1885 probs = LIT_PROBS(nowPos32, *(data - 1));
1961 nowPos32
[all...]

Completed in 20 milliseconds