Home
last modified time | relevance | path

Searched refs:origPtr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/common/bzip2/
H A Ddecompress.c253 s->origPtr = 0; in BZ2_decompress()
255 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
257 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
259 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
261 if (s->origPtr < 0) in BZ2_decompress()
263 if (s->origPtr > 10 + 100000*s->blockSize100k) in BZ2_decompress()
491 if (s->origPtr < 0 || s->origPtr >= nblock) in BZ2_decompress()
537 i = s->origPtr; in BZ2_decompress()
545 while (i != s->origPtr); in BZ2_decompress()
547 s->tPos = s->origPtr; in BZ2_decompress()
[all …]
H A Dbzlib_private.h218 Int32 origPtr; member
377 Int32 origPtr; member
H A Dblocksort.c1083 s->origPtr = -1; in BZ2_blockSort()
1086 { s->origPtr = i; break; }; in BZ2_blockSort()
1088 AssertH( s->origPtr != -1, 1003 ); in BZ2_blockSort()
H A Dcompress.c651 bsW ( s, 24, s->origPtr ); in BZ2_compressBlock()