Searched refs:_testfunc_q_bhilfd (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ |
D | test_functions.py | 155 f = dll._testfunc_q_bhilfd
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_functions.py | 155 f = dll._testfunc_q_bhilfd
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.c | 264 EXPORT(PY_LONG_LONG) _testfunc_q_bhilfd(signed char b, short h, int i, long l, float f, double d) in _testfunc_q_bhilfd() function
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 442 EXPORT(long long) _testfunc_q_bhilfd(signed char b, short h, int i, long l, float f, double d) in _testfunc_q_bhilfd() function
|