Searched refs:end2 (Results 1 – 2 of 2) sorted by relevance
3375 const char *end2 = (char *) txt2 + len2; local3381 for (q = (char *) txt2; q < end2; q++) {3382 for (l = 0; (p + l < end1) && (q + l < end2) && (p[l] == q[l]); l++);
5147 struct sljit_jump *end2 = NULL; in mainloop_entry() local5225 end2 = CMP(SLJIT_LESS_EQUAL, TMP2, 0, STR_END, 0); in mainloop_entry()5227 JUMPHERE(end2); in mainloop_entry()5248 end2 = JUMP(SLJIT_JUMP); in mainloop_entry()5325 JUMPHERE(end2); in mainloop_entry()
Completed in 49 milliseconds