Searched refs:u_end (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dscan0.c46 mp_srcptr u_end = u_ptr + abs_size; variable
69 if (p == u_end)
110 if (p == u_end)
121 ASSERT (p < u_end); variable
H A Dscan1.c46 mp_srcptr u_end = u_ptr + abs_size - 1; variable
72 if (p == u_end)
80 ASSERT (p != u_end);
110 if (p == u_end)

Completed in 84 milliseconds