Home
last modified time | relevance | path

Searched refs:T_UINT (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/test/test_capi/
H A Dtest_structmembers.py21 6, # T_UINT
60 ts.T_UINT = UINT_MAX
61 self.assertEqual(ts.T_UINT, UINT_MAX)
98 'T_INT', 'T_UINT',
/third_party/python/Include/
H A Dstructmember.h40 #define T_UINT 11 macro
/third_party/python/Python/
H A Dstructmember.c32 case T_UINT: in PyMember_GetOne()
190 case T_UINT:{ in PyMember_SetOne()
/third_party/ltp/tools/sparse/sparse-src/
H A 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/Modules/
H A Dselectmodule.c1769 # define T_UINTPTRT T_UINT
1797 # define T_UINT32 T_UINT
1818 # define FFLAGS_TYPE T_UINT
1840 {"fflags", T_UINT, KQ_OFF(e.fflags)},
H A D_testcapimodule.c6762 {"T_UINT", T_UINT, offsetof(test_structmembers, structmembers.uint_member), 0, NULL},
6780 "T_INT", "T_UINT", "T_LONG", "T_ULONG", "T_PYSSIZET", in test_structmembers_new()
/third_party/python/Modules/_io/
H A Dfileio.c1187 {"_blksize", T_UINT, offsetof(fileio, blksize), 0},
H A Dwinconsoleio.c1120 {"_blksize", T_UINT, offsetof(winconsoleio, blksize), 0},

Completed in 18 milliseconds