| /openbmc/openpower-pnor-code-mgmt/test/ |
| H A D | msl_verify.cpp | 24 TEST_F(MinimumShipLevelTest, compare) in TEST_F() argument 33 EXPECT_EQ(0, minimumShipLevel->compare(actual, min)); in TEST_F() 37 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F() 39 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F() 41 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F() 45 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F() 47 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F() 49 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F()
|
| /openbmc/smbios-mdr/tools/ |
| H A D | sst-compare-redfish-os.py | 79 def compare(redfish_val, linux_val, description): function 110 compare( 138 compare(actual_hp_p1, exp_hp_p1, "SST-BF High Priority P1 Freq") 139 compare(actual_hp_cores, exp_hp_cores, "SST-BF High Priority Core List") 140 compare(actual_lp_p1, exp_lp_p1, "SST-BF Low Priority P1 Freq") 142 compare( 148 compare(redfish_config["MaxSpeedMHz"], None, "SSE Max Turbo Speed") 149 compare( 154 compare( 177 compare(actual_turbo, exp_turbo, "SSE Turbo Profile") [all …]
|
| /openbmc/qemu/tests/fp/ |
| H A D | fp-test-log2.c | 25 static void compare(ufloat64 test, ufloat64 real, ufloat64 soft, bool exact) in compare() function 80 compare(test, real, soft, true); in main() 85 compare(test, real, soft, true); in main() 90 compare(test, real, soft, true); in main() 95 compare(test, real, soft, true); in main() 100 compare(test, real, soft, true); in main() 105 compare(test, real, soft, true); in main() 111 compare(test, real, soft, false); in main() 116 compare(test, real, soft, false); in main()
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | tupleref.hpp | 24 static constexpr bool compare(const T& l, const U& r) in compare() function 34 return TupleOfRefsLess<size, i + 1, T, U>::compare(l, r); in compare() 42 static constexpr bool compare(const T& /* l */, const U& /* r */) in compare() function 59 TupleOfRefs<U...>>::compare(l, r); in operator ()()
|
| /openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
| H A D | arch-microblaze.inc | 22 TUNEVALID[pattern-compare] = "Enable Pattern Compare Instructions" 32 …{@bb.utils.contains("TUNE_FEATURES", "pattern-compare", " -mxl-pattern-compare", " -mno-xl-pattern… 36 # Disable reorder for v8.30 if pattern-compare is not enabled 39 bb.utils.contains("TUNE_FEATURES", "pattern-compare", \ 46 MBPKGARCH_TUNE .= "${@bb.utils.contains("TUNE_FEATURES", "pattern-compare", "-cmp", "", d)}"
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 099.out | 3 Formatting 'TEST_DIR/t.IMGFMT.compare', fmt=raw size=131072 7 blkverify:TEST_DIR/t.IMGFMT.compare:TEST_DIR/t.IMGFMT 11 blkverify:TEST_DIR/t.IMGFMT.compare:TEST_DIR/t.IMGFMT 19 …ate"}}, "driver": "blkverify", "raw": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT.compare"}}}
|
| H A D | 244 | 95 $QEMU_IMG compare "$TEST_IMG.src" "$TEST_IMG" 215 $QEMU_IMG compare -f $IMGFMT -F $IMGFMT "$TEST_IMG.src" "$TEST_IMG" 233 $QEMU_IMG compare -f $IMGFMT -F $IMGFMT "$TEST_IMG.src" "$test_img_with_blkdebug" 339 $QEMU_IMG compare -f raw "$TEST_IMG.data" "$TEST_IMG" 360 $QEMU_IMG compare -f raw "$TEST_IMG.data" "$TEST_IMG" 383 $QEMU_IMG compare --image-opts \
|
| H A D | 159.out | 12 == Compare the images with qemu-img compare == 24 == Compare the images with qemu-img compare == 36 == Compare the images with qemu-img compare == 48 == Compare the images with qemu-img compare == 60 == Compare the images with qemu-img compare == 72 == Compare the images with qemu-img compare == 84 == Compare the images with qemu-img compare ==
|
| H A D | 109 | 93 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src" 115 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src" 127 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src" 130 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src"
|
| H A D | 160.out | 12 == Compare the images with qemu-img compare == 24 == Compare the images with qemu-img compare == 36 == Compare the images with qemu-img compare == 48 == Compare the images with qemu-img compare ==
|
| H A D | 065 | 86 self.assertEqual(data['data'], self.compare) 127 compare = { 'compat': '1.1', 'lazy-refcounts': False, variable in TestQCow3NotLazyQMP 143 compare = { 'compat': '1.1', 'lazy-refcounts': True, variable in TestQCow3LazyQMP
|
| /openbmc/phosphor-inventory-manager/ |
| H A D | utils.hpp | 136 explicit CompareFirst(Compare&& c) : compare(std::forward<Compare>(c)) {} in CompareFirst() 154 return compare(l.first, r.first); in operator ()() 171 return compare(l.first, r); in operator ()() 188 return compare(l, r.first); in operator ()() 192 Compare compare; member
|
| /openbmc/qemu/hw/timer/ |
| H A D | a9gtimer.c | 95 if (gtb->compare < update.new) { in a9_gtimer_update() 100 QEMU_ALIGN_UP(update.new - gtb->compare, gtb->inc); in a9_gtimer_update() 103 gtb->compare += inc; in a9_gtimer_update() 106 cdiff = (int64_t)gtb->compare - (int64_t)update.new + 1; in a9_gtimer_update() 166 ret = extract64(gtb->compare, shift, 32); in a9_gtimer_read() 220 gtb->compare = deposit64(gtb->compare, shift, 32, value); in a9_gtimer_write() 292 gtb->compare = 0; in a9_gtimer_reset() 338 VMSTATE_UINT64(compare, A9GTimerPerCPU),
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
| H A D | 0001-Turn-off-sign-compare-for-musl-libc.patch | 4 Subject: [PATCH 1/5] Turn off sign-compare for musl-libc 8 …f integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] … 26 + // clang to throw sign-compare warning. This is to suppress the warning 29 + #pragma clang diagnostic ignored "-Wsign-compare"
|
| /openbmc/phosphor-pid-control/pid/ |
| H A D | thermalcontroller.cpp | 75 const double& (*compare)(const double&, const double&); in inputProc() local 81 compare = std::min<double>; in inputProc() 86 compare = std::max<double>; in inputProc() 143 value = compare(value, cachedValue); in inputProc()
|
| /openbmc/qemu/docs/ |
| H A D | colo-proxy.txt | 14 to compare the network package to help COLO decide 18 The filter-redirector, filter-mirror, colo-compare 24 (except colo-compare). It keep Secondary VM connect normally to 25 client and compare packets sent by PVM with sent by SVM. 50 | | | mirror | |redirector| |redirector| | | compare | | | | | | redirector | | ack … 94 COLO-compare receive primary guest packet then 95 waiting secondary redirect packet to compare it. 101 The redirector get packet from colo-compare by use 145 COLO-compare, we do packet comparing job. 148 COLO-compare needs two input chardevs and one output chardev: [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime/ |
| H A D | 0001-Makefile-Detect-compiler-in-makefile.patch | 22 -CFLAGS += -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_PTHREAD -DFAKE_STAT -DFAKE_… 33 +CFLAGS += -Wno-tautological-pointer-compare 37 +CFLAGS += -Wno-nonnull-compare
|
| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | msl_verify.cpp | 23 int MinimumShipLevel::compare(const Version& a, const Version& b) in compare() function in openpower::software::image::MinimumShipLevel 112 if (std::get<0>(assoc).compare(FUNCTIONAL_FWD_ASSOCIATION) == 0) in getFunctionalVersion() 183 rc = compare(actualVersion, minVersion); in verify() 191 rc = compare(actualRev, minRev); in verify()
|
| /openbmc/qemu/tests/tcg/alpha/system/ |
| H A D | boot.S | 224 #define compare $2 macro 237 1: cmpult divisor, modulus, compare 241 bne compare, 1b 245 cmpule divisor, modulus, compare 247 cmovne compare, tmp2, quotient 249 cmovne compare, tmp1, modulus 262 #undef compare
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | bios_handler.cpp | 44 (l_name.compare(constants::pldmServiceName) == in checkAndListenPldmService() 436 (i_createDefaultLparVal.compare("enabled") == in saveCreateDefaultLparToVpd() 439 (i_createDefaultLparVal.compare("disabled") == in saveCreateDefaultLparToVpd() 447 if (i_createDefaultLparVal.compare("enabled") == in saveCreateDefaultLparToVpd() 546 (i_clearNvramVal.compare("enabled") == in saveClearNvramToVpd() 549 (i_clearNvramVal.compare("disabled") == in saveClearNvramToVpd() 557 if (i_clearNvramVal.compare("enabled") == constants::STR_CMP_SUCCESS) in saveClearNvramToVpd() 654 (i_KeepAndClearVal.compare("enabled") == in saveKeepAndClearToVpd() 657 (i_KeepAndClearVal.compare("disabled") == in saveKeepAndClearToVpd() 665 if (i_KeepAndClearVal.compare("enabled") == constants::STR_CMP_SUCCESS) in saveKeepAndClearToVpd()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | perl-rdepends.txt | 568 RDEPENDS:perl-module-extutils-install += "perl-module-file-compare" 794 RDEPENDS:perl-module-file-compare += "perl-module-exporter" 795 RDEPENDS:perl-module-file-compare += "perl-module-warnings" 2042 RDEPENDS:perl-module-test2-compare-array += "perl-module-base" 2043 RDEPENDS:perl-module-test2-compare-array += "perl-module-strict" 2044 RDEPENDS:perl-module-test2-compare-array += "perl-module-test2-util-hashbase" 2045 RDEPENDS:perl-module-test2-compare-array += "perl-module-warnings" 2046 RDEPENDS:perl-module-test2-compare-bag += "perl-module-base" 2047 RDEPENDS:perl-module-test2-compare-bag += "perl-module-strict" 2048 RDEPENDS:perl-module-test2-compare-bag += "perl-module-test2-util-hashbase" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libc-bench/ |
| H A D | libc-bench_git.bb | 1 SUMMARY = "Tests to compare standard functions of different libc implementations" 2 DESCRIPTION = "libc-bench is a set of time- and memory-efficiency tests to compare \
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/ |
| H A D | single_fab.hpp | 76 return !(i_imValue.compare(constants::VALUE_0, constants::VALUE_4, in isP10System() 103 return !(i_imValue.compare(constants::VALUE_0, constants::VALUE_4, in isP11System()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/ |
| H A D | 0001-Remove-fcf-protection-full.patch | 22 -Wno-sign-compare -Wno-unused-parameter -Wp,-D_FORTIFY_SOURCE=2 \ 33 -Wno-sign-compare -Wno-unused-parameter -Wp,-D_FORTIFY_SOURCE=2 \ 44 -Wno-sign-compare -Wno-unused-parameter -Wp,-D_FORTIFY_SOURCE=2 \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/ |
| H A D | 0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch | 4 Subject: [PATCH] cmake: Disable nonnull-compare warning on gcc 30 + add_compile_options(-Wno-error=nonnull-compare)
|