Home
last modified time | relevance | path

Searched defs:FFI_ASSERT (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/_ctypes/libffi_msvc/
Dffi_common.h36 #define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) macro
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi_common.h36 #define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) macro
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi_common.h64 # define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) macro
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi_common.h64 # define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) macro
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi_common.h53 #define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) macro
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h68 #define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) macro
/external/libffi/include/
Dffi_common.h68 #define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) macro