Searched defs:checking (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dunwindtest_ffi_call.cc11 static int checking(int a __UNUSED__, short b __UNUSED__, function
45 ffi_call(&cif, FFI_FN(checking), &rint, values);
H A Dnegint.c11 static int checking(int a, short b, signed char c) function
43 checking (si, ss, sc);
45 ffi_call(&cif, FFI_FN(checking), &rint, values);
47 printf ("%d vs %d\n", (int)rint, checking (si, ss, sc));

Completed in 1651 milliseconds