Searched refs:ffi_type_ulong (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/libffi-18.1/tests/testsuite/libffi.call/
H A Dreturn_ul.c22 args[0] = &ffi_type_ulong;
23 args[1] = &ffi_type_ulong;
28 &ffi_type_ulong, args) == FFI_OK);
/macosx-10.9.5/ruby-104/ruby/ext/fiddle/
H A Dfiddle.h51 #undef ffi_type_ulong macro
85 # define ffi_type_ulong ffi_type_uint32 macro
88 # define ffi_type_ulong ffi_type_uint64 macro
/macosx-10.9.5/libffi-18.1/include/
H A Dffi.h136 # define ffi_type_ulong ffi_type_uint32 macro
139 # define ffi_type_ulong ffi_type_uint64 macro
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/include/
H A Dffi.h130 #define ffi_type_ulong ffi_type_uint64 macro
H A Dffi.h.in115 #define ffi_type_ulong ffi_type_uint64
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi.h126 #define ffi_type_ulong ffi_type_uint64 macro
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi.h126 #define ffi_type_ulong ffi_type_uint64 macro
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A Dlibffi.m128 return sizeof(unsigned int) == sizeof(unsigned long) ? &ffi_type_uint : &ffi_type_ulong;

Completed in 88 milliseconds