Home | History | Annotate | Download | only in libtiff

Lines Matching refs:_bs

932 #define	finddiff(_cp, _bs, _be, _color)	\
933 (_bs + (_color ? find1span(_cp,_bs,_be) : find0span(_cp,_bs,_be)))
938 #define finddiff2(_cp, _bs, _be, _color) \
939 (_bs < _be ? finddiff(_cp,_bs,_be,_color) : _be)