Home
last modified time | relevance | path

Searched refs:B (Results 1 – 15 of 15) sorted by relevance

/scripts/coccinelle/misc/
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 …]
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;
26 - (A && B)
27 + 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")
/scripts/kconfig/tests/choice_randomize/
A DKconfig2 prompt "choose A or B"
7 config B config in choicecb1aca320104
8 bool "B"
14 depends on B
/scripts/kconfig/tests/choice_randomize2/
A DKconfig11 prompt "Choose A or B"
16 config B config in choice6158f0a40204
17 bool "B"
/scripts/kconfig/tests/auto_submenu/
A Dexpected_stdout9 B (B) [N/y/?] (NEW)
A DKconfig42 config B config
43 bool "B"
/scripts/kconfig/tests/err_recursive_dep/
A DKconfig11 config B config
13 select B
A Dexpected_stderr7 symbol B is selected by B
/scripts/atomic/
A Datomics.tbl6 # * B/b - bool: returns bool
32 try_cmpxchg B v p:old i:new
36 add_negative B i v
/scripts/gendwarfksyms/examples/
A Dkabi_ex.h54 B, enumerator
59 KABI_ENUMERATOR_IGNORE(e, B);
/scripts/kconfig/tests/no_write_if_dep_unmet/
A DKconfig11 bool "Choice B"
/scripts/kconfig/tests/new_choice_with_dep/
A Dexpected_stdout3 > 1. Choice B (CHOICE_B)
A DKconfig15 bool "Choice B"
/scripts/kconfig/tests/preprocess/variable/
A DKconfig39 Y := B
/scripts/
A Dsorttable.c635 static int cmp_funcs(const void *A, const void *B) in cmp_funcs() argument
638 const struct func_info *b = B; in cmp_funcs()

Completed in 60 milliseconds