HomeSort by relevance Sort by last modified time
    Searched refs:thatp (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Modules/
sre_lib.h 20 Py_ssize_t thisp, thatp; local
47 thatp = ((void*) ptr > state->beginning) ?
51 return thisp != thatp;
56 thatp = ((void*) ptr > state->beginning) ?
60 return thisp == thatp;
65 thatp = ((void*) ptr > state->beginning) ?
69 return thisp != thatp;
74 thatp = ((void*) ptr > state->beginning) ?
78 return thisp == thatp;
83 thatp = ((void*) ptr > state->beginning)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 354 Py_ssize_t thisp, thatp; local
381 thatp = ((void*) ptr > state->beginning) ?
385 return thisp != thatp;
390 thatp = ((void*) ptr > state->beginning) ?
394 return thisp == thatp;
399 thatp = ((void*) ptr > state->beginning) ?
403 return thisp != thatp;
408 thatp = ((void*) ptr > state->beginning) ?
412 return thisp == thatp;
418 thatp = ((void*) ptr > state->beginning) ?
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 355 Py_ssize_t thisp, thatp; local
382 thatp = ((void*) ptr > state->beginning) ?
386 return thisp != thatp;
391 thatp = ((void*) ptr > state->beginning) ?
395 return thisp == thatp;
400 thatp = ((void*) ptr > state->beginning) ?
404 return thisp != thatp;
409 thatp = ((void*) ptr > state->beginning) ?
413 return thisp == thatp;
419 thatp = ((void*) ptr > state->beginning) ?
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c 354 Py_ssize_t thisp, thatp; local
381 thatp = ((void*) ptr > state->beginning) ?
385 return thisp != thatp;
390 thatp = ((void*) ptr > state->beginning) ?
394 return thisp == thatp;
399 thatp = ((void*) ptr > state->beginning) ?
403 return thisp != thatp;
408 thatp = ((void*) ptr > state->beginning) ?
412 return thisp == thatp;
418 thatp = ((void*) ptr > state->beginning) ?
    [all...]
  /external/python/cpython2/Modules/
_sre.c 341 Py_ssize_t thisp, thatp; local
368 thatp = ((void*) ptr > state->beginning) ?
372 return thisp != thatp;
377 thatp = ((void*) ptr > state->beginning) ?
381 return thisp == thatp;
386 thatp = ((void*) ptr > state->beginning) ?
390 return thisp != thatp;
395 thatp = ((void*) ptr > state->beginning) ?
399 return thisp == thatp;
405 thatp = ((void*) ptr > state->beginning)
    [all...]

Completed in 141 milliseconds