Home
last modified time | relevance | path

Searched refs:T_ULONG (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h86 # define T_POINTER T_ULONG
100 # define T_DWORD T_ULONG
/external/python/cpython2/Lib/test/
Dtest_structmembers.py54 ts.T_ULONG = ULONG_MAX
55 self.assertEqual(ts.T_ULONG, ULONG_MAX)
/external/python/cpython2/Include/
Dstructmember.h60 #define T_ULONG 12 macro
/external/python/cpython2/Python/
Dstructmember.c88 case T_ULONG: in PyMember_GetOne()
282 case T_ULONG:{ in PyMember_SetOne()
/external/python/cpython2/Tools/framer/framer/
Dmember.py15 T_ULONG = "T_ULONG" variable
/external/python/cpython2/Doc/c-api/
Dstructures.rst303 T_ULONG unsigned long
/external/python/cpython2/Modules/
D_csv.c881 { "line_num", T_ULONG, R_OFF(line_num), RO },
Dselectmodule.c1220 # define T_UINTPTRT T_ULONG
D_testcapimodule.c2634 {"T_ULONG", T_ULONG, offsetof(test_structmembers, structmembers.ulong_member), 0, NULL},