Searched refs:GRC3_MAXHISTORY (Results 1 – 2 of 2) sorted by relevance
229 if (history >= (grc->history + GRC3_MAXHISTORY * 2)) \230 history -= GRC3_MAXHISTORY; \232 history[0] = history[-GRC3_MAXHISTORY] = (*src); \274 if (history >= (grc->history + GRC3_MAXHISTORY * 2)) \275 history -= GRC3_MAXHISTORY; \281 history[0] = history[-GRC3_MAXHISTORY] = \352 grc->historyptr = grc->history + GRC3_MAXHISTORY; in grc3_reset()354 for (t = 0; t < GRC3_MAXHISTORY * 2; t++) in grc3_reset()
38 #define GRC3_MAXHISTORY 4096 macro56 int32_t history[GRC3_MAXHISTORY * 2];