Home
last modified time | relevance | path

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

/security/tomoyo/
A Dutil.c344 static inline u8 tomoyo_make_byte(const u8 c1, const u8 c2, const u8 c3) in tomoyo_make_byte() argument
346 return ((c1 - '0') << 6) + ((c2 - '0') << 3) + (c3 - '0'); in tomoyo_make_byte()

Completed in 4 milliseconds