Home
last modified time | relevance | path

Searched defs:alphaSize (Results 1 – 15 of 15) sorted by relevance

/external/bzip2/
Dhuffman.c65 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
156 Int32 alphaSize ) in BZ2_hbAssignCodes()
176 Int32 alphaSize ) in BZ2_hbCreateDecodeTables()
Ddecompress.c117 Int32 alphaSize; in BZ2_decompress() local
Dcompress.c242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/external/u-boot/lib/bzip2/
Dbzlib_huffman.c106 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
180 Int32 alphaSize ) in BZ2_hbAssignCodes()
200 Int32 alphaSize ) in BZ2_hbCreateDecodeTables()
Dbzlib_decompress.c160 Int32 alphaSize; in BZ2_decompress() local
Dbzlib_compress.c282 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorOutputStream.java142 final Data dat, final int alphaSize, in hbMakeCodeLengths()
671 final int alphaSize) { in hbAssignCodes()
721 final int alphaSize = this.nInUse + 2; in sendMTFValues() local
762 private void sendMTFValues0(final int nGroups, final int alphaSize) { in sendMTFValues0()
797 private int sendMTFValues1(final int nGroups, final int alphaSize) { in sendMTFValues1()
942 private void sendMTFValues3(final int nGroups, final int alphaSize) { in sendMTFValues3()
1048 private void sendMTFValues6(final int nGroups, final int alphaSize) in sendMTFValues6()
/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp110 deInt32 alphaSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_ALPHA_SIZE); in getDefaultEglConfigList() local
/external/deqp/framework/egl/
DegluConfigInfo.hpp47 deInt32 alphaSize; member in eglu::ConfigInfo
DegluConfigFilter.cpp78 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); } in alphaSize() function in eglu::CandidateConfig
/external/deqp/framework/qphelper/
DqpTestLog.h163 int alphaSize; member
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp446 const EGLint alphaSize = getValue(config, EGL_ALPHA_SIZE); in executeTest() local
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java372 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser()
823 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp563 int alphaSize = visual.getAttrib(GLX_ALPHA_SIZE); in configRank() local
/external/deqp/executor/
DxeTestCaseResult.hpp357 int alphaSize; member in xe::ri::EglConfig