Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds