Home
last modified time | relevance | path

Searched defs:S8I (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_functions.py356 class S8I(Structure): class
374 class S8I(Structure): class
Dtest_as_parameter.py173 class S8I(Structure): class
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c613 } S8I; typedef
647 EXPORT(S8I) __stdcall s_ret_8i_func(S8I inp) { return ret_8i_func(inp); } in EXPORT() argument