Searched refs:mtfSymbol (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c143 unsigned char uc, symToByte[256], mtfSymbol[256], *selectors; local
202 for (i = 0; i < groupCount; i++) mtfSymbol[i] = i;
212 uc = mtfSymbol[j];
213 for (;j;j--) mtfSymbol[j] = mtfSymbol[j-1];
214 mtfSymbol[0] = selectors[i] = uc;
336 mtfSymbol[i] = (unsigned char)i;
423 literal used is the one at the head of the mtfSymbol array.) */
429 uc = symToByte[mtfSymbol[0]];
448 uc = mtfSymbol[
[all...]

Completed in 90 milliseconds