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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c362 UInt64 nowPos64; member in struct:_CLzmaEnc
1843 nowPos32 = (UInt32)p->nowPos64;
1846 if (p->nowPos64 == 0)
1983 p->nowPos64 += nowPos32 - startPos32;
1988 p->nowPos64 += nowPos32 - startPos32;
2133 p->nowPos64 = 0;
2221 UInt64 nowPos64; local
2237 nowPos64 = p->nowPos64;
2243 *unpackSize = (UInt32)(p->nowPos64
[all...]

Completed in 19 milliseconds