Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 26) sorted by relevance

12

/scripts/coccinelle/misc/
A Dexcluded_middle.cocci3 /// Condition !A || A && B is equivalent to !A || B.
15 expression A, B;
19 * !A || (A &&@p B)
22 expression A, B;
25 !A ||
26 - (A && B)
33 coccilib.report.print_report(p[0], "WARNING !A || A && B is equivalent to !A || B")
39 coccilib.org.print_todo(p[0], "WARNING !A || A && B is equivalent to !A || B")
A Dboolconv.cocci24 A == B
26 A != B
28 A > B
30 A < B
32 A >= B
34 A <= B
36 A && B
38 A || B
53 A == B
57 A > B
[all …]
/scripts/kconfig/tests/auto_submenu/
A DKconfig3 config A config
4 bool "A"
9 depends on A
12 This depends on A, so should be a submenu of A.
23 depends on A
45 This is independent of A.
49 depends on A
51 This depends on A, but not a consecutive item, so can/should not
A Dexpected_stdout1 A (A) [Y/n/?] (NEW)
/scripts/kconfig/tests/new_choice_with_dep/
A DKconfig3 config A config
4 bool "A"
10 depends on A
12 "depends on A" has been newly added.
35 depends on A
A Dexpected_stdout1 A (A) [N/y/?] (NEW) y
/scripts/kconfig/tests/choice_randomize2/
A DKconfig11 prompt "Choose A or B"
13 config A config in choice6158f0a40204
14 bool "A"
23 depends on A
/scripts/kconfig/tests/no_write_if_dep_unmet/
A DKconfig3 config A config
4 bool "A"
8 depends on A
/scripts/kconfig/tests/choice_randomize/
A DKconfig2 prompt "choose A or B"
4 config A config in choicecb1aca320104
5 bool "A"
/scripts/kconfig/tests/err_recursive_dep/
A DKconfig5 config A config
6 bool "A"
7 depends on A
A Dexpected_stderr2 symbol A depends on A
/scripts/
A Drust_is_available_bindgen_0_66.h2 #define A "\0" macro
A Dhead-object-list.txt3 # The objects listed here are placed at the head of vmlinux. A typical use-case
7 # A counter approach is to control the section placement by the linker script.
A Dverify_builtin_ranges.awk202 ARGIND >= 4 && map_is_lld && NF == 5 && $5 ~ /^[A-Za-z_][A-Za-z0-9_]*$/ {
A Ddecode_stacktrace.sh295 if [[ ${words[$last]} =~ \([A-Z]*\) ]]; then
A Dsorttable.c618 static int cmp_func_addr(const void *K, const void *A) in cmp_func_addr() argument
621 const struct func_info *a = A; in cmp_func_addr()
635 static int cmp_funcs(const void *A, const void *B) in cmp_funcs() argument
637 const struct func_info *a = A; in cmp_funcs()
/scripts/genksyms/
A Dlex.l29 IDENT [A-Za-z_\$][A-Za-z0-9_\$]*
33 X_INT 0[Xx][0-9A-Fa-f]+
/scripts/gendwarfksyms/examples/
A Dkabi_ex.h53 A, enumerator
/scripts/coccinelle/tests/
A Ddoubletest.cocci3 //# A common source of false positives is when the expression, or
A Dunsigned_lesser_than_zero.cocci40 …e_extents|nla_len|ntoh24|of_flat_dt_match|of_get_child_count|uart_circ_chars_pending|[A-Z0-9_]+)$";
/scripts/kconfig/tests/preprocess/variable/
A DKconfig38 X := A
/scripts/kconfig/tests/preprocess/escape/
A DKconfig32 # A simple expanded should not be expanded multiple times.
/scripts/kconfig/
A Dlexer.l94 n [A-Za-z0-9_-]
/scripts/coccinelle/free/
A Ddevm_free.cocci8 /// A difficulty of detecting this problem is that the standard freeing
/scripts/coccinelle/null/
A Dderef_null.cocci3 /// A variable is dereferenced under a NULL test.

Completed in 16 milliseconds

12