Searched refs:xp (Results 1 – 1 of 1) sorted by relevance
345 unsigned *xp; /* pointer into x */ in huft_build() local422 p = c + 1; xp = x + 2; in huft_build()424 *xp++ = (j += *p++); in huft_build()471 xp = c + k; in huft_build()475 if ((f <<= 1) <= *++xp) in huft_build()477 f -= *xp; /* else deduct codes from patterns */ in huft_build()
Completed in 4 milliseconds