Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
Dtest_functions.py346 class S8I(Structure): class
364 class S8I(Structure): class
Dtest_as_parameter.py177 class S8I(Structure): class
/third_party/python/Modules/_ctypes/
D_ctypes_test.c786 } S8I; typedef
1014 EXPORT(S8I) __stdcall s_ret_8i_func(S8I inp) { return ret_8i_func(inp); } in EXPORT() argument