Home | History | Annotate | Download | only in Modules

Lines Matching refs:thatp

354     Py_ssize_t thisp, thatp;

381 thatp = ((void*) ptr > state->beginning) ?
385 return thisp != thatp;
390 thatp = ((void*) ptr > state->beginning) ?
394 return thisp == thatp;
399 thatp = ((void*) ptr > state->beginning) ?
403 return thisp != thatp;
408 thatp = ((void*) ptr > state->beginning) ?
412 return thisp == thatp;
418 thatp = ((void*) ptr > state->beginning) ?
422 return thisp != thatp;
427 thatp = ((void*) ptr > state->beginning) ?
431 return thisp == thatp;