Searched defs:c2 (Results 1 - 3 of 3) sorted by relevance

/arch/arm/boot/compressed/
H A Dstring.c83 unsigned char c1, c2; local
88 c2 = *ct++;
89 res = c1 - c2;
/arch/x86/boot/
H A Dstring.c44 unsigned char c1, c2; local
48 c2 = *ct++;
49 if (c1 != c2)
50 return c1 < c2 ? -1 : 1;
/arch/x86/kernel/
H A Dhpet.c1017 * Check that the hpet counter c1 is ahead of the c2
1019 static inline int hpet_cnt_ahead(u32 c1, u32 c2) argument
1021 return (s32)(c2 - c1) < 0;

Completed in 102 milliseconds