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

  /external/python/cpython3/Modules/
sre_lib.h 416 alloc_pos = state->data_stack_base; \
419 Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
420 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
426 ptr = (type*)(state->data_stack+alloc_pos); \
519 ctx_pos = alloc_pos; \
552 Py_ssize_t alloc_pos, ctx_pos = -1; local
567 ctx_pos = alloc_pos;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 699 alloc_pos = state->data_stack_base; \
701 SFY(type), alloc_pos, sizeof(type))); \
702 if (state->data_stack_size < alloc_pos+sizeof(type)) { \
708 ptr = (type*)(state->data_stack+alloc_pos); \
797 ctx_pos = alloc_pos; \
823 Py_ssize_t alloc_pos, ctx_pos = -1; local
837 ctx_pos = alloc_pos;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 701 alloc_pos = state->data_stack_base; \
704 SFY(type), alloc_pos, sizeof(type))); \
705 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
711 ptr = (type*)(state->data_stack+alloc_pos); \
803 ctx_pos = alloc_pos; \
829 Py_ssize_t alloc_pos, ctx_pos = -1; local
843 ctx_pos = alloc_pos;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c 699 alloc_pos = state->data_stack_base; \
701 SFY(type), alloc_pos, sizeof(type))); \
702 if (state->data_stack_size < alloc_pos+sizeof(type)) { \
708 ptr = (type*)(state->data_stack+alloc_pos); \
797 ctx_pos = alloc_pos; \
823 Py_ssize_t alloc_pos, ctx_pos = -1; local
837 ctx_pos = alloc_pos;
    [all...]
  /external/python/cpython2/Modules/
_sre.c 687 alloc_pos = state->data_stack_base; \
690 SFY(type), alloc_pos, sizeof(type))); \
691 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
697 ptr = (type*)(state->data_stack+alloc_pos); \
789 ctx_pos = alloc_pos; \
815 Py_ssize_t alloc_pos, ctx_pos = -1; local
829 ctx_pos = alloc_pos;
    [all...]

Completed in 300 milliseconds