HomeSort by relevance Sort by last modified time
    Searched refs:ts7_arg (Results 1 - 3 of 3) sorted by null

  /external/libffi/testsuite/libffi.call/
struct7.c 33 test_structure_7 ts7_arg; local
49 values[0] = &ts7_arg;
54 ts7_arg.f1 = 5.55f;
55 ts7_arg.f2 = 55.5f;
56 ts7_arg.d = 6.66;
58 printf ("%g\n", ts7_arg.f1);
59 printf ("%g\n", ts7_arg.f2);
60 printf ("%g\n", ts7_arg.d);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct7.c 33 test_structure_7 ts7_arg; local
49 values[0] = &ts7_arg;
54 ts7_arg.f1 = 5.55f;
55 ts7_arg.f2 = 55.5f;
56 ts7_arg.d = 6.66;
58 printf ("%g\n", ts7_arg.f1);
59 printf ("%g\n", ts7_arg.f2);
60 printf ("%g\n", ts7_arg.d);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
struct7.c 33 test_structure_7 ts7_arg; local
49 values[0] = &ts7_arg;
54 ts7_arg.f1 = 5.55f;
55 ts7_arg.f2 = 55.5f;
56 ts7_arg.d = 6.66;
58 printf ("%g\n", ts7_arg.f1);
59 printf ("%g\n", ts7_arg.f2);
60 printf ("%g\n", ts7_arg.d);

Completed in 353 milliseconds