Home
last modified time | relevance | path

Searched refs:thatp (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
Dsre_lib.h20 Py_ssize_t thisp, thatp; in SRE() local
47 thatp = ((void*) ptr > state->beginning) ? in SRE()
51 return thisp != thatp; in SRE()
56 thatp = ((void*) ptr > state->beginning) ? in SRE()
60 return thisp == thatp; in SRE()
65 thatp = ((void*) ptr > state->beginning) ? in SRE()
69 return thisp != thatp; in SRE()
74 thatp = ((void*) ptr > state->beginning) ? in SRE()
78 return thisp == thatp; in SRE()
83 thatp = ((void*) ptr > state->beginning) ? in SRE()
[all …]