Home
last modified time | relevance | path

Searched refs:a_long (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/ctypes/test/
Dtest_structures.py629 test4.a_long = 12345;
635 self.assertEqual(test4.a_long, 0)
645 self.assertEqual(test4.a_long, 0)
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c135 long a_long; member
153 long result = in.a_long + in.a_struct.an_int + in.a_struct.another_int; in _testfunc_union_by_value1()
175 long result = in->a_long; in _testfunc_union_by_reference1()