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

  /external/libffi/testsuite/libffi.call/
struct3.c 32 test_structure_3 *ts3_result = local
52 ffi_call(&cif, FFI_FN(struct3), ts3_result, values);
54 printf ("%d %d\n", ts3_result->si, -(compare_value*2));
56 CHECK(ts3_result->si == -(compare_value*2));
58 free (ts3_result);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct3.c 32 test_structure_3 *ts3_result = local
52 ffi_call(&cif, FFI_FN(struct3), ts3_result, values);
54 printf ("%d %d\n", ts3_result->si, -(compare_value*2));
56 CHECK(ts3_result->si == -(compare_value*2));
58 free (ts3_result);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
struct3.c 32 test_structure_3 *ts3_result = local
52 ffi_call(&cif, FFI_FN(struct3), ts3_result, values);
54 printf ("%d %d\n", ts3_result->si, -(compare_value*2));
56 CHECK(ts3_result->si == -(compare_value*2));
58 free (ts3_result);

Completed in 237 milliseconds