Home
last modified time | relevance | path

Searched refs:c3 (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/sched/
H A Dpelt.rs137 let c3 = d3; in accumulate_pelt_segments() localVariable
155 return c1 + c2 + c3; in accumulate_pelt_segments()
/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs2111 let c3 = char::from_digit((x as u32 >> 4) & 0xf, 16) localVariable
2117 return [c1, c2, c3, c4];