Searched defs:FFI_ASSERT_AT (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | ffi_common.h | 37 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l))) macro
|
/external/python/cffi/c/libffi_msvc/ |
D | ffi_common.h | 37 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l))) macro
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 65 # define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l))) macro
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 65 # define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l))) macro
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi_common.h | 54 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l))) macro
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 69 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l))) macro
|
/external/libffi/include/ |
D | ffi_common.h | 69 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l))) macro
|