Searched refs:code (Results 1 – 22 of 22) sorted by relevance
| /scripts/ |
| D | decodecode | 22 code= 28 code=$i 34 if [ -z "$code" ]; then 39 echo $code 40 code=`echo $code | sed -e 's/.*Code: //'` 42 width=`expr index "$code" ' '` 65 marker=`expr index "$code" "\<"` 67 marker=`expr index "$code" "\("` 72 echo All code >> $T.oo 74 beforemark=`echo "$code"` [all …]
|
| D | decode_stacktrace.sh | 66 local code=${cache[$module,$address]} 68 local code=$(addr2line -i -e "$objfile" "$address") 69 cache[$module,$address]=$code 75 if [[ $code == "??:0" ]]; then 80 code=${code//$basepath/""} 83 code=${code//$'\n'/' '} 86 symbol="$name ($code)"
|
| D | Kbuild.include | 88 # Exit code chooses option. "$$TMP" is can be used as temporary file and
|
| /scripts/coccinelle/misc/ |
| D | ifcol.cocci | 1 /// Find confusingly indented code in or after an if. An if branch should 2 /// be indented. The code following an if should not be indented. 3 /// Sometimes, code after an if that is indented is actually intended to be 7 /// calculation does not distinguish between spaces and tabs, so code that 47 msg = "code aligned with following code on line %s" % (p2[0].line)
|
| D | returnvar.cocci | 7 // Comments: Comments on code can be deleted if near code that is removed.
|
| /scripts/gcc-plugins/ |
| D | gcc-common.h | 166 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p() argument 175 return DECL_FUNCTION_CODE(fndecl) == code; in gimple_call_builtin_p() 229 #define int_const_binop(code, arg1, arg2) \ argument 230 int_const_binop((code), (arg1), (arg2), 0) 411 static inline const char *get_tree_code_name(enum tree_code code) in get_tree_code_name() argument 413 gcc_assert(code < MAX_TREE_CODES); in get_tree_code_name() 414 return tree_code_name[code]; in get_tree_code_name() 654 return gs->code == GIMPLE_ASSIGN; in test() 799 return gs->code == GIMPLE_GOTO; in test() 806 return gs->code == GIMPLE_RETURN; in test()
|
| D | latent_entropy_plugin.c | 347 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument 350 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()
|
| /scripts/coccinelle/null/ |
| D | kmerr.cocci | 3 /// error handling code later in the function, which may be helpful 4 /// in determining what the error handling code for the call to kmalloc etc
|
| /scripts/coccinelle/free/ |
| D | ifnullfree.cocci | 58 …rsive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NU…
|
| /scripts/coccinelle/api/ |
| D | resource_size.cocci | 92 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
|
| /scripts/coccinelle/iterators/ |
| D | itnull.cocci | 5 //# happen when the matched code is on the way to a loop exit (break, goto,
|
| /scripts/coccinelle/api/alloc/ |
| D | kzalloc-simple.cocci | 6 /// matched code has to be contiguous
|
| /scripts/kconfig/ |
| D | Makefile | 63 --from-code=UTF-8 \ 76 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
|
| D | zconf.hash.c_shipped | 1 /* ANSI-C code produced by gperf version 3.0.4 */
|
| D | zconf.tab.c_shipped | 2217 /* Pacify compilers like GCC when the user code never invokes 2219 code. */ 2233 | yyerrlab1 -- common code for both syntax error and YYERROR. |
|
| D | zconf.lex.c_shipped | 1520 * Returns a code representing an action: 2159 /* Redefine yyless() so it works in section 3 code. */
|
| /scripts/coccinelle/tests/ |
| D | unsigned_lesser_than_zero.cocci | 7 /// developers prefer to keep such code,
|
| /scripts/genksyms/ |
| D | keywords.hash.c_shipped | 1 /* ANSI-C code produced by gperf version 3.0.4 */
|
| D | parse.tab.c_shipped | 2274 /* Pacify compilers like GCC when the user code never invokes 2276 code. */ 2290 | yyerrlab1 -- common code for both syntax error and YYERROR. |
|
| D | lex.lex.c_shipped | 1040 * Returns a code representing an action: 1711 /* Redefine yyless() so it works in section 3 code. */
|
| /scripts/dtc/ |
| D | dtc-parser.tab.c_shipped | 778 we won't break user code: when these are the locations we know. */ 2147 /* Pacify compilers like GCC when the user code never invokes 2149 code. */ 2164 | yyerrlab1 -- common code for both syntax error and YYERROR. |
|
| D | dtc-lexer.lex.c_shipped | 1384 * Returns a code representing an action: 2014 /* Redefine yyless() so it works in section 3 code. */
|