HomeSort by relevance Sort by last modified time
    Searched refs:ffi_type_slong (Results 1 - 5 of 5) sorted by null

  /external/libffi/testsuite/libffi.call/
return_sl.c 22 args[0] = &ffi_type_slong;
23 args[1] = &ffi_type_slong;
28 &ffi_type_slong, args) == FFI_OK);
nested_struct6.c 106 cls_struct_fields2[0] = &ffi_type_slong;
  /external/libffi/darwin-x86/
ffi.h 140 # define ffi_type_slong ffi_type_sint32 macro
143 # define ffi_type_slong ffi_type_sint64 macro
  /external/libffi/include/
ffi_real.h 141 # define ffi_type_slong ffi_type_sint32 macro
144 # define ffi_type_slong ffi_type_sint64 macro
ffi.h.in 140 # define ffi_type_slong ffi_type_sint32
143 # define ffi_type_slong ffi_type_sint64

Completed in 194 milliseconds