Searched full:executed (Results 1 – 25 of 11600) sorted by relevance
12345678910>>...464
4 …["0x0000", "SW_INCR", "Instruction architecturally executed, Condition code check pass, software i…10 … ["0x0006", "LD_RETIRED", "Instruction architecturally executed, Condition code check pass, load"],11 …["0x0007", "ST_RETIRED", "Instruction architecturally executed, Condition code check pass, store"],12 ["0x0008", "INST_RETIRED", "Instruction architecturally executed"],14 …["0x000A", "EXC_RETURN", " Instruction architecturally executed, Condition code check pass, except…15 …["0x000B", "CID_WRITE_RETIRED", "Instruction architecturally executed, Condition code check pass, …16 …["0x000C", "PC_WRITE_RETIRED", "D, Instruction architecturally executed, Condition code check pass…17 ["0x000D", "BR_IMMED_RETIRED", "Branch Instruction architecturally executed, immediate"],18 …["0x000E", "BR_RETURN_RETIRED", "Branch Instruction architecturally executed, procedure return, ta…19 …["0x000F", "UNALIGNED_LDST_RETIRED", "Instruction architecturally executed, Condition code check p…[all …]
89 {"raw-sw-incr", PERF_TYPE_RAW, 0x0, "Instruction architecturally executed, Condition code check pas…95 {"raw-ld-retired", PERF_TYPE_RAW, 0x6, "Instruction architecturally executed, Condition code check …96 {"raw-st-retired", PERF_TYPE_RAW, 0x7, "Instruction architecturally executed, Condition code check …97 {"raw-inst-retired", PERF_TYPE_RAW, 0x8, "Instruction architecturally executed", "arm64"},99 {"raw-exc-return", PERF_TYPE_RAW, 0xa, " Instruction architecturally executed, Condition code check…100 {"raw-cid-write-retired", PERF_TYPE_RAW, 0xb, "Instruction architecturally executed, Condition code…101 {"raw-pc-write-retired", PERF_TYPE_RAW, 0xc, "D, Instruction architecturally executed, Condition co…102 {"raw-br-immed-retired", PERF_TYPE_RAW, 0xd, "Branch Instruction architecturally executed, immediat…103 {"raw-br-return-retired", PERF_TYPE_RAW, 0xe, "Branch Instruction architecturally executed, procedu…104 {"raw-unaligned-ldst-retired", PERF_TYPE_RAW, 0xf, "Instruction architecturally executed, Condition…[all …]
12 goto e; // expected-warning {{will never be executed}} in test1()16 goto b; // expected-warning {{will never be executed}} in test1()17 goto a; // expected-warning {{will never be executed}} in test1()33 dead(); // expected-warning {{will never be executed}} in test2()37 dead(); // expected-warning {{will never be executed}} in test2()41 + // expected-warning {{will never be executed}} in test2()49 goto a4; // expected-warning {{will never be executed}} in test2()54 dead(); // expected-warning {{will never be executed}} in test2()68 dead(); // expected-warning {{will never be executed}} in test2()81 dead(); // expected-warning {{will never be executed}} in test2()[all …]
35 dead(); // expected-warning {{will never be executed}} in test2()41 --; // expected-warning {{will never be executed}} in test3()44 halt() // expected-warning {{will never be executed}} in test3()49 (halt()); // expected-warning {{will never be executed}} in test3()57 halt(), foor()// expected-warning {{will never be executed}} in test4()67 .mem; // expected-warning {{will never be executed}} in test5()77 (halt()); // expected-warning {{will never be executed}} in test6()107 dead(); // expected-warning {{will never be executed}} in funcToSpecialize()129 return PR19040_TEST_FAILURE; // expected-warning {{will never be executed}} in PR19040_fn1()145 return ""; // expected-warning {{'return' will never be executed}} in testStr()[all …]
... raw-unaligned-ldst-spec Exclusive operation Speculatively executed, Store-Exclusive Branch Speculatively executed, immediate branch
23 …If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 n…52 ScsiIo when the SCSI Request Packet was executed.56 by ScsiIo when the SCSI Request Packet was executed61 @retval EFI_SUCCESS The command was executed successfully.101 …If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 n…135 Request Packet was executed. See the EFI140 executed on the SCSI Host Controller.158 …@retval EFI_SUCCESS The command was executed successfully. See HostAdapterStatu…161 @retval EFI_BAD_BUFFER_SIZE The SCSI Request Packet was executed, but the entire202 …If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 n…[all …]
74 If Status is not NULL, then the status of the executed command is returned in Status.82 @param Status Return status for the executed command.84 RETURN_SUCCESS The SMBUS command was executed.105 If Status is not NULL, then the status of the executed command is returned in Status.113 @param Status Return status for the executed command.115 RETURN_SUCCESS The SMBUS command was executed.137 If Status is not NULL, then the status of the executed command is returned in Status.144 @param Status Return status for the executed command.146 RETURN_SUCCESS The SMBUS command was executed.171 If Status is not NULL, then the status of the executed command is returned in Status.[all …]
21 If Status is not NULL, then the status of the executed command is returned in Status.29 @param[out] Status The return status for the executed command.31 RETURN_SUCCESS The SMBUS command was executed.53 If Status is not NULL, then the status of the executed command is returned in Status.61 @param[out] Status The return status for the executed command.63 RETURN_SUCCESS The SMBUS command was executed.86 If Status is not NULL, then the status of the executed command is returned in Status.93 @param[out] Status The return status for the executed command.95 RETURN_SUCCESS The SMBUS command was executed.121 If Status is not NULL, then the status of the executed command is returned in Status.[all …]
23 …If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 n…52 ScsiIo when the SCSI Request Packet was executed.56 by ScsiIo when the SCSI Request Packet was executed61 @retval EFI_SUCCESS The command was executed successfully.102 …If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 n…136 Request Packet was executed. See the EFI141 executed on the SCSI Host Controller.159 …@retval EFI_SUCCESS The command was executed successfully. See HostAdapterStatu…162 @retval EFI_BAD_BUFFER_SIZE The SCSI Request Packet was executed, but the entire204 …If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 n…[all …]
26 bool executed = false; in TEST() local28 ScopeGuard guarded_lambda([&] { executed = true; }); in TEST()29 EXPECT_FALSE(executed); in TEST()31 EXPECT_TRUE(executed); in TEST()47 bool executed = false; in TEST() local48 pw::Function<void()> pw_function([&]() { executed = true; }); in TEST()51 EXPECT_FALSE(executed); in TEST()53 EXPECT_TRUE(executed); in TEST()57 bool executed = false; in TEST() local59 ScopeGuard guard([&] { executed = true; }); in TEST()[all …]
78 * A list of validations (includes both executed as well as not executed92 * A list of validations (includes both executed as well as not executed107 * A list of validations (includes both executed as well as not executed121 * A list of validations (includes both executed as well as not executed135 * A list of validations (includes both executed as well as not executed557 * A list of validations (includes both executed as well as not executed574 * A list of validations (includes both executed as well as not executed591 * A list of validations (includes both executed as well as not executed608 * A list of validations (includes both executed as well as not executed631 * A list of validations (includes both executed as well as not executed[all …]
78 * A list of validations (includes both executed as well as not executed92 * A list of validations (includes both executed as well as not executed107 * A list of validations (includes both executed as well as not executed121 * A list of validations (includes both executed as well as not executed135 * A list of validations (includes both executed as well as not executed560 * A list of validations (includes both executed as well as not executed577 * A list of validations (includes both executed as well as not executed594 * A list of validations (includes both executed as well as not executed611 * A list of validations (includes both executed as well as not executed635 * A list of validations (includes both executed as well as not executed[all …]
29 …If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 n…58 ScsiIo when the SCSI Request Packet was executed.62 by ScsiIo when the SCSI Request Packet was executed67 @retval EFI_SUCCESS The command was executed successfully.108 …If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 n…142 Request Packet was executed. See the EFI147 executed on the SCSI Host Controller.165 …@retval EFI_SUCCESS The command was executed successfully. See HostAdapterStatu…168 @retval EFI_BAD_BUFFER_SIZE The SCSI Request Packet was executed, but the entire210 …If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 n…[all …]
28 If Status is not NULL, then the status of the executed command is returned in Status.36 @param[out] Status The return status for the executed command.38 RETURN_SUCCESS The SMBUS command was executed.60 If Status is not NULL, then the status of the executed command is returned in Status.68 @param[out] Status The return status for the executed command.70 RETURN_SUCCESS The SMBUS command was executed.93 If Status is not NULL, then the status of the executed command is returned in Status.100 @param[out] Status The return status for the executed command.102 RETURN_SUCCESS The SMBUS command was executed.128 If Status is not NULL, then the status of the executed command is returned in Status.[all …]
80 If Status is not NULL, then the status of the executed command is returned in Status.88 @param Status Return status for the executed command.90 RETURN_SUCCESS The SMBUS command was executed.111 If Status is not NULL, then the status of the executed command is returned in Status.119 @param Status Return status for the executed command.121 RETURN_SUCCESS The SMBUS command was executed.143 If Status is not NULL, then the status of the executed command is returned in Status.150 @param Status Return status for the executed command.152 RETURN_SUCCESS The SMBUS command was executed.177 If Status is not NULL, then the status of the executed command is returned in Status.[all …]
37 bool executed = false; in TEST() local40 &arrived, &executed, status.get()); in TEST()47 ASSERT_FALSE(executed); in TEST()57 ASSERT_TRUE(executed); in TEST()74 bool executed = false; in TEST() local78 /*strict_scope_placement=*/true, &arrived, &executed, in TEST()106 bool executed = false; in TEST() local109 &arrived, &executed, status.get()); in TEST()124 executed = false; in TEST()127 ASSERT_TRUE(executed); in TEST()[all …]
234 The number of non-default behaviors executed by the time package238 The number of non-default behaviors executed by the os/exec242 The number of non-default behaviors executed by the cmd/go246 The number of non-default behaviors executed by the cmd/go250 The number of non-default behaviors executed by the cmd/go254 The number of non-default behaviors executed by the go/types258 The number of non-default behaviors executed by the net/http262 The number of non-default behaviors executed by the net/http266 The number of non-default behaviors executed by the net/http271 The number of non-default behaviors executed by the net/http[all …]
32 /* executed once */ in Proc_6()40 /* then, not executed */53 case Ident_3: /* executed */66 /* executed three times */ in Proc_7()86 /* executed once */ in Proc_8()111 /* executed three times */ in Func_1()125 /* then, executed */127 else /* not executed */137 /* executed once */ in Func_2()148 while (Int_Loc <= 2) /* loop body executed once */[all …]
38 statements are executed::93 true and false); then that suite is executed (and no other part of the94 :keyword:`if` statement is executed or evaluated). If all expressions are95 false, the suite of the :keyword:`else` clause, if present, is executed.117 suite of the :keyword:`else` clause, if present, is executed and the loop124 A :keyword:`break` statement executed in the first suite terminates the loop126 statement executed in the first suite skips the rest of the suite and goes back152 then executed once for each item provided by the iterator, in the order of154 standard rules for assignments, and then the suite is executed. When the items156 the :keyword:`else` clause, if present, is executed, and the loop terminates.[all …]
2 Lines executed:100.00% of 17 Lines executed:0.00% of 112 Lines executed:0.00% of 117 Lines executed:100.00% of 222 Lines executed:0.00% of 227 Lines executed:100.00% of 332 Lines executed:100.00% of 433 Branches executed:100.00% of 438 Lines executed:91.67% of 2439 Branches executed:100.00% of 11[all …]