Searched refs:S_ECHO_NONCE (Results 1 – 1 of 1) sorted by relevance
63525 #define S_ECHO_NONCE 5 macro63527 #define V_ECHO_NONCE(x) ((x) << S_ECHO_NONCE)63528 #define G_ECHO_NONCE(x) (((x) >> S_ECHO_NONCE) & M_ECHO_NONCE)