Searched refs:origPtr (Results 1 – 5 of 5) sorted by relevance
296 s->origPtr = 0; in BZ2_decompress()298 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()300 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()302 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()304 if (s->origPtr < 0) in BZ2_decompress()306 if (s->origPtr > 10 + 100000*s->blockSize100k) in BZ2_decompress()533 if (s->origPtr < 0 || s->origPtr >= nblock) in BZ2_decompress()560 i = s->origPtr; in BZ2_decompress()568 while (i != s->origPtr); in BZ2_decompress()573 s->tPos = s->origPtr; in BZ2_decompress()[all …]
245 Int32 origPtr; member400 Int32 origPtr; member
1123 s->origPtr = -1; in BZ2_blockSort()1126 { s->origPtr = i; break; }; in BZ2_blockSort()1128 AssertH( s->origPtr != -1, 1003 ); in BZ2_blockSort()
691 bsW ( s, 24, s->origPtr ); in BZ2_compressBlock()
164 unsigned int *dbuf, origPtr; in get_next_block() local187 origPtr = get_bits(bd, 24); in get_next_block()188 if (origPtr >= dbufSize) in get_next_block()505 if (origPtr >= dbufCount) in get_next_block()507 bd->writePos = dbuf[origPtr]; in get_next_block()