Home | History | Annotate | Download | only in sljit

Lines Matching defs:buf_end

560 	sljit_uw *buf_end;
616 buf_end = buf_ptr + (buf->used_size >> 2);
696 } while (buf_ptr < buf_end);
713 buf_end = buf_ptr + compiler->cpool_fill;
715 while (buf_ptr < buf_end) {