Lines Matching refs:thisp
20 Py_ssize_t thisp, thatp;
49 thisp = ((void*) ptr < state->end) ?
51 return thisp != thatp;
58 thisp = ((void*) ptr < state->end) ?
60 return thisp == thatp;
67 thisp = ((void*) ptr < state->end) ?
69 return thisp != thatp;
76 thisp = ((void*) ptr < state->end) ?
78 return thisp == thatp;
85 thisp = ((void*) ptr < state->end) ?
87 return thisp != thatp;
94 thisp = ((void*) ptr < state->end) ?
96 return thisp == thatp;