Searched refs:WORD_SHIFT (Results 1 – 1 of 1) sorted by relevance
19 #define WORD_SHIFT 6 macro20 #define WORD_SIZE (1 << WORD_SHIFT)70 winwords = ex_winsz >> WORD_SHIFT; in cnxk_on_anti_replay_check()81 wptr = window + (shift >> WORD_SHIFT); in cnxk_on_anti_replay_check()86 wptr = window + ((winsz - 1) >> WORD_SHIFT); in cnxk_on_anti_replay_check()118 wptr = window + ((winsz - bit_pos - 1) >> WORD_SHIFT); in cnxk_on_anti_replay_check()143 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in cnxk_on_anti_replay_check()167 shiftwords = ((wint + shift - 1) >> WORD_SHIFT) - in cnxk_on_anti_replay_check()168 ((wint - 1) >> WORD_SHIFT); in cnxk_on_anti_replay_check()187 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in cnxk_on_anti_replay_check()