Searched refs:lenmax (Results 1 – 1 of 1) sorted by relevance
111 int lenmax = 0; in InitCodes() local113 lenmax = std::max(PREFLEN[i], lenmax); in InitCodes()116 std::vector<int> LENCOUNT(lenmax + 1); in InitCodes()117 std::vector<int> FIRSTCODE(lenmax + 1); in InitCodes()123 for (int i = 1; i <= lenmax; ++i) { in InitCodes()