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

  /external/libffi/testsuite/libffi.call/
struct3.c 31 test_structure_3 ts3_arg; local
43 values[0] = &ts3_arg;
49 ts3_arg.si = -123;
50 compare_value = ts3_arg.si;
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct3.c 31 test_structure_3 ts3_arg; local
43 values[0] = &ts3_arg;
49 ts3_arg.si = -123;
50 compare_value = ts3_arg.si;
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
struct3.c 31 test_structure_3 ts3_arg; local
43 values[0] = &ts3_arg;
49 ts3_arg.si = -123;
50 compare_value = ts3_arg.si;

Completed in 132 milliseconds