Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c699 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; in SRE_MATCH() local
837 ctx_pos = alloc_pos; in SRE_MATCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c699 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; in SRE_MATCH() local
837 ctx_pos = alloc_pos; in SRE_MATCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c701 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; in SRE_MATCH() local
843 ctx_pos = alloc_pos; in SRE_MATCH()