Searched refs:T_UINT (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/test/ |
D | test_structmembers.py | 60 ts.T_UINT = UINT_MAX 61 self.assertEqual(ts.T_UINT, UINT_MAX)
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.c | 873 #define T_UINT(R,S) T_INT(R, S, MOD_UNSIGNED) macro 898 { &uchar_ctype, T_UINT(-2, char) }, 901 { &ushort_ctype, T_UINT(-1, short) }, 904 { &uint_ctype, T_UINT( 0, int) }, 907 { &ulong_ctype, T_UINT( 1, long) }, 910 { &ullong_ctype, T_UINT( 2, longlong) }, 913 { &uint128_ctype, T_UINT( 3, type128) },
|
/third_party/python/Python/ |
D | structmember.c | 32 case T_UINT: in PyMember_GetOne() 190 case T_UINT:{ in PyMember_SetOne()
|
/third_party/python/Include/ |
D | structmember.h | 40 #define T_UINT 11 macro
|
/third_party/python/Modules/ |
D | selectmodule.c | 1748 # define T_UINTPTRT T_UINT 1776 # define T_UINT32 T_UINT 1797 # define FFLAGS_TYPE T_UINT 1819 {"fflags", T_UINT, KQ_OFF(e.fflags)},
|
D | _testcapimodule.c | 5937 {"T_UINT", T_UINT, offsetof(test_structmembers, structmembers.uint_member), 0, NULL},
|
/third_party/python/Modules/_io/ |
D | fileio.c | 1185 {"_blksize", T_UINT, offsetof(fileio, blksize), 0},
|
D | winconsoleio.c | 1107 {"_blksize", T_UINT, offsetof(winconsoleio, blksize), 0},
|
/third_party/python/Doc/c-api/ |
D | structures.rst | 434 T_UINT unsigned int
|
/third_party/python/Misc/ |
D | HISTORY | 12836 - Issue #8014: Setting a T_UINT or T_PYSSIZET attribute of an object with
|