Home
last modified time | relevance | path

Searched refs:uint_least32_t (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/libsidplay2/
H A D0001-sidplay2-libs-2.1.1.patch174 @@ -334,7 +338,7 @@ inline void endian_32swap16 (uint_least32_t &dword)
176 inline void endian_32swap8 (uint_least32_t &dword)
183 @@ -346,8 +350,8 @@ inline void endian_32swap8 (uint_least32_t &dword)
185 inline uint_least32_t endian_32 (uint8_t hihi, uint8_t hilo, uint8_t hi, uint8_t lo)
187 - uint_least32_t dword;
189 + uint_least32_t dword = 0;
194 @@ -374,7 +378,7 @@ inline void endian_little32 (uint8_t ptr[4], uint_least32_t dword)
196 *((uint_least32_t *) ptr) = dword;
203 @@ -401,7 +405,7 @@ inline void endian_big32 (uint8_t ptr[4], uint_least32_t dword)
205 *((uint_least32_t *) ptr) = dword;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dsource_location47 using uint_least32_t = unsigned;
71 constexpr uint_least32_t line() const noexcept { return _M_line; }
72 constexpr uint_least32_t column() const noexcept { return _M_col; }
79 uint_least32_t _M_line;
80 uint_least32_t _M_col;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dsource_location47 using uint_least32_t = unsigned;
71 constexpr uint_least32_t line() const noexcept { return _M_line; }
72 constexpr uint_least32_t column() const noexcept { return _M_col; }
79 uint_least32_t _M_line;
80 uint_least32_t _M_col;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcstdint.hpp89 typedef ::uintleast32_t uint_least32_t; typedef
124 using ::uint_least32_t;
167 typedef uint32_t uint_least32_t; typedef
267 typedef unsigned int uint_least32_t; typedef
274 typedef unsigned short uint_least32_t; typedef
281 typedef unsigned long uint_least32_t; typedef
289 typedef unsigned __int32 uint_least32_t; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/endian/
H A Dendian.hpp475 typedef endian< endianness::big, uint_least32_t, 24 > ubig24_t;
476 typedef endian< endianness::big, uint_least32_t, 32 > ubig32_t;
495 typedef endian< endianness::little, uint_least32_t, 24 > ulittle24_t;
496 typedef endian< endianness::little, uint_least32_t, 32 > ulittle32_t;
515 typedef endian< endianness::native, uint_least32_t, 24 > unative24_t;
516 typedef endian< endianness::native, uint_least32_t, 32 > unative32_t;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstdint122 uint_least32_t
170 using::uint_least32_t;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstdint122 uint_least32_t
170 using::uint_least32_t;
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dstdint.h96 typedef uint32_t uint_least32_t; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Drandom48 #include <cstdint> // For uint_fast32_t, uint_fast64_t, uint_least32_t
H A Dcstdint77 using ::uint_least32_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Drandom48 #include <cstdint> // For uint_fast32_t, uint_fast64_t, uint_least32_t
H A Dcstdint77 using ::uint_least32_t;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstdint.h76 typedef uint32_t uint_least32_t; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstdint.h76 typedef uint32_t uint_least32_t; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstdint.h51 typedef __uint_least32_t uint_least32_t; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstdint.h51 typedef __uint_least32_t uint_least32_t; typedef
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch469 +typedef ::uintleast32_t uint_least32_t;
504 + using ::uint_least32_t;
547 + typedef uint32_t uint_least32_t;
647 + typedef unsigned int uint_least32_t;
654 + typedef unsigned short uint_least32_t;
661 + typedef unsigned long uint_least32_t;
669 + typedef unsigned __int32 uint_least32_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dcstdint94 using ::uint_least32_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dcstdint94 using ::uint_least32_t;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/
H A Dstdint.h146 typedef uint32_t uint_least32_t; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dstdint-gcc.h66 typedef __UINT_LEAST32_TYPE__ uint_least32_t; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Dstdint-gcc.h66 typedef __UINT_LEAST32_TYPE__ uint_least32_t; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/binary/
H A Dbinary.hpp163 typedef uint_least32_t type;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Drandom.tcc139 uint_least32_t __arr[__k + 3]; in seed()
356 uint_least32_t __arr[__n * __k]; in seed()
551 __sum += __detail::__mod<uint_least32_t, in seed()
552 __detail::_Shift<uint_least32_t, 32>::__value> in seed()
571 uint_least32_t __arr[__r * __k]; in seed()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Drandom.tcc139 uint_least32_t __arr[__k + 3]; in seed()
356 uint_least32_t __arr[__n * __k]; in seed()
551 __sum += __detail::__mod<uint_least32_t, in seed()
552 __detail::_Shift<uint_least32_t, 32>::__value> in seed()
571 uint_least32_t __arr[__r * __k]; in seed()

12