Searched refs:T_UINT (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Modules/ |
D | sunaudiodev.c | 348 { "i_sample_rate", T_UINT, OFF(record.sample_rate) }, 349 { "i_channels", T_UINT, OFF(record.channels) }, 350 { "i_precision", T_UINT, OFF(record.precision) }, 351 { "i_encoding", T_UINT, OFF(record.encoding) }, 352 { "i_gain", T_UINT, OFF(record.gain) }, 353 { "i_port", T_UINT, OFF(record.port) }, 354 { "i_samples", T_UINT, OFF(record.samples) }, 355 { "i_eof", T_UINT, OFF(record.eof) }, 362 { "i_buffer_size", T_UINT, OFF(record.buffer_size) }, 364 { "i_avail_ports", T_UINT, OFF(record.avail_ports) }, [all …]
|
D | selectmodule.c | 1235 # define T_UINTPTRT T_UINT 1263 # define T_UINT32 T_UINT 1284 # define FFLAGS_TYPE T_UINT 1306 {"fflags", T_UINT, KQ_OFF(e.fflags)},
|
D | _testcapimodule.c | 2827 {"T_UINT", T_UINT, offsetof(test_structmembers, structmembers.uint_member), 0, NULL},
|
/external/python/cpython2/Tools/framer/framer/ |
D | member.py | 14 T_UINT = "T_UINT" variable 25 "unsigned int" : T_UINT,
|
/external/python/cpython2/Lib/test/ |
D | test_structmembers.py | 46 ts.T_UINT = UINT_MAX 47 self.assertEqual(ts.T_UINT, UINT_MAX)
|
/external/python/cpython3/Lib/test/ |
D | test_structmembers.py | 59 ts.T_UINT = UINT_MAX 60 self.assertEqual(ts.T_UINT, UINT_MAX)
|
/external/python/cpython3/Python/ |
D | structmember.c | 33 case T_UINT: in PyMember_GetOne() 186 case T_UINT:{ in PyMember_SetOne()
|
/external/python/cpython3/Include/ |
D | structmember.h | 40 #define T_UINT 11 macro
|
/external/python/cpython2/Include/ |
D | structmember.h | 59 #define T_UINT 11 macro
|
/external/python/cpython2/Python/ |
D | structmember.c | 82 case T_UINT: in PyMember_GetOne() 258 case T_UINT:{ in PyMember_SetOne()
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 1793 # define T_UINTPTRT T_UINT 1821 # define T_UINT32 T_UINT 1842 # define FFLAGS_TYPE T_UINT 1864 {"fflags", T_UINT, KQ_OFF(e.fflags)},
|
D | _testcapimodule.c | 4843 {"T_UINT", T_UINT, offsetof(test_structmembers, structmembers.uint_member), 0, NULL},
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 1181 {"_blksize", T_UINT, offsetof(fileio, blksize), 0},
|
D | winconsoleio.c | 1118 {"_blksize", T_UINT, offsetof(winconsoleio, blksize), 0},
|
/external/python/cpython3/Doc/c-api/ |
D | structures.rst | 277 T_UINT unsigned int
|
/external/python/cpython2/Doc/c-api/ |
D | structures.rst | 301 T_UINT unsigned int
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12836 - Issue #8014: Setting a T_UINT or T_PYSSIZET attribute of an object with
|