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];
675 wb->pos = (wb->pos + 1) & (WB_HISTORY_SIZE - 1); \676 wb->len = (wb->len + 1) & (WB_HISTORY_SIZE - 1); \695 pos = WB_HISTORY_SIZE; in is_loop()