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

Lines Matching refs:b1

19 			    struct cls_struct_24byte b1,
25 result.a = b0.a + b1.a + b2.a + b3.a;
26 result.b = b0.b + b1.b + b2.b + b3.b;
27 result.c = b0.c + b1.c + b2.c + b3.c;
28 result.d = b0.d + b1.d + b2.d + b3.d;
32 b1.a, b1.b, b1.c, b1.d,
44 struct cls_struct_24byte b0, b1, b2, b3;
47 b1 = *(struct cls_struct_24byte*)(args[1]);
51 *(cls_struct_24byte*)resp = cls_struct_24byte_fn(b0, b1, b2, b3);