Home | History | Annotate | Download | only in libffi.call

Lines Matching refs:cls_struct_fields

67   ffi_type* cls_struct_fields[9];
80 cls_struct_type.elements = cls_struct_fields;
88 cls_struct_fields[0] = &ffi_type_double;
89 cls_struct_fields[1] = &ffi_type_double;
90 cls_struct_fields[2] = &ffi_type_double;
91 cls_struct_fields[3] = &ffi_type_double;
92 cls_struct_fields[4] = &ffi_type_double;
93 cls_struct_fields[5] = &ffi_type_double;
94 cls_struct_fields[6] = &ffi_type_double;
95 cls_struct_fields[7] = &ffi_type_double;
96 cls_struct_fields[8] = NULL;