Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 12 of 12) sorted by relevance

/scripts/kconfig/tests/err_recursive_dep/
DKconfig6 bool "A"
12 bool
18 bool "C1"
22 bool "C2"
28 bool "D1"
33 bool
38 bool "E1"
43 bool "E2"
48 bool "F1"
52 bool "F2"
[all …]
/scripts/kconfig/tests/auto_submenu/
DKconfig4 bool "A"
8 bool "A0"
15 bool "A1_0"
22 bool "A1"
35 bool "A1_0"
38 bool "A1_1"
43 bool "B"
48 bool "C"
/scripts/kconfig/tests/new_choice_with_dep/
DKconfig4 bool "A"
15 bool "Choice B"
18 bool "Choice C"
28 bool "Choice D"
31 bool "Choice E"
34 bool "Choice F"
/scripts/kconfig/tests/choice/
DKconfig4 bool "Enable loadable module support"
13 bool "choice 0"
16 bool "choice 1"
26 bool "choice 0"
29 bool "choice 1"
/scripts/kconfig/tests/no_write_if_dep_unmet/
DKconfig4 bool "A"
11 bool "Choice B"
14 bool "Choice C"
/scripts/coccinelle/misc/
Dboolconv.cocci2 /// Remove unneeded conversion to bool
4 //# Relational and logical operators evaluate to bool,
79 msg = "WARNING: conversion to bool not needed here"
90 msg = "WARNING: conversion to bool not needed here"
/scripts/gcc-plugins/
DKconfig3 bool
9 bool "GCC plugins"
23 bool
33 bool "Generate some entropy during boot and runtime"
50 bool
/scripts/
Dgenerate_rust_target.rs20 Boolean(bool),
62 impl Push<bool> for TargetSpec {
63 fn push(&mut self, key: &str, value: bool) { in push() argument
140 fn has(&self, option: &str) -> bool { in has() argument
/scripts/kconfig/tests/inter_choice/
DKconfig23 bool "dummy"
/scripts/atomic/
Datomics.tbl6 # * B/b - bool: returns bool
/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci25 typedef bool, u8, u16, u32, u64;
27 size_t, bool, u8, u16, u32, u64} v;
/scripts/gdb/linux/
Dpgtable.py41 return offset, bool(data >> offset & 1)