Searched refs:WORD_SHIFT (Results 1 – 1 of 1) sorted by relevance
12 #define WORD_SHIFT 6 macro13 #define WORD_SIZE (1 << WORD_SHIFT)25 uint64_t winwords = ex_winsz >> WORD_SHIFT; in anti_replay_check()45 wptr = window + (shift >> WORD_SHIFT); in anti_replay_check()50 wptr = window + ((winsz - 1) >> WORD_SHIFT); in anti_replay_check()82 wptr = window + ((winsz - bit_pos - 1) >> WORD_SHIFT); in anti_replay_check()107 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in anti_replay_check()131 shiftwords = ((wint + shift - 1) >> WORD_SHIFT) - in anti_replay_check()132 ((wint - 1) >> WORD_SHIFT); in anti_replay_check()151 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in anti_replay_check()