Home | History | Annotate | Download | only in include

Lines Matching refs:FFI_TYPE

97 } ffi_type;
149 extern ffi_type ffi_type_void;
150 extern ffi_type ffi_type_uint8;
151 extern ffi_type ffi_type_sint8;
152 extern ffi_type ffi_type_uint16;
153 extern ffi_type ffi_type_sint16;
154 extern ffi_type ffi_type_uint32;
155 extern ffi_type ffi_type_sint32;
156 extern ffi_type ffi_type_uint64;
157 extern ffi_type ffi_type_sint64;
158 extern ffi_type ffi_type_float;
159 extern ffi_type ffi_type_double;
160 extern ffi_type ffi_type_pointer;
163 extern ffi_type ffi_type_longdouble;
175 typedef unsigned FFI_TYPE;
180 ffi_type **arg_types;
181 ffi_type *rtype;
350 ffi_type *rtype,
351 ffi_type **atypes);