Home | History | Annotate | Download | only in libtiff

Lines Matching refs:_sp

176 #define	NextCode(_tif, _sp, _bp, _code, _get) {				\
177 if ((_sp)->dec_bitsleft < (uint64)nbits) { \
183 _get(_sp,_bp,_code); \
184 (_sp)->dec_bitsleft -= nbits; \