Searched refs:inSize (Results 51 - 60 of 60) sorted by relevance

123

/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs231 Int64 inSize, Int64 outSize, ICodeProgress progress)
230 Code(System.IO.Stream inStream, System.IO.Stream outStream, Int64 inSize, Int64 outSize, ICodeProgress progress) argument
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1189 const int inSize = getDataTypeScalarSize(m_type);
1201 op << "." << s_swizzles[i % DE_LENGTH_OF_ARRAY(s_swizzles)][inSize-1];
2212 int inSize = (funcTypes[i] & VALUE_ANY_GENTYPE) ? curSize
2216 int typeArrayNdx = isMat ? inSize - 2 : inSize - 1; // \note No matrices of size 1.
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp1193 const int inSize = getDataTypeScalarSize(m_type);
1205 op << "." << s_swizzles[i % DE_LENGTH_OF_ARRAY(s_swizzles)][inSize-1];
2255 int inSize = (funcTypes[i] & VALUE_ANY_GENTYPE) ? curSize
2261 int typeArrayNdx = isMat ? inSize - 2 : inSize - 1; // \note No matrices of size 1.
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h212 typedef void ( *DebugOutputFunctionPtr )( char *inData, size_t inSize, void *inContext );
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Davi_file.cc1722 uint32_t inSize)
1725 inSize));
1719 AddChunkToIndexList(uint32_t inChunkId, uint32_t inFlags, uint32_t inOffset, uint32_t inSize) argument
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp475 int inSize = getDataTypeScalarSize(inType); local
479 const char* swizzle = s_inSwizzles[i][inSize-1];
488 if (inSize == 1) op << "(";
498 if (inSize == 1) op << " > 0.0)";
499 else op << ", vec" << inSize << "(0.0))"; local
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp753 int inSize = getDataTypeScalarSize(inType); local
758 const char* swizzle = s_inSwizzles[i][inSize-1];
767 if (inSize == 1) op << "(";
777 if (inSize == 1) op << " > 0.0)";
778 else op << ", vec" << inSize << "(0.0))"; local
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp6333 const int inSize = patchVertexCountCases[caseNdx].inPatchSize;
6336 const string caseName = "patch_vertices_" + de::toString(inSize) + "_in_" + de::toString(outSize) + "_out";
6338 shaderInputOutputGroup->addChild(new PatchVertexCountCase(m_context, caseName.c_str(), "Test input and output patch vertex counts", inSize, outSize,
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4423 const size_t inSize = inBytes.size(); local
4424 if (size_t(inOffset + inLength) > inSize) {
4426 "in.length < (inSize + inOffset)");
4437 "out.length < inSize + outOffset + blockSize - 1");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 325 milliseconds

123