Searched refs:_testfunc_i_bhilfd (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.h | 1 extern int _testfunc_i_bhilfd(char b, short h, int i, long l, float f, double d);
|
D | _ctypes_test.c | 320 EXPORT(int) _testfunc_i_bhilfd(signed char b, short h, int i, long l, float f, double d) in _testfunc_i_bhilfd() function
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.h | 1 extern int _testfunc_i_bhilfd(char b, short h, int i, long l, float f, double d);
|
D | _ctypes_test.c | 141 EXPORT(int) _testfunc_i_bhilfd(signed char b, short h, int i, long l, float f, double d) in _testfunc_i_bhilfd() function
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_functions.py | 69 f = dll._testfunc_i_bhilfd 77 f = dll._testfunc_i_bhilfd 92 f = dll._testfunc_i_bhilfd
|
D | test_as_parameter.py | 23 f = dll._testfunc_i_bhilfd
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_functions.py | 69 f = dll._testfunc_i_bhilfd 77 f = dll._testfunc_i_bhilfd 92 f = dll._testfunc_i_bhilfd
|
D | test_as_parameter.py | 23 f = dll._testfunc_i_bhilfd
|