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

Lines Matching refs:b1

17 cls_struct_16byte cls_struct_16byte_fn(struct cls_struct_16byte b1,
22 result.a = b1.a + b2.a;
23 result.b = b1.b + b2.b;
24 result.c = b1.c + b2.c;
26 printf("%d %g %d %d %g %d: %d %g %d\n", b1.a, b1.b, b1.c, b2.a, b2.b, b2.c,
35 struct cls_struct_16byte b1, b2;
37 b1 = *(struct cls_struct_16byte*)(args[0]);
40 *(cls_struct_16byte*)resp = cls_struct_16byte_fn(b1, b2);