Searched refs:_testfunc_i_bhilfd (Results 1 – 4 of 4) sorted by relevance
/third_party/python/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
|
/third_party/python/Lib/ctypes/test/ |
D | test_functions.py | 59 f = dll._testfunc_i_bhilfd 67 f = dll._testfunc_i_bhilfd 82 f = dll._testfunc_i_bhilfd
|
D | test_as_parameter.py | 23 f = dll._testfunc_i_bhilfd
|