Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c354 Py_ssize_t thisp, thatp; in SRE_AT() local
383 thisp = ((void*) ptr < state->end) ? in SRE_AT()
385 return thisp != thatp; in SRE_AT()
392 thisp = ((void*) ptr < state->end) ? in SRE_AT()
394 return thisp == thatp; in SRE_AT()
401 thisp = ((void*) ptr < state->end) ? in SRE_AT()
403 return thisp != thatp; in SRE_AT()
410 thisp = ((void*) ptr < state->end) ? in SRE_AT()
412 return thisp == thatp; in SRE_AT()
420 thisp = ((void*) ptr < state->end) ? in SRE_AT()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c354 Py_ssize_t thisp, thatp; in SRE_AT() local
383 thisp = ((void*) ptr < state->end) ? in SRE_AT()
385 return thisp != thatp; in SRE_AT()
392 thisp = ((void*) ptr < state->end) ? in SRE_AT()
394 return thisp == thatp; in SRE_AT()
401 thisp = ((void*) ptr < state->end) ? in SRE_AT()
403 return thisp != thatp; in SRE_AT()
410 thisp = ((void*) ptr < state->end) ? in SRE_AT()
412 return thisp == thatp; in SRE_AT()
420 thisp = ((void*) ptr < state->end) ? in SRE_AT()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c355 Py_ssize_t thisp, thatp; in SRE_AT() local
384 thisp = ((void*) ptr < state->end) ? in SRE_AT()
386 return thisp != thatp; in SRE_AT()
393 thisp = ((void*) ptr < state->end) ? in SRE_AT()
395 return thisp == thatp; in SRE_AT()
402 thisp = ((void*) ptr < state->end) ? in SRE_AT()
404 return thisp != thatp; in SRE_AT()
411 thisp = ((void*) ptr < state->end) ? in SRE_AT()
413 return thisp == thatp; in SRE_AT()
421 thisp = ((void*) ptr < state->end) ? in SRE_AT()
[all …]