Lines Matching defs:args
37 va_list args; in _fprintf() local
83 #define FFI_CALL(cif,fn,args,retaddr) \ argument
154 /*const*/ void* args[] = { &i1 }; in int_tests() local
173 /*const*/ void* args[] = { &i1, &i2 }; in int_tests() local
192 /*const*/ void* args[] = { &i1, &i2, &i3, &i4 }; in int_tests() local
211 /*const*/ void* args[] = { &i1, &i2, &i3, &i4, &i5, &i6, &i7, &i8 }; in int_tests() local
230 …/*const*/ void* args[] = { &i1, &i2, &i3, &i4, &i5, &i6, &i7, &i8, &i9, &i10, &i11, &i12, &i13, &i… in int_tests() local
256 /*const*/ void* args[] = { &f1 }; in float_tests() local
274 /*const*/ void* args[] = { &f1, &f2 }; in float_tests() local
292 /*const*/ void* args[] = { &f1, &f2, &f3, &f4 }; in float_tests() local
310 /*const*/ void* args[] = { &f1, &f2, &f3, &f4, &f5, &f6, &f7, &f8 }; in float_tests() local
328 …/*const*/ void* args[] = { &f1, &f2, &f3, &f4, &f5, &f6, &f7, &f8, &f9, &f10, &f11, &f12, &f13, &f… in float_tests() local
346 …/*const*/ void* args[] = { &f1, &f2, &f3, &f4, &f5, &f6, &f7, &f8, &f9, &f10, &f11, &f12, &f13, &f… in float_tests() local
370 /*const*/ void* args[] = { &d1 }; in double_tests() local
388 /*const*/ void* args[] = { &d1, &d2 }; in double_tests() local
406 /*const*/ void* args[] = { &d1, &d2, &d3, &d4 }; in double_tests() local
424 /*const*/ void* args[] = { &d1, &d2, &d3, &d4, &d5, &d6, &d7, &d8 }; in double_tests() local
442 …/*const*/ void* args[] = { &d1, &d2, &d3, &d4, &d5, &d6, &d7, &d8, &d9, &d10, &d11, &d12, &d13, &d… in double_tests() local
470 /*const*/ void* args[] = { &puc1, &pd2, &pstr3, &pI4 }; in pointer_tests() local
501 /*const*/ void* args[] = { &uc1, &us2, &ui3, &ul4 }; in mixed_number_tests() local
522 /*const*/ void* args[] = { &i1, &i2, &d3, &d4 }; in mixed_number_tests() local
540 /*const*/ void* args[] = { &i1, &i2, &i3, &d4, &i5 }; in mixed_number_tests() local
558 /*const*/ void* args[] = { &i1, &d2, &i3, &d4 }; in mixed_number_tests() local
576 /*const*/ void* args[] = { &f1, &d2, &i3 }; in mixed_number_tests() local
595 /*const*/ void* args[] = { &c1, &d2, &c3, &d4 }; in mixed_number_tests() local
616 /*const*/ void* args[] = { &i1, &i2, &i3, &ll1, &i13 }; in mixed_number_tests() local
634 /*const*/ void* args[] = { &f13, &ll1, &i13 }; in mixed_number_tests() local
652 /*const*/ void* args[] = { &f1, &i9 }; in mixed_number_tests() local
670 /*const*/ void* args[] = { &f1, &f2, &i9 }; in mixed_number_tests() local
688 /*const*/ void* args[] = { &f1, &f2, &f3, &i9 }; in mixed_number_tests() local
706 /*const*/ void* args[] = { &f1, &f2, &f3, &f4, &i9 }; in mixed_number_tests() local
724 /*const*/ void* args[] = { &f1, &f2, &f3, &f4, &f5, &f6, &f7, &i9 }; in mixed_number_tests() local
742 /*const*/ void* args[] = { &f1, &f2, &f3, &f4, &f5, &f6, &f7, &f8, &i9 }; in mixed_number_tests() local
760 … /*const*/ void* args[] = { &f1, &f2, &f3, &f4, &f5, &f6, &f7, &f8, &f9, &f10, &f11, &f12, &i9 }; in mixed_number_tests() local
778 …/*const*/ void* args[] = { &f1, &f2, &f3, &f4, &f5, &f6, &f7, &f8, &f9, &f10, &f11, &f12, &f13, &i… in mixed_number_tests() local
796 /*const*/ void* args[] = { &d1, &i9 }; in mixed_number_tests() local
814 /*const*/ void* args[] = { &d1, &d2, &i9 }; in mixed_number_tests() local
832 /*const*/ void* args[] = { &d1, &d2, &d3, &i9 }; in mixed_number_tests() local
850 /*const*/ void* args[] = { &d1, &d2, &d3, &d4, &i9 }; in mixed_number_tests() local
868 /*const*/ void* args[] = { &d1, &d2, &d3, &d4, &d5, &d6, &d7, &i9 }; in mixed_number_tests() local
886 /*const*/ void* args[] = { &d1, &d2, &d3, &d4, &d5, &d6, &d7, &d8, &i9 }; in mixed_number_tests() local
904 … /*const*/ void* args[] = { &d1, &d2, &d3, &d4, &d5, &d6, &d7, &d8, &d9, &d10, &d11, &d12, &i9 }; in mixed_number_tests() local
922 …/*const*/ void* args[] = { &d1, &d2, &d3, &d4, &d5, &d6, &d7, &d8, &d9, &d10, &d11, &d12, &d13, &i… in mixed_number_tests() local
1171 /*const*/ void* args[] = { &I1, &I2, &I3 }; in structure_tests() local
1194 /*const*/ void* args[] = { &C1, &d2, &C3 }; in structure_tests() local
1217 /*const*/ void* args[] = { &F1, &f2, &d3 }; in structure_tests() local
1240 /*const*/ void* args[] = { &f1, &D2, &d3 }; in structure_tests() local
1263 /*const*/ void* args[] = { &D1, &f2, &d3 }; in structure_tests() local
1286 /*const*/ void* args[] = { &J1, &i2, &J2 }; in structure_tests() local
1311 /*const*/ void* args[] = { &T1, &space, &T2 }; in structure_tests() local
1334 /*const*/ void* args[] = { &B1, &c2, &d3, &B2 }; in structure_tests() local
1378 /*const*/ void* args[] = { &K1, &l9 }; in gpargs_boundary_tests() local
1395 /*const*/ void* args[] = { &l1, &K1, &l9 }; in gpargs_boundary_tests() local
1412 /*const*/ void* args[] = { &l1, &l2, &K1, &l9 }; in gpargs_boundary_tests() local
1429 /*const*/ void* args[] = { &l1, &l2, &l3, &K1, &l9 }; in gpargs_boundary_tests() local
1446 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &K1, &l9 }; in gpargs_boundary_tests() local
1463 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &l5, &K1, &l9 }; in gpargs_boundary_tests() local
1480 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &l5, &l6, &K1, &l9 }; in gpargs_boundary_tests() local
1497 …/*const*/ void* args[] = { &f1, &f2, &f3, &f4, &f5, &f6, &f7, &f8, &f9, &f10, &f11, &f12, &f13, &f… in gpargs_boundary_tests() local
1514 …/*const*/ void* args[] = { &d1, &d2, &d3, &d4, &d5, &d6, &d7, &d8, &d9, &d10, &d11, &d12, &d13, &d… in gpargs_boundary_tests() local
1531 /*const*/ void* args[] = { &l1, &l2, &ll1, &l9 }; in gpargs_boundary_tests() local
1548 /*const*/ void* args[] = { &l1, &l2, &l3, &ll1, &l9 }; in gpargs_boundary_tests() local
1565 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &ll1, &l9 }; in gpargs_boundary_tests() local
1582 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &l5, &ll1, &l9 }; in gpargs_boundary_tests() local
1599 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &l5, &l6, &ll1, &l9 }; in gpargs_boundary_tests() local
1616 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &l5, &l6, &l7, &ll1, &l9 }; in gpargs_boundary_tests() local
1633 /*const*/ void* args[] = { &l1, &l2, &d2, &l9 }; in gpargs_boundary_tests() local
1650 /*const*/ void* args[] = { &l1, &l2, &l3, &d2, &l9 }; in gpargs_boundary_tests() local
1667 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &d2, &l9 }; in gpargs_boundary_tests() local
1684 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &l5, &d2, &l9 }; in gpargs_boundary_tests() local
1701 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &l5, &l6, &d2, &l9 }; in gpargs_boundary_tests() local
1718 /*const*/ void* args[] = { &l1, &l2, &l3, &l4, &l5, &l6, &l7, &d2, &l9 }; in gpargs_boundary_tests() local