Lines Matching refs:struct_116byte
15 typedef struct struct_116byte { struct
31 } struct_116byte; argument
33 struct_116byte cls_struct_116byte_fn( in cls_struct_116byte_fn()
34 struct_116byte b0, in cls_struct_116byte_fn()
35 struct_116byte b1, in cls_struct_116byte_fn()
36 struct_116byte b2, in cls_struct_116byte_fn()
37 struct_116byte b3) in cls_struct_116byte_fn()
39 struct_116byte result; in cls_struct_116byte_fn()
67 struct_116byte b0, b1, b2, b3; in cls_struct_116byte_gn()
69 b0 = *(struct_116byte*)(args[0]); in cls_struct_116byte_gn()
70 b1 = *(struct_116byte*)(args[1]); in cls_struct_116byte_gn()
71 b2 = *(struct_116byte*)(args[2]); in cls_struct_116byte_gn()
72 b3 = *(struct_116byte*)(args[3]); in cls_struct_116byte_gn()
74 *(struct_116byte*)resp = cls_struct_116byte_fn(b0, b1, b2, b3); in cls_struct_116byte_gn()
87 struct_116byte 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, 5.0, 7 }; in main()
88 struct_116byte 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, 6.0, 4 }; in main()
89 struct_116byte 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, 7.0, 3 }; in main()
90 struct_116byte 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, 8.0, 2 }; in main()
91 struct_116byte res_dbl; in main()
139 res_dbl = ((struct_116byte(*)(struct_116byte, struct_116byte, in main()
140 struct_116byte, struct_116byte))(code))(e_dbl, f_dbl, g_dbl, h_dbl); in main()