Searched refs:c1 (Results 1 – 3 of 3) sorted by relevance
8 GIT_COMMIT_SHA1=$(shell git log -n 1 | head -n 1 | cut -d ' ' -f 2 | cut -c1-8)
142 let c1 = Self::decay_load(d1 as u64, periods) as u32; in accumulate_pelt_segments() localVariable155 return c1 + c2 + c3; in accumulate_pelt_segments()
2105 let c1 = char::from_digit((x as u32 >> 12) & 0xf, 16) localVariable2117 return [c1, c2, c3, c4];