Home
last modified time | relevance | path

Searched refs:cls_struct_16byte1 (Results 1 – 2 of 2) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dnested_struct1.c11 typedef struct cls_struct_16byte1 { struct
15 } cls_struct_16byte1; argument
24 cls_struct_16byte1 d;
28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0, in cls_struct_combined_fn()
31 struct cls_struct_16byte1 b3) in cls_struct_combined_fn()
58 struct cls_struct_16byte1 b0; in cls_struct_combined_gn()
61 struct cls_struct_16byte1 b3; in cls_struct_combined_gn()
63 b0 = *(struct cls_struct_16byte1*)(args[0]); in cls_struct_combined_gn()
66 b3 = *(struct cls_struct_16byte1*)(args[3]); in cls_struct_combined_gn()
107 struct cls_struct_16byte1 e_dbl = { 9.0, 2.0, 6}; in main()
[all …]
Dnested_struct.c11 typedef struct cls_struct_16byte1 { struct
15 } cls_struct_16byte1; argument
24 cls_struct_16byte1 d;
28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0, in cls_struct_combined_fn()
56 struct cls_struct_16byte1 b0; in cls_struct_combined_gn()
60 b0 = *(struct cls_struct_16byte1*)(args[0]); in cls_struct_combined_gn()
103 struct cls_struct_16byte1 e_dbl = { 9.0, 2.0, 6}; in main()
148 res_dbl = ((cls_struct_combined(*)(cls_struct_16byte1, in main()