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

/freebsd-11-stable/contrib/bzip2/
H A Dbzlib_private.h445 /* c_tPos is unsigned, hence test < 0 is pointless. */ \
452 /* c_tPos is unsigned, hence test < 0 is pointless. */ \
453 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
454 c_tPos = c_tt[c_tPos]; \
455 cccc = (UChar)(c_tPos & 0xff); \
456 c_tPos >>= 8;
476 /* c_tPos is unsigned, hence test < 0 is pointless. */ \
H A Dbzlib.c605 UInt32 c_tPos = s->tPos; local
683 s->tPos = c_tPos;

Completed in 77 milliseconds