Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/rust/alloc/vec/
A Dis_zero.rs8 fn is_zero(&self) -> bool; in is_zero()
42 fn is_zero(&self) -> bool { in is_zero()
49 fn is_zero(&self) -> bool { in is_zero()
56 fn is_zero(&self) -> bool { in is_zero()
77 fn is_zero(&self) -> bool { in is_zero()
84 fn is_zero(&self) -> bool { in is_zero()
A Dmod.rs1551 F: FnMut(&T) -> bool, in retain()
1577 F: FnMut(&mut T) -> bool, in retain_mut()
1628 F: FnMut(&mut T) -> bool, in retain_mut()
1713 F: FnMut(&mut T, &mut T) -> bool, in dedup_by()
2043 pub fn is_empty(&self) -> bool { in is_empty()
2932 F: FnMut(&mut T) -> bool, in drain_filter()
A Ddrain.rs177 fn is_empty(&self) -> bool { in is_empty()
A Dinto_iter.rs272 fn is_empty(&self) -> bool { in is_empty()
/linux-6.3-rc2/drivers/clk/qcom/
A Dclk-branch.c66 static int clk_branch_wait(const struct clk_branch *br, bool enabling, in clk_branch_wait() argument
98 static int clk_branch_toggle(struct clk_hw *hw, bool en, in clk_branch_toggle() argument
/linux-6.3-rc2/scripts/
A 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.3-rc2/rust/alloc/
A Dboxed.rs1284 fn eq(&self, other: &Self) -> bool { in eq()
1288 fn ne(&self, other: &Self) -> bool { in ne()
1299 fn lt(&self, other: &Self) -> bool { in lt()
1303 fn le(&self, other: &Self) -> bool { in le()
1307 fn ge(&self, other: &Self) -> bool { in ge()
1311 fn gt(&self, other: &Self) -> bool { in gt()
1863 fn is_empty(&self) -> bool { in is_empty()
A Dslice.rs890 F: FnMut(&T, &T) -> bool, in insert_head()
962 F: FnMut(&T, &T) -> bool, in merge()
1083 F: FnMut(&T, &T) -> bool, in merge_sort()
A Dalloc.rs187 zeroed: bool, in grow_impl()
A Draw_vec.rs399 fn needs_to_grow(&self, len: usize, additional: usize) -> bool { in needs_to_grow()
/linux-6.3-rc2/tools/perf/pmu-events/
A Djevents.py343 def build_c_string(self, metric: bool) -> str:
354 def to_c_string(self, metric: bool) -> str:
A Dmetric.py81 def _Constify(val: Union[bool, int, float, Expression]) -> Expression:
118 rhs: bool = False) -> str:
417 constraint: bool = False):
/linux-6.3-rc2/rust/kernel/
A Dprint.rs48 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
A Dstr.rs85 pub const fn is_empty(&self) -> bool { in is_empty()
/linux-6.3-rc2/rust/macros/
A Dmodule.rs22 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
/linux-6.3-rc2/sound/core/seq/oss/
A Dseq_oss_init.c458 enabled_str(int bool) in enabled_str()
/linux-6.3-rc2/security/keys/trusted-keys/
A Dtrusted_tpm2.c57 unsigned char bool[3], *w = bool; in tpm2_key_encode() local
/linux-6.3-rc2/tools/testing/kunit/
A Dkunit_parser.py655 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool) -> Test:
/linux-6.3-rc2/security/tomoyo/
A Ddomain.c100 const bool)) in tomoyo_update_domain()
/linux-6.3-rc2/drivers/media/i2c/m5mols/
A Dm5mols_core.c797 int (*set_power)(struct m5mols_info *, bool)) in m5mols_update_fw() argument
/linux-6.3-rc2/drivers/gpu/drm/msm/
A Dmsm_drv.h537 #define COND(bool, val) ((bool) ? (val) : 0) argument
/linux-6.3-rc2/drivers/input/mouse/
A Dpsmouse-base.c995 static bool psmouse_do_detect(int (*detect)(struct psmouse *, bool), in psmouse_do_detect() argument
/linux-6.3-rc2/tools/mm/
A Dpage_owner_sort.c26 #define bool int macro
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.h471 BUILD_VMX_MSR_BITMAP_HELPERS(bool, test, test) in BUILD_VMX_MSR_BITMAP_HELPERS() argument
/linux-6.3-rc2/fs/ext4/
A Dfast_commit.c375 int (*__fc_track_fn)(struct inode *, void *, bool), in ext4_fc_track_template() argument

Completed in 59 milliseconds

12