Searched refs:uint_t (Results 1 – 11 of 11) sorted by relevance
26 #define uint_t unsigned int macro55 uint_t sample_rate; /* samples per second */56 uint_t channels; /* number of interleaved channels */57 uint_t precision; /* bit-width of each sample */58 uint_t encoding; /* data encoding method */63 uint_t gain; /* gain level: 0 - 255 */64 uint_t port; /* selected I/O port (see below) */65 uint_t avail_ports; /* available I/O ports (see below) */66 uint_t mod_ports; /* I/O ports that are modifiable (see below) */67 uint_t _xxx; /* Reserved for future use */[all …]
53 #undef uint_t92 # define uint_t uint64_t macro130 # define uint_t uint32_t macro143 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM()147 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;260 uint_t const *const mloc0, in append_func()261 uint_t const *const mlocp, in append_func()272 uint_t const old_shoff = _w(ehdr->e_shoff); in append_func()273 uint_t const old_shstr_sh_size = _w(shstr->sh_size); in append_func()274 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset); in append_func()[all …]
37 #undef uint_t59 # define uint_t uint64_t macro80 # define uint_t uint32_t macro
26 #define BOOST_CRC_PARM_TYPE typename ::boost::uint_t<Bits>::fast79 typename uint_t<Bits>::fast crc( void const *buffer,84 typename uint_t<Bits>::fast augmented_crc( void const *buffer,85 std::size_t byte_count, typename uint_t<Bits>::fast initial_remainder89 typename uint_t<Bits>::fast augmented_crc( void const *buffer,276 : boost::uint_t< Bits >278 typedef boost::uint_t<Bits> base_type;300 typedef typename boost::uint_t<Bits>::fast value_type;544 typedef typename uint_t<Bits>::fast value_type;556 typedef typename uint_t<Bits>::fast value_type;[all …]
136 struct uint_t : public boost::detail::exact_unsigned_base_helper<Bits> struct148 typedef typename detail::int_least_helper< ::boost::uint_t<Bits>::s>::least least; argument
104 struct uint_t;
171 : mpl::identity<uint_t<(sizeof(float)*CHAR_BIT)>::least> {};175 : mpl::identity<uint_t<(sizeof(double)*CHAR_BIT)>::least> {};
58 typename boost::uint_t<N>::exact
85 #define LIBDRM_ATOMIC_TYPE uint_t
603 uint_t nget = 1; in ospoll_wait()
716 typedef typename boost::uint_t<N>::least type;