Searched refs:S_ECHO_NONCE (Results 1 – 1 of 1) sorted by relevance
50288 #define S_ECHO_NONCE 5 macro50290 #define V_ECHO_NONCE(x) ((x) << S_ECHO_NONCE)50291 #define G_ECHO_NONCE(x) (((x) >> S_ECHO_NONCE) & M_ECHO_NONCE)