Searched refs:T_USHORT (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_structmembers.py | 38 ts.T_USHORT = USHRT_MAX 39 self.assertEqual(ts.T_USHORT, USHRT_MAX) 103 ts.T_USHORT = USHRT_MAX+1
|
/external/python/cpython3/Lib/test/ |
D | test_structmembers.py | 51 ts.T_USHORT = USHRT_MAX 52 self.assertEqual(ts.T_USHORT, USHRT_MAX) 140 ts.T_USHORT = USHRT_MAX+1
|
/external/python/cpython3/Python/ |
D | structmember.c | 27 case T_USHORT: in PyMember_GetOne() 168 case T_USHORT:{ in PyMember_SetOne()
|
/external/python/cpython3/Include/ |
D | structmember.h | 39 #define T_USHORT 10 macro
|
/external/python/cpython2/Include/ |
D | structmember.h | 58 #define T_USHORT 10 macro
|
/external/python/cpython2/Python/ |
D | structmember.c | 76 case T_USHORT: in PyMember_GetOne() 240 case T_USHORT:{ in PyMember_SetOne()
|
/external/python/cpython3/Doc/c-api/ |
D | structures.rst | 278 T_USHORT unsigned short
|
/external/python/cpython2/Doc/c-api/ |
D | structures.rst | 302 T_USHORT unsigned short
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 1282 # define FLAGS_TYPE T_USHORT
|
D | _testcapimodule.c | 2825 {"T_USHORT", T_USHORT, offsetof(test_structmembers, structmembers.ushort_member), 0, NULL},
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 1840 # define FLAGS_TYPE T_USHORT
|
D | _testcapimodule.c | 4841 {"T_USHORT", T_USHORT, offsetof(test_structmembers, structmembers.ushort_member), 0, NULL},
|