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

  /external/libffi/testsuite/libffi.call/
struct2.c 29 test_structure_2 ts2_arg; local
46 values[0] = &ts2_arg;
51 ts2_arg.d1 = 5.55;
52 ts2_arg.d2 = 6.66;
54 printf ("%g\n", ts2_arg.d1);
55 printf ("%g\n", ts2_arg.d2);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct2.c 29 test_structure_2 ts2_arg; local
46 values[0] = &ts2_arg;
51 ts2_arg.d1 = 5.55;
52 ts2_arg.d2 = 6.66;
54 printf ("%g\n", ts2_arg.d1);
55 printf ("%g\n", ts2_arg.d2);

Completed in 119 milliseconds