Searched refs:T_ULONG (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython3/Modules/_multiprocessing/ |
D | multiprocessing.h | 62 # define T_POINTER T_ULONG 76 # define T_DWORD T_ULONG
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | multiprocessing.h | 86 # define T_POINTER T_ULONG 100 # define T_DWORD T_ULONG
|
/external/python/cpython2/Lib/test/ |
D | test_structmembers.py | 54 ts.T_ULONG = ULONG_MAX 55 self.assertEqual(ts.T_ULONG, ULONG_MAX)
|
/external/python/cpython3/Lib/test/ |
D | test_structmembers.py | 67 ts.T_ULONG = ULONG_MAX 68 self.assertEqual(ts.T_ULONG, ULONG_MAX)
|
/external/python/cpython3/Python/ |
D | structmember.c | 39 case T_ULONG: in PyMember_GetOne() 210 case T_ULONG:{ in PyMember_SetOne()
|
/external/python/cpython3/Include/ |
D | structmember.h | 41 #define T_ULONG 12 macro
|
/external/python/cpython2/Include/ |
D | structmember.h | 60 #define T_ULONG 12 macro
|
/external/python/cpython2/Python/ |
D | structmember.c | 88 case T_ULONG: in PyMember_GetOne() 282 case T_ULONG:{ in PyMember_SetOne()
|
/external/python/cpython2/Tools/framer/framer/ |
D | member.py | 15 T_ULONG = "T_ULONG" variable
|
/external/python/cpython3/Modules/ |
D | overlapped.c | 20 # define T_POINTER T_ULONG 1404 {"error", T_ULONG,
|
D | selectmodule.c | 1788 # define T_UINTPTRT T_ULONG 1818 # define T_UINT32 T_ULONG
|
D | _winapi.c | 50 #define T_POINTER T_ULONG
|
D | _csv.c | 892 { "line_num", T_ULONG, R_OFF(line_num), READONLY },
|
D | _testcapimodule.c | 4845 {"T_ULONG", T_ULONG, offsetof(test_structmembers, structmembers.ulong_member), 0, NULL},
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 1230 # define T_UINTPTRT T_ULONG 1260 # define T_UINT32 T_ULONG
|
D | _csv.c | 884 { "line_num", T_ULONG, R_OFF(line_num), RO },
|
D | _testcapimodule.c | 2829 {"T_ULONG", T_ULONG, offsetof(test_structmembers, structmembers.ulong_member), 0, NULL},
|
/external/python/cpython3/Doc/c-api/ |
D | structures.rst | 279 T_ULONG unsigned long
|
/external/python/cpython2/Doc/c-api/ |
D | structures.rst | 303 T_ULONG unsigned long
|