Searched refs:T_UINT (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/test/test_capi/ |
H A D | test_structmembers.py | 21 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 D | structmember.h | 40 #define T_UINT 11 macro
|
/third_party/python/Python/ |
H A D | structmember.c | 32 case T_UINT: in PyMember_GetOne() 190 case T_UINT:{ in PyMember_SetOne()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A 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/Modules/ |
H A D | selectmodule.c | 1769 # 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.c | 6762 {"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 D | fileio.c | 1187 {"_blksize", T_UINT, offsetof(fileio, blksize), 0},
|
H A D | winconsoleio.c | 1120 {"_blksize", T_UINT, offsetof(winconsoleio, blksize), 0},
|
Completed in 18 milliseconds