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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pyfpe.c 13 int PyFPE_counter = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pyfpe.c 13 int PyFPE_counter = 0;
  /external/python/cpython2/Python/
pyfpe.c 13 int PyFPE_counter = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyfpe.h 55 * variables PyFPE_jbuf and PyFPE_counter which are used by the signal
122 * variable (PyFPE_counter) to keep track of any recursion. If an exception
133 extern int PyFPE_counter;
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
139 PyFPE_counter = 0; \
162 * already decremented PyFPE_counter.
164 #define PyFPE_END_PROTECT(v) PyFPE_counter -= (int)PyFPE_dummy(&(v));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyfpe.h 55 * variables PyFPE_jbuf and PyFPE_counter which are used by the signal
122 * variable (PyFPE_counter) to keep track of any recursion. If an exception
133 extern int PyFPE_counter;
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
139 PyFPE_counter = 0; \
162 * already decremented PyFPE_counter.
164 #define PyFPE_END_PROTECT(v) PyFPE_counter -= (int)PyFPE_dummy(&(v));
  /external/python/cpython2/Include/
pyfpe.h 55 * variables PyFPE_jbuf and PyFPE_counter which are used by the signal
122 * variable (PyFPE_counter) to keep track of any recursion. If an exception
133 extern int PyFPE_counter;
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
139 PyFPE_counter = 0; \
162 * already decremented PyFPE_counter.
164 #define PyFPE_END_PROTECT(v) PyFPE_counter -= (int)PyFPE_dummy(&(v));
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyfpe.h 55 * variables PyFPE_jbuf and PyFPE_counter which are used by the signal
122 * variable (PyFPE_counter) to keep track of any recursion. If an exception
133 extern int PyFPE_counter;
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
139 PyFPE_counter = 0; \
162 * already decremented PyFPE_counter.
164 #define PyFPE_END_PROTECT(v) PyFPE_counter -= (int)PyFPE_dummy(&(v));
  /prebuilts/gdb/linux-x86/include/python2.7/
pyfpe.h 55 * variables PyFPE_jbuf and PyFPE_counter which are used by the signal
122 * variable (PyFPE_counter) to keep track of any recursion. If an exception
133 extern int PyFPE_counter;
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
139 PyFPE_counter = 0; \
162 * already decremented PyFPE_counter.
164 #define PyFPE_END_PROTECT(v) PyFPE_counter -= (int)PyFPE_dummy(&(v));
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyfpe.h 55 * variables PyFPE_jbuf and PyFPE_counter which are used by the signal
122 * variable (PyFPE_counter) to keep track of any recursion. If an exception
133 extern int PyFPE_counter;
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
139 PyFPE_counter = 0; \
162 * already decremented PyFPE_counter.
164 #define PyFPE_END_PROTECT(v) PyFPE_counter -= (int)PyFPE_dummy(&(v));
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyfpe.h 55 * variables PyFPE_jbuf and PyFPE_counter which are used by the signal
122 * variable (PyFPE_counter) to keep track of any recursion. If an exception
133 extern int PyFPE_counter;
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
139 PyFPE_counter = 0; \
162 * already decremented PyFPE_counter.
164 #define PyFPE_END_PROTECT(v) PyFPE_counter -= (int)PyFPE_dummy(&(v));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fpectlmodule.c 85 static int PyFPE_counter = 0;
282 if(PyFPE_counter) {
  /external/python/cpython2/Modules/
fpectlmodule.c 85 static int PyFPE_counter = 0;
282 if(PyFPE_counter) {

Completed in 1034 milliseconds