Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 3 of 3) sorted by relevance

/DragonOS/docs/_static/
H A Ddragonos-logo.svg1c2.61-12.07,4.8-20.47,4.8-28.51,0-20.39-10.65-30.69-30.27-30.69-18.49,0-36.69,12.27-62.52,38.88l-3…
/DragonOS/kernel/src/sched/
H A Dpelt.rs153 let c2 = LOAD_AVG_MAX as u32 - Self::decay_load(LOAD_AVG_MAX as u64, periods) as u32 - 1024; in accumulate_pelt_segments() localVariable
155 return c1 + c2 + c3; in accumulate_pelt_segments()
/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs2108 let c2 = char::from_digit((x as u32 >> 8) & 0xf, 16) localVariable
2117 return [c1, c2, c3, c4];