Lines Matching refs:rmax
569 uchar_t *rptr, *rmax; in bsd_compress() local
612 while (rptr >= rmax) { \ in bsd_compress()
618 rmax = mp->b_wptr; \ in bsd_compress()
638 rmax = mp->b_wptr; in bsd_compress()
912 uchar_t *rptr, *rmax; in bsd_incomp() local
921 rmax = mp->b_wptr; in bsd_incomp()
1108 uchar_t *rptr, *rmax; in bsd_decompress() local
1130 rmax = cmsg->b_wptr; in bsd_decompress()
1138 while (rptr >= rmax) { \ in bsd_decompress()
1146 rmax = cmsg->b_wptr; \ in bsd_decompress()
1147 ilen += rmax-rptr; \ in bsd_decompress()
1227 ilen = rmax-rptr; in bsd_decompress()