Home
last modified time | relevance | path

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

/external/python/cpython2/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.c128 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/
Dtest_functions.py69 f = dll._testfunc_i_bhilfd
77 f = dll._testfunc_i_bhilfd
92 f = dll._testfunc_i_bhilfd
Dtest_as_parameter.py23 f = dll._testfunc_i_bhilfd