Home
last modified time | relevance | path

Searched refs:T_UINT (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/
Dtest_structmembers.py60 ts.T_UINT = UINT_MAX
61 self.assertEqual(ts.T_UINT, UINT_MAX)
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c873 #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/
Dstructmember.c32 case T_UINT: in PyMember_GetOne()
190 case T_UINT:{ in PyMember_SetOne()
/third_party/python/Include/
Dstructmember.h40 #define T_UINT 11 macro
/third_party/python/Modules/
Dselectmodule.c1748 # 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.c5937 {"T_UINT", T_UINT, offsetof(test_structmembers, structmembers.uint_member), 0, NULL},
/third_party/python/Modules/_io/
Dfileio.c1185 {"_blksize", T_UINT, offsetof(fileio, blksize), 0},
Dwinconsoleio.c1107 {"_blksize", T_UINT, offsetof(winconsoleio, blksize), 0},
/third_party/python/Doc/c-api/
Dstructures.rst434 T_UINT unsigned int
/third_party/python/Misc/
DHISTORY12836 - Issue #8014: Setting a T_UINT or T_PYSSIZET attribute of an object with