Searched refs:T_ULONG (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Lib/test/ |
D | test_structmembers.py | 68 ts.T_ULONG = ULONG_MAX 69 self.assertEqual(ts.T_ULONG, ULONG_MAX)
|
/third_party/python/Python/ |
D | structmember.c | 38 case T_ULONG: in PyMember_GetOne() 214 case T_ULONG:{ in PyMember_SetOne()
|
/third_party/python/Include/ |
D | structmember.h | 41 #define T_ULONG 12 macro
|
/third_party/python/Modules/_multiprocessing/ |
D | multiprocessing.h | 54 # define T_POINTER T_ULONG
|
/third_party/python/Modules/ |
D | overlapped.c | 20 # define T_POINTER T_ULONG 1848 {"error", T_ULONG,
|
D | selectmodule.c | 1743 # define T_UINTPTRT T_ULONG 1773 # define T_UINT32 T_ULONG
|
D | _csv.c | 982 { "line_num", T_ULONG, R_OFF(line_num), READONLY },
|
D | _winapi.c | 52 #define T_POINTER T_ULONG
|
D | _testcapimodule.c | 5939 {"T_ULONG", T_ULONG, offsetof(test_structmembers, structmembers.ulong_member), 0, NULL},
|
/third_party/python/Doc/c-api/ |
D | structures.rst | 436 T_ULONG unsigned long
|
/third_party/python/Objects/ |
D | typeobject.c | 450 {"__flags__", T_ULONG, offsetof(PyTypeObject, tp_flags), READONLY},
|