/external/libffi/src/ |
D | debug.c | 52 FFI_ASSERT_AT(a != NULL, file, line); in ffi_type_test() 54 FFI_ASSERT_AT(a->type <= FFI_TYPE_LAST, file, line); in ffi_type_test() 55 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->size > 0, file, line); in ffi_type_test() 56 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->alignment > 0, file, line); in ffi_type_test() 57 FFI_ASSERT_AT((a->type != FFI_TYPE_STRUCT && a->type != FFI_TYPE_COMPLEX) in ffi_type_test() 59 FFI_ASSERT_AT(a->type != FFI_TYPE_COMPLEX in ffi_type_test()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | debug.c | 52 FFI_ASSERT_AT(a != NULL, file, line); in ffi_type_test() 54 FFI_ASSERT_AT(a->type <= FFI_TYPE_LAST, file, line); in ffi_type_test() 55 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->size > 0, file, line); in ffi_type_test() 56 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->alignment > 0, file, line); in ffi_type_test() 57 FFI_ASSERT_AT(a->type != FFI_TYPE_STRUCT || a->elements != NULL, file, line); in ffi_type_test()
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | debug.c | 51 FFI_ASSERT_AT(a != NULL, file, line); in ffi_type_test() 54 FFI_ASSERT_AT(a->type <= FFI_TYPE_LAST, file, line); in ffi_type_test() 55 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->size > 0, file, line); in ffi_type_test() 56 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->alignment > 0, file, line); in ffi_type_test() 57 FFI_ASSERT_AT(a->type != FFI_TYPE_STRUCT || a->elements != NULL, file, line); in ffi_type_test()
|
D | ffi_common.h | 54 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l))) macro 58 #define FFI_ASSERT_AT(x, f, l)
|
/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 41 #define FFI_ASSERT_AT(x, f, l)
|
/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 41 #define FFI_ASSERT_AT(x, f, l)
|
/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 69 # define FFI_ASSERT_AT(x, f, l)
|
/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 69 # define FFI_ASSERT_AT(x, f, l)
|
/external/libffi/include/ |
D | ffi_common.h | 69 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l))) macro 73 #define FFI_ASSERT_AT(x, f, l)
|
/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 73 #define FFI_ASSERT_AT(x, f, l)
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 4820 (FFI_ASSERT_AT): New macro.
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 4820 (FFI_ASSERT_AT): New macro.
|