/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | test_patching.py | 53 class Statement(FileMatch): class 75 print(' '.join(m.name for m in f.matches_of_type(Statement))) 76 assert len(f.matches_of_type(Statement)) == 7 80 st1 = f.find_match(Statement, 'statement1') 81 st2 = f.find_match(Statement, 'statement2') 82 st3 = f.find_match(Statement, 'statement3') 83 st4 = f.find_match(Statement, 'statement4') 84 st5 = f.find_match(Statement, 'statement5') 85 st6 = f.find_match(Statement, 'statement6') 86 st7 = f.find_match(Statement, 'statement7')
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compiler.h | 17 * that can lead to instructions from beyond an unreachable statement being 18 * incorrectly reordered into earlier delay slots if the unreachable statement 19 * is the only content of a case in a switch statement. This can lead to 35 * We work around both of these issues by placing a volatile asm statement, 39 * The .insn statement is required to ensure that any branches to the 40 * statement, which sadly must be kept due to the asm statement, are known to
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/ |
H A D | MeasurementSet.interface.yaml | 7 This method generates an SPDM cryptographic signed statement over the 39 signed statement. 48 Base64 encoded cryptographic signed statement generated by the 54 cryptographic signed statement. 59 cryptographic signed statement.
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | control-dependencies.txt | 50 the original example by eliminating the "if" statement as follows: 60 identical stores on both branches of the "if" statement as follows: 158 Please note once again that each leg of the "if" statement absolutely 161 "if" statement, destroying the control dependency's ordering properties. 183 else-clause of the "if" statement in question. In particular, they do 184 not necessarily order the code following the entire "if" statement: 212 only to the stores in the then-clause and else-clause of the "if" statement 214 to code following that "if" statement. 226 (*) If both legs of the "if" statement contain identical stores to 230 barrier() at beginning and end of each leg of the "if" statement [all …]
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | parse-headers.rst | 101 The ignore or replace statement will apply to ioctl definitions like: 109 The ignore or replace statement will apply to any other #define found 116 The ignore or replace statement will apply to typedef statements at C_FILE. 122 The ignore or replace statement will apply to the name of struct statements 129 The ignore or replace statement will apply to the name of enum statements 136 The ignore or replace statement will apply to the name of enum value 142 also be explicitly defined at the replace statement.
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | sqlalchemy.py | 145 statement = insert(UnihashesV3).from_select( 155 self.logger.debug("%s", statement) 156 await conn.execute(statement) 206 async def _execute(self, statement): argument 207 self.logger.debug("%s", statement) 208 return await self.db.execute(statement) 413 # select statement 443 statement = ( 454 statement = insert(UnihashesV3).values( 463 result = await self._execute(statement) [all …]
|
/openbmc/linux/scripts/coccinelle/iterators/ |
H A D | for_each_child.cocci | 2 // Adds missing of_node_put() before return/break/goto statement within a for_each iterator for chi… 24 statement S; 56 statement S; 85 statement S,S2; 118 statement S,S2; 148 statement S; 186 statement S, S2; 217 statement S2; 241 statement S,S2; 275 statement S2;
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | Build | 6 …-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum 8 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft… 9 …arameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-after-statement
|
/openbmc/linux/scripts/coccinelle/api/alloc/ |
H A D | zalloc-simple.cocci | 34 statement S; 51 statement S; 134 statement S; 148 statement S; 178 statement S; 208 statement S; 238 statement S; 268 statement S; 298 statement S; 328 statement S; [all …]
|
H A D | pool_zalloc-simple.cocci | 22 statement S; 36 statement S; 47 statement S; 62 statement S;
|
/openbmc/linux/scripts/coccinelle/null/ |
H A D | deref_null.cocci | 44 statement S1,S2; 57 statement S1,S2,S3,S4; 118 statement S1,S2,S3,S4; 178 statement S1,S2,S3,S4; 240 statement S1,S2; 251 statement S1,S2,S3,S4;
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | kstrdup.cocci | 20 statement S; 33 statement S; 50 statement S; 63 statement S;
|
H A D | memdup.cocci | 38 statement S; 49 statement S;
|
/openbmc/openbmc-test-automation/ffdc/docs/ |
H A D | plugin.md | 91 Plugin function without return statement. 100 Plugin function with return statement. 121 To accept multiple return values by using coma "," separated statement 207 The directive statement is
|
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_dap_fasi.h | 99 *; /* illegal statement to force compiler error */ 202 *; /* illegal statement to force compiler error */ 205 *; /* illegal statement to force compiler error */ 210 *; /* illegal statement to force compiler error */ 213 *; /* illegal statement to force compiler error */ 226 *; /* illegal statement to force compiler error */ 232 *; /* illegal statement to force compiler error */
|
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/ |
H A D | Build | 3 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft… 4 …s -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement
|
/openbmc/linux/Documentation/trace/ |
H A D | tracepoints.rst | 41 - The tracepoint statement, in C code. 64 In subsys/file.c (where the tracing statement must be added):: 123 within an if statement with the following:: 142 the static_key of the tracepoint to allow the if statement to be implemented
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CC0-1.0 | 5 Statement of Purpose 22 …iet enjoyment of the Work by the public as contemplated by Affirmer`s express Statement of Purpose. 24 …Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to…
|
H A D | OGL-Canada-2.0 | 13 * Acknowledge the source of the Information by including any attribution statement specified by the… 14 …statement, or if you are using Information from several information providers and multiple attribu…
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | index.rst | 37 kernel-enforcement-statement 38 kernel-driver-statement
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | index.rst | 35 kernel-enforcement-statement 36 kernel-driver-statement
|
/openbmc/linux/Documentation/process/ |
H A D | coding-style.rst | 41 The preferred way to ease multiple indentation levels in a switch statement is 135 This applies to all non-function statement blocks (if, switch, for, 167 the cases where it is followed by a continuation of the same statement, 168 ie a ``while`` in a do-statement or an ``else`` in an if-statement, like 197 Do not unnecessarily use braces where a single statement will do. 213 This does not apply if only one branch of a conditional statement is a single 214 statement; in the latter case use braces in both branches: 225 Also, use braces when a loop contains more than a single simple statement: 453 case-statement, where you have to do lots of small things for a lot of 529 Albeit deprecated by some people, the equivalent of the goto statement is [all …]
|
H A D | index.rst | 35 kernel-enforcement-statement 36 kernel-driver-statement
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | index.rst | 35 kernel-enforcement-statement 36 kernel-driver-statement
|
/openbmc/u-boot/doc/ |
H A D | README.log | 48 LOGC_NONE - Unknown category (e.g. a debug() statement) 130 file-by-file basis. The debug() macro compiles to a printf() statement if 131 DEBUG is enabled, and an empty statement if not. 213 The last option turns every debug() statement into a logging call, which
|