Home | History | Annotate | Download | only in sljit

Lines Matching refs:buf_end

562 	sljit_uw *buf_end;
618 buf_end = buf_ptr + (buf->used_size >> 2);
698 } while (buf_ptr < buf_end);
715 buf_end = buf_ptr + compiler->cpool_fill;
717 while (buf_ptr < buf_end) {