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

  /external/libffi/src/
debug.c 39 /* This function should only be called via the FFI_ASSERT() macro */
41 void ffi_assert(char *expr, char *file, int line) function
  /external/python/cpython2/Modules/_ctypes/libffi/src/
debug.c 39 /* This function should only be called via the FFI_ASSERT() macro */
41 void ffi_assert(char *expr, char *file, int line) function
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
debug.c 38 /* This function should only be called via the FFI_ASSERT() macro */
40 void ffi_assert(char *expr, char *file, int line) function
  /external/python/cpython3/Modules/_ctypes/libffi/src/
debug.c 39 /* This function should only be called via the FFI_ASSERT() macro */
41 void ffi_assert(char *expr, char *file, int line) function

Completed in 94 milliseconds