Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c826 unsigned int sigcount=0; in SRE_MATCH() local
855 ++sigcount; in SRE_MATCH()
856 if ((0 == (sigcount & 0xfff)) && PyErr_CheckSignals()) in SRE_MATCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c826 unsigned int sigcount=0; in SRE_MATCH() local
855 ++sigcount; in SRE_MATCH()
856 if ((0 == (sigcount & 0xfff)) && PyErr_CheckSignals()) in SRE_MATCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c832 unsigned int sigcount=0; in SRE_MATCH() local
862 ++sigcount; in SRE_MATCH()
863 if ((0 == (sigcount & 0xfff)) && PyErr_CheckSignals()) in SRE_MATCH()