Home
last modified time | relevance | path

Searched refs:ends_with (Results 1 – 5 of 5) sorted by relevance

/linux/rust/syn/
H A Dbigint.rs36 len + !self.digits.ends_with(&[0, 0]) as usize + !self.digits.ends_with(&[0]) as usize; in reserve_two_digits()
H A Dexpr.rs3054 let trailing_dot = float_repr.ends_with('.'); in multi_index()
/linux/rust/macros/
H A Dhelpers.rs34 if string.starts_with('\"') && string.ends_with('\"') { in try_string()
H A Dpaste.rs15 if value.starts_with('"') && value.ends_with('"') { in concat_helper()
/linux/tools/perf/
H A Dbuiltin-script.c3565 static const char *ends_with(const char *str, const char *suffix) in ends_with() function
3628 str = (char *)ends_with(script_root, suffix); in get_script_root()
3772 return ends_with(script_path, "top") != NULL; in is_top_script()