Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.6.21/rust/alloc/vec/
Dis_zero.rs11 fn is_zero(&self) -> bool; in is_zero()
47 fn is_zero(&self) -> bool { in is_zero()
54 fn is_zero(&self) -> bool { in is_zero()
61 fn is_zero(&self) -> bool { in is_zero()
108 fn is_zero(&self) -> bool { in is_zero()
115 fn is_zero(&self) -> bool { in is_zero()
172 fn is_zero(&self) -> bool { in is_zero()
179 fn is_zero(&self) -> bool { in is_zero()
Dmod.rs1672 F: FnMut(&T) -> bool, in retain()
1698 F: FnMut(&mut T) -> bool, in retain_mut()
1749 F: FnMut(&mut T) -> bool, in retain_mut()
1834 F: FnMut(&mut T, &mut T) -> bool, in dedup_by()
2218 pub fn is_empty(&self) -> bool { in is_empty()
3245 F: FnMut(&mut T) -> bool, in extract_if()
Ddrain.rs246 fn is_empty(&self) -> bool { in is_empty()
Dinto_iter.rs336 fn is_empty(&self) -> bool { in is_empty()
/linux-6.6.21/drivers/clk/qcom/
Dclk-branch.c61 static int clk_branch_wait(const struct clk_branch *br, bool enabling, in clk_branch_wait() argument
93 static int clk_branch_toggle(struct clk_hw *hw, bool en, in clk_branch_toggle() argument
/linux-6.6.21/tools/perf/pmu-events/
Djevents.py126 def add(self, s: str, metric: bool) -> None:
380 def build_c_string(self, metric: bool) -> str:
396 def to_c_string(self, metric: bool) -> str:
Dmetric.py84 def _Constify(val: Union[bool, int, float, Expression]) -> Expression:
124 rhs: bool = False) -> str:
433 constraint: bool = False):
/linux-6.6.21/scripts/
Dgenerate_rust_target.rs63 fn push(&mut self, key: &str, value: bool) { in push()
140 fn has(&self, option: &str) -> bool { in has()
/linux-6.6.21/rust/alloc/
Dboxed.rs1342 fn eq(&self, other: &Self) -> bool { in eq()
1346 fn ne(&self, other: &Self) -> bool { in ne()
1357 fn lt(&self, other: &Self) -> bool { in lt()
1361 fn le(&self, other: &Self) -> bool { in le()
1365 fn ge(&self, other: &Self) -> bool { in ge()
1369 fn gt(&self, other: &Self) -> bool { in gt()
1998 fn is_empty(&self) -> bool { in is_empty()
Dalloc.rs197 zeroed: bool, in grow_impl()
Dslice.rs846 F: FnMut(&T, &T) -> bool, in stable_sort()
Draw_vec.rs403 fn needs_to_grow(&self, len: usize, additional: usize) -> bool { in needs_to_grow()
/linux-6.6.21/rust/kernel/
Dtask.rs136 pub fn signal_pending(&self) -> bool { in signal_pending()
Dprint.rs52 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
Dstr.rs86 pub const fn is_empty(&self) -> bool { in is_empty()
/linux-6.6.21/rust/kernel/sync/
Dcondvar.rs133 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait()
Darc.rs231 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq()
/linux-6.6.21/sound/core/seq/oss/
Dseq_oss_init.c458 enabled_str(int bool) in enabled_str()
/linux-6.6.21/rust/macros/
Dmodule.rs40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
/linux-6.6.21/security/keys/trusted-keys/
Dtrusted_tpm2.c57 unsigned char bool[3], *w = bool; in tpm2_key_encode() local
/linux-6.6.21/tools/testing/kunit/
Dkunit_parser.py657 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool) -> Test:
/linux-6.6.21/security/tomoyo/
Ddomain.c100 const bool)) in tomoyo_update_domain()
/linux-6.6.21/drivers/gpu/drm/msm/
Dmsm_drv.h543 #define COND(bool, val) ((bool) ? (val) : 0) argument
/linux-6.6.21/tools/mm/
Dpage_owner_sort.c26 #define bool int macro
/linux-6.6.21/drivers/input/mouse/
Dpsmouse-base.c994 static bool psmouse_do_detect(int (*detect)(struct psmouse *, bool), in psmouse_do_detect() argument

12