Home
last modified time | relevance | path

Searched refs:uintmax_t (Results 1 – 25 of 79) sorted by relevance

1234

/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 Dratio40 #include <cstdint> // intmax_t, uintmax_t
91 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
93 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
95 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
96 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
113 // __hi*2^(8*sizeof(uintmax_t)) + __lo.
114 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
120 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
123 static constexpr uintmax_t __lo = __lo1 + __lo2;
[all …]
/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 Dratio40 #include <cstdint> // intmax_t, uintmax_t
91 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
93 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
95 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
96 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
113 // __hi*2^(8*sizeof(uintmax_t)) + __lo.
114 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
120 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
123 static constexpr uintmax_t __lo = __lo1 + __lo2;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dcompiler.h101 (((uintmax_t)__intof_x == (uintmax_t)__intof_y) && \
110 uintmax_t __intofa_a_unsigned = __intofa_a; \
112 uintmax_t __intofa_b_unsigned = __intofa_b; \
121 ((__intofa_a_unsigned >= (uintmax_t)-__intofa_b) ? \
130 ((__intofa_b_unsigned >= (uintmax_t)-__intofa_a) ? \
148 uintmax_t __intofs_a_unsigned = __intofs_a; \
150 uintmax_t __intofs_b_unsigned = __intofs_b; \
159 (((uintmax_t)(UINTMAX_MAX + __intofs_b_signed) >= \
214 #define __intof_mul_hshift (sizeof(uintmax_t) * 8 / 2)
216 #define __intof_mul_a0 ((uintmax_t)(__intof_a) >> __intof_mul_hshift)
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dcompiler.h101 (((uintmax_t)__intof_x == (uintmax_t)__intof_y) && \
110 uintmax_t __intofa_a_unsigned = __intofa_a; \
112 uintmax_t __intofa_b_unsigned = __intofa_b; \
121 ((__intofa_a_unsigned >= (uintmax_t)-__intofa_b) ? \
130 ((__intofa_b_unsigned >= (uintmax_t)-__intofa_a) ? \
148 uintmax_t __intofs_a_unsigned = __intofs_a; \
150 uintmax_t __intofs_b_unsigned = __intofs_b; \
159 (((uintmax_t)(UINTMAX_MAX + __intofs_b_signed) >= \
214 #define __intof_mul_hshift (sizeof(uintmax_t) * 8 / 2)
216 #define __intof_mul_a0 ((uintmax_t)(__intof_a) >> __intof_mul_hshift)
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dcompiler.h101 (((uintmax_t)__intof_x == (uintmax_t)__intof_y) && \
110 uintmax_t __intofa_a_unsigned = __intofa_a; \
112 uintmax_t __intofa_b_unsigned = __intofa_b; \
121 ((__intofa_a_unsigned >= (uintmax_t)-__intofa_b) ? \
130 ((__intofa_b_unsigned >= (uintmax_t)-__intofa_a) ? \
148 uintmax_t __intofs_a_unsigned = __intofs_a; \
150 uintmax_t __intofs_b_unsigned = __intofs_b; \
159 (((uintmax_t)(UINTMAX_MAX + __intofs_b_signed) >= \
214 #define __intof_mul_hshift (sizeof(uintmax_t) * 8 / 2)
216 #define __intof_mul_a0 ((uintmax_t)(__intof_a) >> __intof_mul_hshift)
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dcompiler.h101 (((uintmax_t)__intof_x == (uintmax_t)__intof_y) && \
110 uintmax_t __intofa_a_unsigned = __intofa_a; \
112 uintmax_t __intofa_b_unsigned = __intofa_b; \
121 ((__intofa_a_unsigned >= (uintmax_t)-__intofa_b) ? \
130 ((__intofa_b_unsigned >= (uintmax_t)-__intofa_a) ? \
148 uintmax_t __intofs_a_unsigned = __intofs_a; \
150 uintmax_t __intofs_b_unsigned = __intofs_b; \
159 (((uintmax_t)(UINTMAX_MAX + __intofs_b_signed) >= \
214 #define __intof_mul_hshift (sizeof(uintmax_t) * 8 / 2)
216 #define __intof_mul_a0 ((uintmax_t)(__intof_a) >> __intof_mul_hshift)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dseries.hpp24 inline typename Functor::result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& m… in sum_series()
30 boost::uintmax_t counter = max_terms; in sum_series()
47 inline typename Functor::result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& m… in sum_series()
54 inline typename Functor::result_type sum_series(Functor& func, int bits, boost::uintmax_t& max_term… in sum_series()
67 boost::uintmax_t iters = (std::numeric_limits<boost::uintmax_t>::max)(); in sum_series()
73 inline typename Functor::result_type sum_series(Functor& func, int bits, boost::uintmax_t& max_term… in sum_series()
85 boost::uintmax_t iters = (std::numeric_limits<boost::uintmax_t>::max)(); in sum_series()
125 inline typename Functor::result_type kahan_sum_series(Functor& func, int bits, boost::uintmax_t& ma… in kahan_sum_series()
131 boost::uintmax_t counter = max_terms; in kahan_sum_series()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pbzip2/pbzip2/
H A D0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch26 (uintmax_t) fileData->bufSize);
33 - fprintf(stderr, " Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize);
34 + fprintf(stderr, " Output Size: %" PRIuMAX " bytes\n", (uintmax_t)CompressedSize);
42 - fprintf(stderr, " Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize);
43 + fprintf(stderr, " Output Size: %" PRIuMAX " bytes\n", (uintmax_t)CompressedSize);
51 …2: *ERROR: Could not initialize (OutputBuffer); size=%"PRIuMAX"! Aborting...\n", (uintmax_t)size);
52 … *ERROR: Could not initialize (OutputBuffer); size=%" PRIuMAX "! Aborting...\n", (uintmax_t)size);
60 - fprintf(stderr, " Input Size: %"PRIuMAX" bytes\n", (uintmax_t)InFileSize);
61 + fprintf(stderr, " Input Size: %" PRIuMAX " bytes\n", (uintmax_t)InFileSize);
69 …ng* Max memory limit increased to %"PRIuMAX" MB to support %d CPUs\n", (uintmax_t)((NumBufferedBlo…
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0010-Use-uintmax_t-for-handling-rlim_t.patch4 Subject: [PATCH] Use uintmax_t for handling rlim_t
8 uintmax_t.
54 …empt setting value " RLIM_FMT " instead.", (uintmax_t)rlim->rlim_max, rlimit_to_string(resource), …
63 + r = asprintf(&s, "infinity:" RLIM_FMT, (uintmax_t)rl->rlim_max);
66 + r = asprintf(&s, RLIM_FMT ":infinity", (uintmax_t)rl->rlim_cur);
69 + r = asprintf(&s, RLIM_FMT, (uintmax_t)rl->rlim_cur);
72 + r = asprintf(&s, RLIM_FMT ":" RLIM_FMT, (uintmax_t)rl->rlim_cur, (uintmax_t)rl->rl…
81 …o(errno, "Failed to lower RLIMIT_NOFILE's soft limit to " RLIM_FMT ": %m", (uintmax_t)rl.rlim_cur);
92 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_max);
95 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_cur);
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0010-Use-uintmax_t-for-handling-rlim_t.patch4 Subject: [PATCH] Use uintmax_t for handling rlim_t
8 uintmax_t.
58 …empt setting value " RLIM_FMT " instead.", (uintmax_t)rlim->rlim_max, rlimit_to_string(resource), …
67 + r = asprintf(&s, "infinity:" RLIM_FMT, (uintmax_t)rl->rlim_max);
70 + r = asprintf(&s, RLIM_FMT ":infinity", (uintmax_t)rl->rlim_cur);
73 + r = asprintf(&s, RLIM_FMT, (uintmax_t)rl->rlim_cur);
76 + r = asprintf(&s, RLIM_FMT ":" RLIM_FMT, (uintmax_t)rl->rlim_cur, (uintmax_t)rl->rl…
85 …o(errno, "Failed to lower RLIMIT_NOFILE's soft limit to " RLIM_FMT ": %m", (uintmax_t)rl.rlim_cur);
98 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_max);
101 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_cur);
/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/bits/
H A Dfs_ops.h141 uintmax_t file_size(const path& __p); in _GLIBCXX_VISIBILITY()
142 uintmax_t file_size(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
144 uintmax_t hard_link_count(const path& __p); in _GLIBCXX_VISIBILITY()
145 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
270 void resize_file(const path& __p, uintmax_t __size); in _GLIBCXX_VISIBILITY()
271 void resize_file(const path& __p, uintmax_t __size, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/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/bits/
H A Dfs_ops.h141 uintmax_t file_size(const path& __p); in _GLIBCXX_VISIBILITY()
142 uintmax_t file_size(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
144 uintmax_t hard_link_count(const path& __p); in _GLIBCXX_VISIBILITY()
145 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
270 void resize_file(const path& __p, uintmax_t __size); in _GLIBCXX_VISIBILITY()
271 void resize_file(const path& __p, uintmax_t __size, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcstdint.hpp139 using ::uintmax_t;
180 typedef uint64_t uintmax_t; typedef
185 typedef uint32_t uintmax_t; typedef
310 typedef ::boost::ulong_long_type uintmax_t; typedef
322 typedef unsigned long uintmax_t; typedef
334 __extension__ typedef unsigned long long uintmax_t; typedef
346 typedef unsigned __int64 uintmax_t; typedef
356 typedef uint32_t uintmax_t; typedef
H A Dinteger_fwd.hpp29 typedef boost::uintmax_t static_min_max_unsigned_type;
31 typedef boost::uintmax_t static_log2_argument_type;
169 typedef boost::uintmax_t static_gcd_type;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dfilesystem64 uintmax_t capacity;
65 uintmax_t free;
66 uintmax_t available;
135 uintmax_t file_size(const path& p);
136 uintmax_t file_size(const path& p, error_code& ec) noexcept;
138 uintmax_t hard_link_count(const path& p);
139 uintmax_t hard_link_count(const path& p, error_code& ec) noexcept;
202 uintmax_t remove_all(const path& p);
203 uintmax_t remove_all(const path& p, error_code& ec);
208 void resize_file(const path& p, uintmax_t size);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dfilesystem64 uintmax_t capacity;
65 uintmax_t free;
66 uintmax_t available;
135 uintmax_t file_size(const path& p);
136 uintmax_t file_size(const path& p, error_code& ec) noexcept;
138 uintmax_t hard_link_count(const path& p);
139 uintmax_t hard_link_count(const path& p, error_code& ec) noexcept;
202 uintmax_t remove_all(const path& p);
203 uintmax_t remove_all(const path& p, error_code& ec);
208 void resize_file(const path& p, uintmax_t size);
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0011-Use-uintmax_t-for-handling-rlim_t.patch4 Subject: [PATCH 2/2] Use uintmax_t for handling rlim_t
7 formats, therefore use uintmax_t to typecast rlim_t types
30 + // __FUNCTION__, (uintmax_t)fileSize.rlim_cur, (uintmax_t)fileSize.rlim_max));
/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 Dfs_ops.h134 uintmax_t file_size(const path& __p); in _GLIBCXX_VISIBILITY()
135 uintmax_t file_size(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
137 uintmax_t hard_link_count(const path& __p); in _GLIBCXX_VISIBILITY()
138 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
278 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
279 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
284 void resize_file(const path& __p, uintmax_t __size); in _GLIBCXX_VISIBILITY()
285 void resize_file(const path& __p, uintmax_t __size, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h66 uintmax_t capacity; in _GLIBCXX_VISIBILITY()
67 uintmax_t free; in _GLIBCXX_VISIBILITY()
68 uintmax_t available; in _GLIBCXX_VISIBILITY()
316 uintmax_t file_size(const path&); in _GLIBCXX_VISIBILITY()
317 uintmax_t file_size(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
318 uintmax_t hard_link_count(const path&); in _GLIBCXX_VISIBILITY()
319 uintmax_t hard_link_count(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
/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 Dfs_ops.h134 uintmax_t file_size(const path& __p); in _GLIBCXX_VISIBILITY()
135 uintmax_t file_size(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
137 uintmax_t hard_link_count(const path& __p); in _GLIBCXX_VISIBILITY()
138 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
278 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
279 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
284 void resize_file(const path& __p, uintmax_t __size); in _GLIBCXX_VISIBILITY()
285 void resize_file(const path& __p, uintmax_t __size, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h66 uintmax_t capacity; in _GLIBCXX_VISIBILITY()
67 uintmax_t free; in _GLIBCXX_VISIBILITY()
68 uintmax_t available; in _GLIBCXX_VISIBILITY()
316 uintmax_t file_size(const path&); in _GLIBCXX_VISIBILITY()
317 uintmax_t file_size(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
318 uintmax_t hard_link_count(const path&); in _GLIBCXX_VISIBILITY()
319 uintmax_t hard_link_count(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dimport_export.hpp183 …boost::uintmax_t extract_bits(const Backend& val, unsigned location, unsigned count, const mpl::fa… in extract_bits()
187 boost::uintmax_t result = 0; in extract_bits()
188 …boost::uintmax_t mask = count == std::numeric_limits<boost::uintmax_t>::digits ? ~static_cast<boos… in extract_bits()
200 …inline boost::uintmax_t extract_bits(const Backend& val, unsigned location, unsigned count, const … in extract_bits()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfilesystem64 uintmax_t capacity;
65 uintmax_t free;
66 uintmax_t available;
135 uintmax_t file_size(const path& p);
136 uintmax_t file_size(const path& p, error_code& ec) noexcept;
138 uintmax_t hard_link_count(const path& p);
139 uintmax_t hard_link_count(const path& p, error_code& ec) noexcept;
202 uintmax_t remove_all(const path& p);
203 uintmax_t remove_all(const path& p, error_code& ec);
208 void resize_file(const path& p, uintmax_t size);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfilesystem64 uintmax_t capacity;
65 uintmax_t free;
66 uintmax_t available;
135 uintmax_t file_size(const path& p);
136 uintmax_t file_size(const path& p, error_code& ec) noexcept;
138 uintmax_t hard_link_count(const path& p);
139 uintmax_t hard_link_count(const path& p, error_code& ec) noexcept;
202 uintmax_t remove_all(const path& p);
203 uintmax_t remove_all(const path& p, error_code& ec);
208 void resize_file(const path& p, uintmax_t size);
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A Dlibldb-fix-musl-libc-conflict-type-error.patch22 @@ -110,7 +110,7 @@ typedef uintmax_t LargestIntegralType;
31 @@ -134,9 +134,8 @@ typedef uintmax_t LargestIntegralType;

1234