Searched refs:WB_HISTORY_SIZE (Results 1 – 2 of 2) sorted by relevance
144 #define WB_HISTORY_SIZE 24 macro150 unsigned int history[WB_HISTORY_SIZE];
673 wb->pos = (wb->pos + 1) & (WB_HISTORY_SIZE - 1); \674 wb->len = (wb->len + 1) & (WB_HISTORY_SIZE - 1); \693 pos = WB_HISTORY_SIZE; in is_loop()