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

  /external/libffi/testsuite/libffi.call/
struct4.c 35 test_structure_4 *ts4_result = local
57 ffi_call (&cif, FFI_FN(struct4), ts4_result, values);
59 CHECK(ts4_result->ui3 == 2U * 3U * 4U);
62 free (ts4_result);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct4.c 35 test_structure_4 *ts4_result = local
57 ffi_call (&cif, FFI_FN(struct4), ts4_result, values);
59 CHECK(ts4_result->ui3 == 2U * 3U * 4U);
62 free (ts4_result);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
struct4.c 35 test_structure_4 *ts4_result = local
57 ffi_call (&cif, FFI_FN(struct4), ts4_result, values);
59 CHECK(ts4_result->ui3 == 2U * 3U * 4U);
62 free (ts4_result);

Completed in 130 milliseconds