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

  /external/libffi/testsuite/libffi.call/
return_ul.c 22 args[0] = &ffi_type_ulong;
23 args[1] = &ffi_type_ulong;
28 &ffi_type_ulong, args) == FFI_OK);
nested_struct2.c 83 cls_struct_fields[0] = &ffi_type_ulong;
nested_struct9.c 106 cls_struct_fields2[0] = &ffi_type_ulong;
  /external/libffi/darwin-x86/
ffi.h 139 # define ffi_type_ulong ffi_type_uint32 macro
142 # define ffi_type_ulong ffi_type_uint64 macro
  /external/libffi/include/
ffi_real.h 140 # define ffi_type_ulong ffi_type_uint32 macro
143 # define ffi_type_ulong ffi_type_uint64 macro
ffi.h.in 139 # define ffi_type_ulong ffi_type_uint32
142 # define ffi_type_ulong ffi_type_uint64

Completed in 44 milliseconds