HomeSort by relevance Sort by last modified time
    Searched defs:FFI_ASSERT_AT (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi_common.h 54 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
58 #define FFI_ASSERT_AT(x, f, l)
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi_common.h 37 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
41 #define FFI_ASSERT_AT(x, f, l)
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi_common.h 65 # define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
69 # define FFI_ASSERT_AT(x, f, l)
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi_common.h 37 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
41 #define FFI_ASSERT_AT(x, f, l)
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi_common.h 65 # define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
69 # define FFI_ASSERT_AT(x, f, l)
  /external/libffi/include/
ffi_common.h 69 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
73 #define FFI_ASSERT_AT(x, f, l)
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi_common.h 69 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
73 #define FFI_ASSERT_AT(x, f, l)
  /external/python/cpython3/Modules/_ctypes/libffi/include/
ffi_common.h 69 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
73 #define FFI_ASSERT_AT(x, f, l)

Completed in 150 milliseconds