Home
last modified time | relevance | path

Searched refs:uint_t (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/sys/
H A Daudioio.h26 #define uint_t unsigned int macro
55 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 …]
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.h53 #undef uint_t
92 # define uint_t uint64_t macro
130 # define uint_t uint32_t macro
143 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 …]
H A Dsorttable.h37 #undef uint_t
59 # define uint_t uint64_t macro
80 # define uint_t uint32_t macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcrc.hpp26 #define BOOST_CRC_PARM_TYPE typename ::boost::uint_t<Bits>::fast
79 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_remainder
89 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 …]
H A Dinteger.hpp136 struct uint_t : public boost::detail::exact_unsigned_base_helper<Bits> struct
148 typedef typename detail::int_least_helper< ::boost::uint_t<Bits>::s>::least least; argument
H A Dinteger_fwd.hpp104 struct uint_t;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dreal_impl.hpp171 : mpl::identity<uint_t<(sizeof(float)*CHAR_BIT)>::least> {};
175 : mpl::identity<uint_t<(sizeof(double)*CHAR_BIT)>::least> {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dcpp_int_config.hpp58 typename boost::uint_t<N>::exact
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86atomic.h85 #define LIBDRM_ATOMIC_TYPE uint_t
/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c603 uint_t nget = 1; in ospoll_wait()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp716 typedef typename boost::uint_t<N>::least type;