/linux-6.3-rc2/rust/alloc/vec/ |
A D | is_zero.rs | 8 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 D | mod.rs | 1551 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 D | drain.rs | 177 fn is_empty(&self) -> bool { in is_empty()
|
A D | into_iter.rs | 272 fn is_empty(&self) -> bool { in is_empty()
|
/linux-6.3-rc2/drivers/clk/qcom/ |
A D | clk-branch.c | 66 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 D | generate_rust_target.rs | 63 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 D | boxed.rs | 1284 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 D | slice.rs | 890 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 D | alloc.rs | 187 zeroed: bool, in grow_impl()
|
A D | raw_vec.rs | 399 fn needs_to_grow(&self, len: usize, additional: usize) -> bool { in needs_to_grow()
|
/linux-6.3-rc2/tools/perf/pmu-events/ |
A D | jevents.py | 343 def build_c_string(self, metric: bool) -> str: 354 def to_c_string(self, metric: bool) -> str:
|
A D | metric.py | 81 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 D | print.rs | 48 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
|
A D | str.rs | 85 pub const fn is_empty(&self) -> bool { in is_empty()
|
/linux-6.3-rc2/rust/macros/ |
A D | module.rs | 22 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
|
/linux-6.3-rc2/sound/core/seq/oss/ |
A D | seq_oss_init.c | 458 enabled_str(int bool) in enabled_str()
|
/linux-6.3-rc2/security/keys/trusted-keys/ |
A D | trusted_tpm2.c | 57 unsigned char bool[3], *w = bool; in tpm2_key_encode() local
|
/linux-6.3-rc2/tools/testing/kunit/ |
A D | kunit_parser.py | 655 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool) -> Test:
|
/linux-6.3-rc2/security/tomoyo/ |
A D | domain.c | 100 const bool)) in tomoyo_update_domain()
|
/linux-6.3-rc2/drivers/media/i2c/m5mols/ |
A D | m5mols_core.c | 797 int (*set_power)(struct m5mols_info *, bool)) in m5mols_update_fw() argument
|
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_drv.h | 537 #define COND(bool, val) ((bool) ? (val) : 0) argument
|
/linux-6.3-rc2/drivers/input/mouse/ |
A D | psmouse-base.c | 995 static bool psmouse_do_detect(int (*detect)(struct psmouse *, bool), in psmouse_do_detect() argument
|
/linux-6.3-rc2/tools/mm/ |
A D | page_owner_sort.c | 26 #define bool int macro
|
/linux-6.3-rc2/arch/x86/kvm/vmx/ |
A D | vmx.h | 471 BUILD_VMX_MSR_BITMAP_HELPERS(bool, test, test) in BUILD_VMX_MSR_BITMAP_HELPERS() argument
|
/linux-6.3-rc2/fs/ext4/ |
A D | fast_commit.c | 375 int (*__fc_track_fn)(struct inode *, void *, bool), in ext4_fc_track_template() argument
|