Home | History | Annotate | Download | only in Modules

Lines Matching refs:thatp

341     Py_ssize_t thisp, thatp;
368 thatp = ((void*) ptr > state->beginning) ?
372 return thisp != thatp;
377 thatp = ((void*) ptr > state->beginning) ?
381 return thisp == thatp;
386 thatp = ((void*) ptr > state->beginning) ?
390 return thisp != thatp;
395 thatp = ((void*) ptr > state->beginning) ?
399 return thisp == thatp;
405 thatp = ((void*) ptr > state->beginning) ?
409 return thisp != thatp;
414 thatp = ((void*) ptr > state->beginning) ?
418 return thisp == thatp;