Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/apps/about/
DMakefile4 GIT_COMMIT_SHA1=$(shell git log -n 1 | head -n 1 | cut -d ' ' -f 2 | cut -c1-8)
/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs2067 let c1 = char::from_digit((x as u32 >> 12) & 0xf, 16) localVariable
2079 return [c1, c2, c3, c4];