Home
last modified time | relevance | path

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

12

/openbmc/openbmc/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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0006-Use-uintmax_t-for-handling-rlim_t.patch4 Subject: [PATCH 06/22] Use uintmax_t for handling rlim_t
8 uintmax_t.
57 …empt setting value " RLIM_FMT " instead.", (uintmax_t)rlim->rlim_max, rlimit_to_string(resource), …
66 + r = asprintf(&s, "infinity:" RLIM_FMT, (uintmax_t)rl->rlim_max);
69 + r = asprintf(&s, RLIM_FMT ":infinity", (uintmax_t)rl->rlim_cur);
72 + r = asprintf(&s, RLIM_FMT, (uintmax_t)rl->rlim_cur);
75 + r = asprintf(&s, RLIM_FMT ":" RLIM_FMT, (uintmax_t)rl->rlim_cur, (uintmax_t)rl->rl…
84 …o(errno, "Failed to lower RLIMIT_NOFILE's soft limit to " RLIM_FMT ": %m", (uintmax_t)rl.rlim_cur);
97 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_max);
100 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_cur);
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0007-Use-uintmax_t-for-handling-rlim_t.patch4 Subject: [PATCH 07/26] Use uintmax_t for handling rlim_t
8 uintmax_t.
57 …empt setting value " RLIM_FMT " instead.", (uintmax_t)rlim->rlim_max, rlimit_to_string(resource), …
66 + r = asprintf(&s, "infinity:" RLIM_FMT, (uintmax_t)rl->rlim_max);
69 + r = asprintf(&s, RLIM_FMT ":infinity", (uintmax_t)rl->rlim_cur);
72 + r = asprintf(&s, RLIM_FMT, (uintmax_t)rl->rlim_cur);
75 + r = asprintf(&s, RLIM_FMT ":" RLIM_FMT, (uintmax_t)rl->rlim_cur, (uintmax_t)rl->rl…
84 …o(errno, "Failed to lower RLIMIT_NOFILE's soft limit to " RLIM_FMT ": %m", (uintmax_t)rl.rlim_cur);
97 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_max);
100 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_cur);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0010-Use-uintmax_t-for-handling-rlim_t.patch4 Subject: [PATCH] Use uintmax_t for handling rlim_t
7 formats, therefore use uintmax_t to typecast rlim_t types
32 + // __FUNCTION__, (uintmax_t)fileSize.rlim_cur, (uintmax_t)fileSize.rlim_max));
/openbmc/pldm/fw-update/
H A Dpackage_parser.hpp62 uintmax_t pkgSize) = 0;
128 void validatePkgTotalSize(uintmax_t pkgSize);
173 virtual void parse(const std::vector<uint8_t>& pkgHdr, uintmax_t pkgSize);
H A Dpackage_parser.cpp190 void PackageParser::validatePkgTotalSize(uintmax_t pkgSize) in validatePkgTotalSize()
192 uintmax_t calcPkgSize = pkgHeaderSize; in validatePkgTotalSize()
225 uintmax_t pkgSize) in parse()
H A Dupdate_manager.cpp66 uintmax_t packageSize = package.tellg(); in processPackage()
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dpackage_parser.hpp64 uintmax_t pkgSize) = 0;
130 void validatePkgTotalSize(uintmax_t pkgSize);
175 virtual void parse(const std::vector<uint8_t>& pkgHdr, uintmax_t pkgSize);
H A Dpackage_parser.cpp210 void PackageParser::validatePkgTotalSize(uintmax_t pkgSize) in validatePkgTotalSize()
212 uintmax_t calcPkgSize = pkgHeaderSize; in validatePkgTotalSize()
245 uintmax_t pkgSize) in parse()
/openbmc/pldm/test/
H A Dtest_instance_id.hpp10 static constexpr uintmax_t pldmMaxInstanceIds = 32;
33 dbPath, static_cast<uintmax_t>(PLDM_MAX_TIDS) * pldmMaxInstanceIds); in createDb()
/openbmc/pldm/fw-update/test/
H A Dpackage_parser_test.cpp26 constexpr uintmax_t pkgSize = 166; in TEST()
86 constexpr uintmax_t pkgSize = 407; in TEST()
175 constexpr uintmax_t pkgSize = 166; in TEST()
H A Ddevice_updater_test.cpp44 constexpr uintmax_t testPkgSize = 1163; in TEST_F()
45 uintmax_t packageSize = package.tellg(); in TEST_F()
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_harness.h713 uintmax_t __exp_print = (uintmax_t)__exp; \
714 uintmax_t __seen_print = (uintmax_t)__seen; \
721 uintmax_t __exp_print = (uintmax_t)__exp; \
730 uintmax_t __seen_print = (uintmax_t)__seen; \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/files/
H A D0001-include-Check-for-previous-declaration-of-uintptr_t.patch24 @@ -121,7 +121,7 @@ typedef uintmax_t LargestIntegralType;
33 @@ -147,6 +147,7 @@ typedef uintmax_t LargestIntegralType;
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c236 static int parse_bounded_uint(const char *buffer, size_t count, uintmax_t *result, in parse_bounded_uint()
237 int base, uintmax_t max) in parse_bounded_uint()
265 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base) in parse_uintmax()
281 uintmax_t parsed; in parse_uint()
299 uintmax_t parsed; in parse_ulong()
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp91 std::uintmax_t saveAreaDirSize = 0; in handleFilePut()
106 std::uintmax_t fileSize = std::filesystem::file_size(it, ec); in handleFilePut()
157 std::uintmax_t newSizeToWrite = 0; in handleFilePut()
161 std::uintmax_t currentFileSize = std::filesystem::file_size(loc, ec); in handleFilePut()
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h43 typedef uint64_t uintmax_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch521 + using ::uintmax_t;
562 + typedef uint64_t uintmax_t;
567 + typedef uint32_t uintmax_t;
677 +// 64-bit types + intmax_t and uintmax_t ----------------------------------//
692 + typedef ::boost::ulong_long_type uintmax_t;
704 + typedef unsigned long uintmax_t;
716 + __extension__ typedef unsigned long long uintmax_t;
728 + typedef unsigned __int64 uintmax_t;
738 + typedef uint32_t uintmax_t;
874 +// 64-bit types + intmax_t and uintmax_t ----------------------------------//
/openbmc/phosphor-bmc-code-mgmt/bmc/test/
H A Dutest.cpp424 ASSERT_NE(fs::file_size(retFile), static_cast<uintmax_t>(-1)); in TEST_F()
425 ASSERT_NE(fs::file_size(dstFile), static_cast<uintmax_t>(-1)); in TEST_F()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h47 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_255.6.bb29 file://0006-Use-uintmax_t-for-handling-rlim_t.patch \
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp31 std::uintmax_t n = fs::remove_all(postCodeListPath); in deleteAll()
/openbmc/libpldm/tests/
H A Dinstance-id.cpp49 dbPath, (uintmax_t)(PLDM_MAX_TIDS)*pldmMaxInstanceIds); in SetUp()
/openbmc/phosphor-debug-collector/
H A Ddump_manager_bmc.cpp313 std::uintmax_t fileSize = std::filesystem::file_size(p); in getDirectorySize()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/
H A Dopen-vm-tools_12.5.0.bb41 file://0010-Use-uintmax_t-for-handling-rlim_t.patch;patchdir=.. \

12