Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c341 Py_ssize_t thisp, thatp; in SRE_AT() local
368 thatp = ((void*) ptr > state->beginning) ? in SRE_AT()
372 return thisp != thatp; in SRE_AT()
377 thatp = ((void*) ptr > state->beginning) ? in SRE_AT()
381 return thisp == thatp; in SRE_AT()
386 thatp = ((void*) ptr > state->beginning) ? in SRE_AT()
390 return thisp != thatp; in SRE_AT()
395 thatp = ((void*) ptr > state->beginning) ? in SRE_AT()
399 return thisp == thatp; in SRE_AT()
405 thatp = ((void*) ptr > state->beginning) ? in SRE_AT()
[all …]