Searched refs:bool (Results 1 – 13 of 13) sorted by relevance
| /scripts/kconfig/tests/err_recursive_dep/ |
| D | Kconfig | 6 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/ |
| D | Kconfig | 4 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/choice_randomize2/ |
| D | Kconfig | 6 bool "DUMMY" 14 bool "A" 17 bool "B" 22 bool "FOO" 30 bool "X"
|
| /scripts/kconfig/tests/new_choice_with_dep/ |
| D | Kconfig | 4 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_randomize/ |
| D | Kconfig | 5 bool "A" 8 bool "B" 17 bool "X" 20 bool "Y"
|
| /scripts/kconfig/tests/no_write_if_dep_unmet/ |
| D | Kconfig | 4 bool "A" 11 bool "Choice B" 14 bool "Choice C"
|
| /scripts/kconfig/tests/choice/ |
| D | Kconfig | 8 bool "choice 0" 11 bool "choice 1"
|
| /scripts/coccinelle/misc/ |
| D | boolconv.cocci | 2 /// 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/ |
| D | Kconfig | 3 bool 9 bool "GCC plugins" 25 bool 35 bool "Generate some entropy during boot and runtime" 52 bool
|
| /scripts/ |
| D | generate_rust_target.rs | 20 Boolean(bool), 68 impl From<bool> for Value { 69 fn from(value: bool) -> Self { in from() 164 fn has(&self, option: &str) -> bool { in has() argument 170 fn rustc_version_atleast(&self, major: u32, minor: u32, patch: u32) -> bool { in rustc_version_atleast() argument
|
| /scripts/atomic/ |
| D | atomics.tbl | 6 # * B/b - bool: returns bool
|
| /scripts/coccinelle/tests/ |
| D | unsigned_lesser_than_zero.cocci | 25 typedef bool, u8, u16, u32, u64; 27 size_t, bool, u8, u16, u32, u64} v;
|
| /scripts/gdb/linux/ |
| D | pgtable.py | 41 return offset, bool(data >> offset & 1)
|