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

/security/tomoyo/
H A Dutil.c348 * @c3: The third character.
352 static inline u8 tomoyo_make_byte(const u8 c1, const u8 c2, const u8 c3) argument
354 return ((c1 - '0') << 6) + ((c2 - '0') << 3) + (c3 - '0');

Completed in 46 milliseconds