| /openbmc/phosphor-ipmi-blobs/test/ |
| H A D | ipmi_getcount_unittest.cpp | 24 struct BmcBlobCountRx rep; in TEST() local 26 rep.crc = 0; in TEST() 27 rep.blobCount = 0; in TEST() 33 EXPECT_EQ(sizeof(rep), result.size()); in TEST() 34 EXPECT_EQ(0, std::memcmp(result.data(), &rep, sizeof(rep))); in TEST() 43 struct BmcBlobCountRx rep; in TEST() local 45 rep.crc = 0; in TEST() 46 rep.blobCount = 2; in TEST() 52 EXPECT_EQ(sizeof(rep), result.size()); in TEST() 53 EXPECT_EQ(0, std::memcmp(result.data(), &rep, sizeof(rep))); in TEST()
|
| H A D | ipmi_sessionstat_unittest.cpp | 55 struct BmcBlobStatRx rep; in TEST() local 56 rep.crc = 0x00; in TEST() 57 rep.blobState = 0x01; in TEST() 58 rep.size = 0x100; in TEST() 59 rep.metadataLen = 0x00; in TEST() 61 uint16_t blobState = rep.blobState; in TEST() 62 uint32_t size = rep.size; in TEST() 74 EXPECT_EQ(sizeof(rep), result.size()); in TEST() 75 EXPECT_EQ(0, std::memcmp(result.data(), &rep, sizeof(rep))); in TEST() 99 struct BmcBlobStatRx rep; in TEST() local [all …]
|
| H A D | ipmi_stat_unittest.cpp | 79 struct BmcBlobStatRx rep; in TEST() local 80 rep.crc = 0x00; in TEST() 81 rep.blobState = 0x01; in TEST() 82 rep.size = 0x100; in TEST() 83 rep.metadataLen = 0x00; in TEST() 85 uint16_t blobState = rep.blobState; in TEST() 86 uint32_t size = rep.size; in TEST() 98 EXPECT_EQ(sizeof(rep), result.size()); in TEST() 99 EXPECT_EQ(0, std::memcmp(result.data(), &rep, sizeof(rep))); in TEST() 125 struct BmcBlobStatRx rep; in TEST() local [all …]
|
| H A D | ipmi_open_unittest.cpp | 66 struct BmcBlobOpenRx rep; in TEST() local 86 rep.crc = 0; in TEST() 87 rep.sessionId = returnedSession; in TEST() 89 EXPECT_EQ(sizeof(rep), result.size()); in TEST() 90 EXPECT_EQ(0, std::memcmp(result.data(), &rep, sizeof(rep))); in TEST()
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | cache.c | 608 g_autoptr(GString) rep = g_string_new("core #, data accesses, data misses," in log_stats() 613 g_string_append(rep, ", l2 accesses, l2 misses, l2 miss rate"); in log_stats() 616 g_string_append(rep, "\n"); in log_stats() 619 g_string_append_printf(rep, "%-8d", i); in log_stats() 623 append_stats_line(rep, dcache->accesses, dcache->misses, in log_stats() 631 g_string_append_printf(rep, "%-8s", "sum"); in log_stats() 632 append_stats_line(rep, l1_dmem_accesses, l1_dmisses, in log_stats() 637 g_string_append(rep, "\n"); in log_stats() 638 qemu_plugin_outs(rep->str); in log_stats() 649 g_autoptr(GString) rep = g_string_new(""); in log_top_insns() [all …]
|
| /openbmc/qemu/util/ |
| H A D | qsp.c | 701 static void pr_report(const QSPReport *rep) in pr_report() argument 711 for (i = 0; i < rep->n_entries; i++) { in pr_report() 712 const QSPReportEntry *e = &rep->entries[i]; in pr_report() 734 for (i = 0; i < rep->n_entries; i++) { in pr_report() 735 const QSPReportEntry *e = &rep->entries[i]; in pr_report() 756 static void report_destroy(QSPReport *rep) in report_destroy() argument 760 for (i = 0; i < rep->n_entries; i++) { in report_destroy() 761 QSPReportEntry *e = &rep->entries[i]; in report_destroy() 765 g_free(rep->entries); in report_destroy() 772 QSPReport rep; in qsp_report() local [all …]
|
| /openbmc/sdeventplus/src/sdeventplus/ |
| H A D | clock.hpp | 35 using rep = SdEventDuration::rep; typedef in sdeventplus::Clock
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ihs_video_out.c | 137 uint k, rep; in ihs_video_out_set_mem() local 141 for (rep = 0; rep < count; ++rep) { in ihs_video_out_set_mem() 142 offset = row * priv->base_width + col + rep * (buflen / 2); in ihs_video_out_set_mem()
|
| /openbmc/dbus-sensors/src/tests/ |
| H A D | test_MCTPReactor.cpp | 501 auto rep = std::make_shared<MockMCTPEndpoint>(); in TEST() local 502 EXPECT_CALL(*rep, describe()) in TEST() 504 EXPECT_CALL(*rep, eid()).WillRepeatedly(testing::Return(9)); in TEST() 505 EXPECT_CALL(*rep, network()).WillRepeatedly(testing::Return(1)); in TEST() 506 EXPECT_CALL(*rep, remove()).WillOnce(testing::Invoke([&]() { in TEST() 507 removeHandler(rep); in TEST() 509 EXPECT_CALL(*rep, subscribe(testing::_, testing::_, testing::_)) in TEST() 517 .WillOnce(testing::InvokeArgument<0>(std::error_code(), rep)); in TEST() 519 rep->remove(); in TEST() 522 EXPECT_CALL(*rep, device()).WillRepeatedly(testing::Return(rdev)); in TEST() [all …]
|
| /openbmc/qemu/nbd/ |
| H A D | common.c | 82 const char *nbd_rep_lookup(uint32_t rep) in nbd_rep_lookup() argument 84 switch (rep) { in nbd_rep_lookup()
|
| /openbmc/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_hw_algo.c | 162 u32 pup = 0, if_id = 0, num_pup = 0, rep = 0; in ddr3_tip_vref() local 225 for (rep = 1; rep < 4; rep++) { in ddr3_tip_vref() 248 [if_id] * (rep - 1) + in ddr3_tip_vref() 249 1000 * res[pup]) / rep; in ddr3_tip_vref()
|
| H A D | ddr3_debug.c | 947 u32 adll = 0, rep = 0, pattern_idx = 0; in ddr3_tip_run_sweep_test() local 999 for (rep = 0; rep < repeat_num; rep++) { in ddr3_tip_run_sweep_test() 1093 u32 adll = 0, rep = 0, pattern_idx = 0; in ddr3_tip_run_leveling_sweep_test() local 1144 for (rep = 0; rep < repeat_num; rep++) { in ddr3_tip_run_leveling_sweep_test()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | CVE-2018-1000097.patch | 16 $ valgrind -- ./unshar /tmp/id\:000000\,sig\:06\,src\:000005+000030\,op\:splice\,rep\:4 20 ==30582== Command: ./unshar /tmp/id:000000,sig:06,src:000005+000030,op:splice,rep:4
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | manager_diagnostic_data.hpp | 200 std::chrono::duration<steady_clock::rep, std::micro> usReset{ in afterGetManagerStartTime() 216 using Milli = std::chrono::duration<steady_clock::rep, std::milli>; in afterGetManagerStartTime()
|
| /openbmc/qemu/pc-bios/optionrom/ |
| H A D | kvmvapic.S | 16 # clear vapic area: firmware load using rep insb may cause 25 rep stosw
|
| /openbmc/u-boot/lib/ |
| H A D | bch.c | 746 const struct gf_poly *a, int *rep) in gf_poly_logrep() argument 752 rep[i] = a->c[i] ? mod_s(bch, a_log(bch, a->c[i])+l) : -1; in gf_poly_logrep() 759 const struct gf_poly *b, int *rep) in gf_poly_mod() argument 769 if (!rep) { in gf_poly_mod() 770 rep = bch->cache; in gf_poly_mod() 771 gf_poly_logrep(bch, b, rep); in gf_poly_mod() 779 m = rep[i]; in gf_poly_mod()
|
| /openbmc/u-boot/arch/x86/cpu/intel_common/ |
| H A D | car.S | 119 rep stosl
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | useradd.bbclass | 265 for rep in ["GROUPADD_PARAM", "USERADD_PARAM", "GROUPMEMS_PARAM"]: 266 val = d.getVar(rep + ":" + pkg) or "" 267 preinst = preinst.replace("${" + rep + "}", val)
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | at91sam9261ek.dts | 139 ti,debounce-rep = /bits/ 16 <0>;
|
| H A D | am57xx-cl-som-am57x.dts | 546 ti,debounce-rep = /bits/ 16 <1>;
|
| /openbmc/qemu/tcg/ |
| H A D | optimize.c | 1054 int rep; in fold_masks_zosa_int() local 1094 rep = clz64(~s_mask); in fold_masks_zosa_int() 1095 rep = MAX(rep, clz64(z_mask)); in fold_masks_zosa_int() 1096 rep = MAX(rep, clz64(~o_mask)); in fold_masks_zosa_int() 1097 rep = MAX(rep - 1, 0); in fold_masks_zosa_int() 1098 ti->s_mask = INT64_MIN >> rep; in fold_masks_zosa_int()
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-tight.c | 461 int i, rep; \ 470 rep = 0; \ 472 rep++, src++, i++; \ 482 while (rep >= 0) { \ 484 rep--; \
|
| /openbmc/bmcweb/redfish-core/include/utils/extern/ |
| H A D | date.h | 1016 struct is_clock<T, std::void_t<decltype(T::now()), typename T::rep, typename T::period, 1239 using rep = typename std::common_type<Rep, typename To::rep>::type; 1240 return To{detail::trunc(duration_cast<To>(duration_cast<duration<rep>>(d)).count())}; 1284 using rep = typename std::common_type<Rep, typename To::rep>::type; 1285 return floor<To>(floor<std::chrono::duration<rep>>(d)); 1387 !std::chrono::treat_as_floating_point<typename To::rep>::value, 1400 std::chrono::treat_as_floating_point<typename To::rep>::value, 1496 return days{static_cast<days::rep>(static_cast<unsigned>(x) 3112 auto const y = static_cast<days::rep>(yoe) + era * 400; 3967 using rep = typename CT::rep; [all …]
|
| /openbmc/qemu/target/ppc/translate/ |
| H A D | vmx-impl.c.inc | 1672 * & rep(0b100) 1678 * & rep(0b110000) 1684 * & rep(0b111100000000) 1690 * & rep(0b111111110000000000000000) 1696 * & rep(0b111111111111111100000000000000000000000000000000)
|
| /openbmc/u-boot/doc/ |
| H A D | README.coccinelle | 85 - ``rep+ctxt`` runs successively the report mode and the context mode.
|