HomeSort by relevance Sort by last modified time
    Searched defs:thisp (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 354 Py_ssize_t thisp, thatp; local
383 thisp = ((void*) ptr < state->end) ?
385 return thisp != thatp;
392 thisp = ((void*) ptr < state->end) ?
394 return thisp == thatp;
401 thisp = ((void*) ptr < state->end) ?
403 return thisp != thatp;
410 thisp = ((void*) ptr < state->end) ?
412 return thisp == thatp;
420 thisp = ((void*) ptr < state->end) ?
    [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
384 thisp = ((void*) ptr < state->end) ?
386 return thisp != thatp;
393 thisp = ((void*) ptr < state->end) ?
395 return thisp == thatp;
402 thisp = ((void*) ptr < state->end) ?
404 return thisp != thatp;
411 thisp = ((void*) ptr < state->end) ?
413 return thisp == thatp;
421 thisp = ((void*) ptr < state->end) ?
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c 354 Py_ssize_t thisp, thatp; local
383 thisp = ((void*) ptr < state->end) ?
385 return thisp != thatp;
392 thisp = ((void*) ptr < state->end) ?
394 return thisp == thatp;
401 thisp = ((void*) ptr < state->end) ?
403 return thisp != thatp;
410 thisp = ((void*) ptr < state->end) ?
412 return thisp == thatp;
420 thisp = ((void*) ptr < state->end) ?
    [all...]
  /external/python/cpython2/Modules/
_sre.c 341 Py_ssize_t thisp, thatp; local
370 thisp = ((void*) ptr < state->end) ?
372 return thisp != thatp;
379 thisp = ((void*) ptr < state->end) ?
381 return thisp == thatp;
388 thisp = ((void*) ptr < state->end) ?
390 return thisp != thatp;
397 thisp = ((void*) ptr < state->end) ?
399 return thisp == thatp;
407 thisp = ((void*) ptr < state->end)
    [all...]

Completed in 230 milliseconds