Home
last modified time | relevance | path

Searched refs:lastmark (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c675 ctx->lastmark = state->lastmark; \
680 state->lastmark = ctx->lastmark; \
759 #define MARK_PUSH(lastmark) \ argument
760 do if (lastmark > 0) { \
761 i = lastmark; /* ctx->lastmark may change if reallocated */ \
764 #define MARK_POP(lastmark) \ argument
765 do if (lastmark > 0) { \
766 DATA_STACK_POP(state, state->mark, (lastmark+1)*sizeof(void*), 1); \
768 #define MARK_POP_KEEP(lastmark) \ argument
769 do if (lastmark > 0) { \
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c675 ctx->lastmark = state->lastmark; \
680 state->lastmark = ctx->lastmark; \
759 #define MARK_PUSH(lastmark) \ argument
760 do if (lastmark > 0) { \
761 i = lastmark; /* ctx->lastmark may change if reallocated */ \
764 #define MARK_POP(lastmark) \ argument
765 do if (lastmark > 0) { \
766 DATA_STACK_POP(state, state->mark, (lastmark+1)*sizeof(void*), 1); \
768 #define MARK_POP_KEEP(lastmark) \ argument
769 do if (lastmark > 0) { \
[all …]
Dsre.h76 Py_ssize_t lastmark; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c677 ctx->lastmark = state->lastmark; \
682 state->lastmark = ctx->lastmark; \
765 #define MARK_PUSH(lastmark) \ argument
766 do if (lastmark > 0) { \
767 i = lastmark; /* ctx->lastmark may change if reallocated */ \
770 #define MARK_POP(lastmark) \ argument
771 do if (lastmark > 0) { \
772 DATA_STACK_POP(state, state->mark, (lastmark+1)*sizeof(void*), 1); \
774 #define MARK_POP_KEEP(lastmark) \ argument
775 do if (lastmark > 0) { \
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsre.h86 Py_ssize_t lastmark; member