Searched refs:WB_HISTORY_SIZE (Results 1 – 2 of 2) sorted by relevance
145 #define WB_HISTORY_SIZE 32 macro149 aa_state_t history[WB_HISTORY_SIZE];
717 BUILD_BUG_ON_NOT_POWER_OF_2(WB_HISTORY_SIZE); \718 wb->pos = (wb->pos + 1) & (WB_HISTORY_SIZE - 1); \719 wb->len = (wb->len + 1) > WB_HISTORY_SIZE ? WB_HISTORY_SIZE : \740 pos = (pos - 1) & (WB_HISTORY_SIZE - 1); in is_loop()