Searched defs:FFI_DEBUG (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | fficonfig.h | 20 #define FFI_DEBUG macro
|
/external/libffi/ |
D | configure.ac | 570 AC_DEFINE(FFI_DEBUG, 1, [Define this if you want extra debugging.]) definition 572 AM_CONDITIONAL(FFI_DEBUG, test "$enable_debug" = "yes") condition 579 AM_CONDITIONAL(FFI_DEBUG, test "$enable_debug" = "yes") condition
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | configure.ac | 571 AC_DEFINE(FFI_DEBUG, 1, [Define this if you want extra debugging.]) definition 573 AM_CONDITIONAL(FFI_DEBUG, test "$enable_debug" = "yes") condition 580 AM_CONDITIONAL(FFI_DEBUG, test "$enable_debug" = "yes") condition
|
/external/python/cpython3/Modules/_ctypes/libffi/ |
D | configure.ac | 571 AC_DEFINE(FFI_DEBUG, 1, [Define this if you want extra debugging.]) definition 573 AM_CONDITIONAL(FFI_DEBUG, test "$enable_debug" = "yes") condition 580 AM_CONDITIONAL(FFI_DEBUG, test "$enable_debug" = "yes") condition
|