Lines Matching refs:thatp
20 Py_ssize_t thisp, thatp;
47 thatp = ((void*) ptr > state->beginning) ?
51 return thisp != thatp;
56 thatp = ((void*) ptr > state->beginning) ?
60 return thisp == thatp;
65 thatp = ((void*) ptr > state->beginning) ?
69 return thisp != thatp;
74 thatp = ((void*) ptr > state->beginning) ?
78 return thisp == thatp;
83 thatp = ((void*) ptr > state->beginning) ?
87 return thisp != thatp;
92 thatp = ((void*) ptr > state->beginning) ?
96 return thisp == thatp;