Searched defs:paddingLength (Results 1 – 7 of 7) sorted by relevance
428 int paddingLength = 254; in readPaddedDataFrame() local460 int paddingLength = 254; in readPaddedHeadersFrame() local491 int paddingLength = 254; in readPaddedHeadersFrameThenContinuation() local
76 unsigned int paddingLength = (bufferIndex < 56) ? (56 - bufferIndex) : (120 - bufferIndex); in finish() local
136 public void onDataRead(int dataLength, int paddingLength) { in onDataRead()
103 …ng (const std::string& in, ShaderSources& out, const int numSlices, const size_t paddingLength = 0) in sliceSourceString()690 const size_t paddingLength = (m_explicitLengths ? 10 : 0); in generateSources() local
120 …ng (const std::string& in, ShaderSources& out, const int numSlices, const size_t paddingLength = 0) in sliceSourceString()750 const size_t paddingLength = (m_explicitLengths ? 10 : 0); in generateSources() local
818 size_t paddingLength; member