Lines Matching refs:struct_108byte
15 typedef struct struct_108byte { struct
30 } struct_108byte; argument
32 struct_108byte cls_struct_108byte_fn( in cls_struct_108byte_fn()
33 struct_108byte b0, in cls_struct_108byte_fn()
34 struct_108byte b1, in cls_struct_108byte_fn()
35 struct_108byte b2, in cls_struct_108byte_fn()
36 struct_108byte b3) in cls_struct_108byte_fn()
38 struct_108byte result; in cls_struct_108byte_fn()
65 struct_108byte b0, b1, b2, b3; in cls_struct_108byte_gn()
67 b0 = *(struct_108byte*)(args[0]); in cls_struct_108byte_gn()
68 b1 = *(struct_108byte*)(args[1]); in cls_struct_108byte_gn()
69 b2 = *(struct_108byte*)(args[2]); in cls_struct_108byte_gn()
70 b3 = *(struct_108byte*)(args[3]); in cls_struct_108byte_gn()
72 *(struct_108byte*)resp = cls_struct_108byte_fn(b0, b1, b2, b3); in cls_struct_108byte_gn()
85 struct_108byte e_dbl = { 9.0, 2.0, 6.0, 5.0, 3.0, 4.0, 8.0, 1.0, 1.0, 2.0, 3.0, 7.0, 2.0, 7 }; in main()
86 struct_108byte f_dbl = { 1.0, 2.0, 3.0, 7.0, 2.0, 5.0, 6.0, 7.0, 4.0, 5.0, 7.0, 9.0, 1.0, 4 }; in main()
87 struct_108byte g_dbl = { 4.0, 5.0, 7.0, 9.0, 1.0, 1.0, 2.0, 9.0, 8.0, 6.0, 1.0, 4.0, 0.0, 3 }; in main()
88 struct_108byte h_dbl = { 8.0, 6.0, 1.0, 4.0, 0.0, 3.0, 3.0, 1.0, 9.0, 2.0, 6.0, 5.0, 3.0, 2 }; in main()
89 struct_108byte res_dbl; in main()
136 res_dbl = ((struct_108byte(*)(struct_108byte, struct_108byte, in main()
137 struct_108byte, struct_108byte))(code))(e_dbl, f_dbl, g_dbl, h_dbl); in main()