Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib_huffman.c106 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument
120 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths()
125 nNodes = alphaSize; in BZ2_hbMakeCodeLengths()
132 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
156 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
166 for (i = 1; i < alphaSize; i++) { in BZ2_hbMakeCodeLengths()
180 Int32 alphaSize ) in BZ2_hbAssignCodes() argument
186 for (i = 0; i < alphaSize; i++) in BZ2_hbAssignCodes()
200 Int32 alphaSize ) in BZ2_hbCreateDecodeTables() argument
206 for (j = 0; j < alphaSize; j++) in BZ2_hbCreateDecodeTables()
[all …]
H A Dbzlib_compress.c282 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
307 alphaSize = s->nInUse+2; in sendMTFValues()
309 for (v = 0; v < alphaSize; v++) in sendMTFValues()
331 while (aFreq < tFreq && ge < alphaSize-1) { in sendMTFValues()
349 for (v = 0; v < alphaSize; v++) in sendMTFValues()
368 for (v = 0; v < alphaSize; v++) in sendMTFValues()
376 for (v = 0; v < alphaSize; v++) { in sendMTFValues()
492 alphaSize, 17 /*20*/ ); in sendMTFValues()
525 for (i = 0; i < alphaSize; i++) { in sendMTFValues()
532 minLen, maxLen, alphaSize ); in sendMTFValues()
[all …]
H A Dbzlib_decompress.c160 Int32 alphaSize; in BZ2_decompress() local
214 alphaSize = s->save_alphaSize; in BZ2_decompress()
327 alphaSize = s->nInUse+2; in BZ2_decompress()
362 for (i = 0; i < alphaSize; i++) { in BZ2_decompress()
378 for (i = 0; i < alphaSize; i++) { in BZ2_decompress()
387 minLen, maxLen, alphaSize in BZ2_decompress()
646 s->save_alphaSize = alphaSize; in BZ2_decompress()
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxvisuals.c46 (v1->alphaSize == v2->alphaSize) && in glxVisualsMatch()
H A Dglxcmdsswap.c322 buf[p++] = pGlxVisual->alphaSize; in __glXSwapGetVisualConfigs()
H A Dglxcmds.c1732 buf[p++] = pGlxVisual->alphaSize; in __glXGetVisualConfigs()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx_glxvisuals.c131 config->alphaSize = props[6]; in GetGLXVisualConfigs()
576 cfg->alphaSize = fbcfg->alphaBits; in GetGLXVisualConfigsFromFBConfigs()
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dglcontextmodes.c159 mode->alphaBits = config->alphaSize; in _gl_copy_visual_to_context_mode()