Home
last modified time | relevance | path

Searched refs:BMAX (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/gzip/
Dinftrees.c93 #define BMAX 15 /* maximum bit length of any code */ macro
114 uInt c[BMAX+1]; /* bit length count table */ in huft_build()
126 inflate_huft *u[BMAX]; /* table stack */ in huft_build()
128 uInt x[BMAX+1]; /* bit offsets, then code stack */ in huft_build()
157 for (j = 1; j <= BMAX; j++) in huft_build()
163 for (i = BMAX; i; i--) in huft_build()