Home
last modified time | relevance | path

Searched refs:_testfunc_i_bhilfd (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_ctypes/
D_ctypes_test.h1 extern int _testfunc_i_bhilfd(char b, short h, int i, long l, float f, double d);
D_ctypes_test.c320 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/
Dtest_functions.py59 f = dll._testfunc_i_bhilfd
67 f = dll._testfunc_i_bhilfd
82 f = dll._testfunc_i_bhilfd
Dtest_as_parameter.py23 f = dll._testfunc_i_bhilfd