Searched defs:alloc_pos (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c690 alloc_pos = state->data_stack_base; \
692 SFY(type), alloc_pos, sizeof(type))); \
693 if (state->data_stack_size < alloc_pos+sizeof(type)) { \
699 ptr = (type*)(state->data_stack+alloc_pos); \
788 ctx_pos = alloc_pos; \
814 Py_ssize_t alloc_pos, ctx_pos = -1; local
828 ctx_pos = alloc_pos;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A 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; local
837 ctx_pos = alloc_pos;

Completed in 81 milliseconds