Searched full:executed (Results 1 – 25 of 1255) sorted by relevance
12345678910>>...51
/openbmc/linux/tools/perf/pmu-events/arch/arm64/ |
D | common-and-microarch.json |
|
D | recommended.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/ |
D | instruction.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
D | spec_operation.json |
|
D | sve.json |
|
D | metrics.json |
|
D | fp_operation.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
D | spec_operation.json |
|
D | metrics.json |
|
/openbmc/u-boot/include/ |
H A D | mpc8xx.h | 316 #define MAMR_RLFA_1X 0x00000100 /* The Read Loop is executed 1 time */ 317 #define MAMR_RLFA_2X 0x00000200 /* The Read Loop is executed 2 times */ 318 #define MAMR_RLFA_3X 0x00000300 /* The Read Loop is executed 3 times */ 319 #define MAMR_RLFA_4X 0x00000400 /* The Read Loop is executed 4 times */ 320 #define MAMR_RLFA_5X 0x00000500 /* The Read Loop is executed 5 times */ 321 #define MAMR_RLFA_6X 0x00000600 /* The Read Loop is executed 6 times */ 322 #define MAMR_RLFA_7X 0x00000700 /* The Read Loop is executed 7 times */ 323 #define MAMR_RLFA_8X 0x00000800 /* The Read Loop is executed 8 times */ 324 #define MAMR_RLFA_9X 0x00000900 /* The Read Loop is executed 9 times */ 325 #define MAMR_RLFA_10X 0x00000A00 /* The Read Loop is executed 10 times */ [all …]
|
/openbmc/sdbusplus/test/async/ |
H A D | task.cpp | 32 static auto two(bool& executed) -> task<> in TEST() 36 executed = true; in TEST() 41 // Add boolean to confirm that co-routine actually executed by the in TEST() 43 bool executed = false; in TEST() local 44 stdexec::sync_wait(_::two(executed)); in TEST() 45 EXPECT_TRUE(executed); in TEST() 84 static auto one(size_t count, size_t& executed) -> task<size_t> in TEST() 88 ++executed; in TEST() 89 co_return (co_await one(count - 1, executed)) + 1; in TEST() 96 size_t executed = 0; in TEST() local [all …]
|
/openbmc/linux/lib/ |
D | dhry_2.c |
|
/openbmc/u-boot/lib/dhry/ |
H A D | dhry_2.c | 62 /* executed once */ in Proc_6() 67 /* then, not executed */ in Proc_6() 80 case Ident_3: /* executed */ in Proc_6() 95 /* executed three times */ 112 /* executed once */ in Proc_8() 137 /* executed three times */ in Func_1() 148 /* then, executed */ in Func_1() 150 else /* not executed */ in Func_1() 161 /* executed once */ in Func_2() 173 while (Int_Loc <= 2) /* loop body executed once */ [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | test_ensure.cpp | 13 size_t executed = 0u; member in TestEnsure 18 sut = [this] { ++executed; }; in TEST_F() 21 EXPECT_THAT(executed, Eq(1u)); in TEST_F() 26 sut = [this] { ++executed; }; in TEST_F() 27 sut = [this] { executed += 10; }; in TEST_F() 30 EXPECT_THAT(executed, Eq(11u)); in TEST_F()
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/ |
D | pipeline.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereex/ |
D | pipeline.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemep/ |
D | pipeline.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemex/ |
D | pipeline.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/ |
D | pipeline.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/ |
D | core-imp-def.json |
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch | 63 # The next line is executed by /bin/sh, but not tcl \ 76 # The next line is executed by /bin/sh, but not tcl \ 89 # The next line is executed by /bin/sh, but not tcl \ 102 # The next line is executed by /bin/sh, but not tcl \ 115 # The next line is executed by /bin/sh, but not tcl \ 128 # The next line is executed by /bin/sh, but not tcl \ 141 # The next line is executed by /bin/sh, but not tcl \ 154 # The next line is executed by /bin/sh, but not tcl \ 167 # The next line is executed by /bin/sh, but not tcl \ 180 # The next line is executed by /bin/sh, but not tcl \ [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | if_action.hpp | 42 * The condition is a single action. The action is executed to determine if the 45 * If the condition is true, the actions in the "then" clause are executed. 47 * If the condition is false, the actions in the "else" clause are executed (if 80 * will be executed. Returns the return value of the last action in the 84 * will be executed. Returns the return value of the last action in the 88 * successfully executed. 108 * These actions are executed if the condition is true. 120 * These actions are executed if the condition is false. 152 * Actions in the "then" clause. Executed if condition is true. 157 * Actions in the "else" clause. Executed if condition is false. Optional.
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
D | pipeline.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/bonnell/ |
D | floating-point.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/ |
D | pipeline.json |
|
12345678910>>...51