Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/crypto/
Dsha512_generic.c43 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch() function
/Linux-v5.4/lib/crypto/
Dsha256.c21 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() function
/Linux-v5.4/drivers/tty/
Drocket.c2860 Byte_t Ch; /* channel number within AIOP */ in sFlushRxFIFO() local
2902 Byte_t Ch; /* channel number within AIOP */ in sFlushTxFIFO() local
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_security.h283 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_security.h395 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro