Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsunaudiodev.c348 { "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 …]
Dselectmodule.c1226 # define T_UINTPTRT T_UINT
1245 # define IDENT_TYPE T_UINT
1262 {"fflags", T_UINT, KQ_OFF(e.fflags)},
1300 #if IDENT_TYPE == T_UINT in kqueue_event_init()
D_testcapimodule.c2632 {"T_UINT", T_UINT, offsetof(test_structmembers, structmembers.uint_member), 0, NULL},
/external/python/cpython2/Tools/framer/framer/
Dmember.py14 T_UINT = "T_UINT" variable
25 "unsigned int" : T_UINT,
/external/python/cpython2/Lib/test/
Dtest_structmembers.py46 ts.T_UINT = UINT_MAX
47 self.assertEqual(ts.T_UINT, UINT_MAX)
/external/python/cpython3/Lib/test/
Dtest_structmembers.py59 ts.T_UINT = UINT_MAX
60 self.assertEqual(ts.T_UINT, UINT_MAX)
/external/python/cpython3/Python/
Dstructmember.c33 case T_UINT: in PyMember_GetOne()
186 case T_UINT:{ in PyMember_SetOne()
/external/python/cpython3/Include/
Dstructmember.h40 #define T_UINT 11 macro
/external/python/cpython2/Python/
Dstructmember.c82 case T_UINT: in PyMember_GetOne()
258 case T_UINT:{ in PyMember_SetOne()
/external/python/cpython2/Include/
Dstructmember.h59 #define T_UINT 11 macro
/external/python/cpython3/Modules/
Dselectmodule.c1786 # define T_UINTPTRT T_UINT
1805 # define IDENT_TYPE T_UINT
1822 {"fflags", T_UINT, KQ_OFF(e.fflags)},
1860 #if IDENT_TYPE == T_UINT in kqueue_event_init()
D_testcapimodule.c4268 {"T_UINT", T_UINT, offsetof(test_structmembers, structmembers.uint_member), 0, NULL},
/external/python/cpython3/Modules/_io/
Dfileio.c1173 {"_blksize", T_UINT, offsetof(fileio, blksize), 0},
Dwinconsoleio.c1134 {"_blksize", T_UINT, offsetof(winconsoleio, blksize), 0},
/external/python/cpython3/Doc/c-api/
Dstructures.rst277 T_UINT unsigned int
/external/python/cpython2/Doc/c-api/
Dstructures.rst301 T_UINT unsigned int
/external/python/cpython3/Misc/
DHISTORY12836 - Issue #8014: Setting a T_UINT or T_PYSSIZET attribute of an object with