HomeSort by relevance Sort by last modified time
    Searched refs:T_UINT (Results 1 - 25 of 31) sorted by null

1 2

  /external/python/cpython2/Modules/
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...]
selectmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
structmember.h 59 #define T_UINT 11
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
structmember.h 59 #define T_UINT 11
  /external/python/cpython2/Include/
structmember.h 59 #define T_UINT 11
  /prebuilts/gdb/darwin-x86/include/python2.7/
structmember.h 59 #define T_UINT 11
  /prebuilts/gdb/linux-x86/include/python2.7/
structmember.h 59 #define T_UINT 11
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structmember.h 59 #define T_UINT 11
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structmember.h 59 #define T_UINT 11
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
member.py 14 T_UINT = "T_UINT"
25 "unsigned int" : T_UINT,
  /external/python/cpython2/Tools/framer/framer/
member.py 14 T_UINT = "T_UINT"
25 "unsigned int" : T_UINT,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_structmembers.py 44 ts.T_UINT = UINT_MAX
45 self.assertEqual(ts.T_UINT, UINT_MAX)
  /external/python/cpython2/Lib/test/
test_structmembers.py 46 ts.T_UINT = UINT_MAX
47 self.assertEqual(ts.T_UINT, UINT_MAX)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_structmembers.py 44 ts.T_UINT = UINT_MAX
45 self.assertEqual(ts.T_UINT, UINT_MAX)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_structmembers.py 44 ts.T_UINT = UINT_MAX
45 self.assertEqual(ts.T_UINT, UINT_MAX)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_structmembers.py 44 ts.T_UINT = UINT_MAX
45 self.assertEqual(ts.T_UINT, UINT_MAX)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_structmembers.py 44 ts.T_UINT = UINT_MAX
45 self.assertEqual(ts.T_UINT, UINT_MAX)
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.h 35 #define T_UINT 14 /* unsigned integer */
146 int basic; /* One of T_VOID.. T_UINT */
coffgrok.c 335 res->u.basic = T_UINT;
355 case T_UINT:
coffdump.c 227 case T_UINT:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
structmember.c 82 case T_UINT:
258 case T_UINT:{
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
structmember.c 82 case T_UINT:
258 case T_UINT:{
  /external/python/cpython2/Python/
structmember.c 82 case T_UINT:
258 case T_UINT:{
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c     [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 522 #define T_UINT 14 /* unsigned integer */

Completed in 1044 milliseconds

1 2