Searched refs:ffitype (Results 1 – 5 of 5) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
D | complex_int.c | 28 #define FFI_COMPLEX_TYPEDEF(name, type, ffitype) \ argument 30 (ffi_type *)(&ffitype), NULL \
|
/external/libffi/testsuite/libffi.complex/ |
D | complex_int.c | 28 #define FFI_COMPLEX_TYPEDEF(name, type, ffitype) \ argument 30 (ffi_type *)(&ffitype), NULL \
|
/external/python/cffi/c/ |
D | ffi_obj.c | 33 static FFIObject *ffi_internal_new(PyTypeObject *ffitype, in ffi_internal_new() argument 40 ffi = (FFIObject *)PyObject_GC_New(FFIObject, ffitype); in ffi_internal_new() 45 ffi = (FFIObject *)ffitype->tp_alloc(ffitype, 0); in ffi_internal_new()
|
D | _cffi_backend.c | 4511 ffi_type *ffitype; in new_primitive_type() local 4529 case 1: ffitype = &ffi_type_sint8; break; in new_primitive_type() 4530 case 2: ffitype = &ffi_type_sint16; break; in new_primitive_type() 4531 case 4: ffitype = &ffi_type_sint32; break; in new_primitive_type() 4532 case 8: ffitype = &ffi_type_sint64; break; in new_primitive_type() 4538 ffitype = &ffi_type_float; in new_primitive_type() 4540 ffitype = &ffi_type_double; in new_primitive_type() 4546 ffitype = &ffi_type_double; in new_primitive_type() 4548 ffitype = &ffi_type_longdouble; in new_primitive_type() 4558 ffitype = NULL; in new_primitive_type() [all …]
|
/external/libffi/doc/ |
D | libffi.texi | 745 #define FFI_COMPLEX_TYPEDEF(name, type, ffitype) \ 747 (ffi_type *)(&ffitype), NULL \
|