Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_structmembers.py68 ts.T_ULONG = ULONG_MAX
69 self.assertEqual(ts.T_ULONG, ULONG_MAX)
/third_party/python/Python/
Dstructmember.c38 case T_ULONG: in PyMember_GetOne()
214 case T_ULONG:{ in PyMember_SetOne()
/third_party/python/Include/
Dstructmember.h41 #define T_ULONG 12 macro
/third_party/python/Modules/_multiprocessing/
Dmultiprocessing.h54 # define T_POINTER T_ULONG
/third_party/python/Modules/
Doverlapped.c20 # define T_POINTER T_ULONG
1848 {"error", T_ULONG,
Dselectmodule.c1743 # define T_UINTPTRT T_ULONG
1773 # define T_UINT32 T_ULONG
D_csv.c982 { "line_num", T_ULONG, R_OFF(line_num), READONLY },
D_winapi.c52 #define T_POINTER T_ULONG
D_testcapimodule.c5939 {"T_ULONG", T_ULONG, offsetof(test_structmembers, structmembers.ulong_member), 0, NULL},
/third_party/python/Doc/c-api/
Dstructures.rst436 T_ULONG unsigned long
/third_party/python/Objects/
Dtypeobject.c450 {"__flags__", T_ULONG, offsetof(PyTypeObject, tp_flags), READONLY},