/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.h | 138 bool IsStream_in_PackStreams(UInt32 streamIndex) const in IsStream_in_PackStreams() 140 return FindStream_in_PackStreams(streamIndex) >= 0; in IsStream_in_PackStreams() 143 int FindStream_in_PackStreams(UInt32 streamIndex) const in FindStream_in_PackStreams() 146 if (PackStreams[i] == streamIndex) in FindStream_in_PackStreams() 156 UInt32 streamIndex = 0; in GetStream_for_Coder() local 158 streamIndex += Coders[i].NumStreams; in GetStream_for_Coder() 159 return streamIndex; in GetStream_for_Coder() 181 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const in GetCoder_for_Stream() 183 coderIndex = Stream_to_Coder[streamIndex]; in GetCoder_for_Stream() 184 coderStreamIndex = streamIndex - Coder_to_Stream[coderIndex]; in GetCoder_for_Stream() [all …]
|
D | CoderMixer2.cpp | 206 bool CMixer::Is_PackSize_Correct_for_Stream(UInt32 streamIndex) in Is_PackSize_Correct_for_Stream() argument 208 if (_bi.IsStream_in_PackStreams(streamIndex)) in Is_PackSize_Correct_for_Stream() 211 int bond = _bi.FindBond_for_PackStream(streamIndex); in Is_PackSize_Correct_for_Stream() 538 HRESULT CMixerST::FinishStream(UInt32 streamIndex) in FinishStream() argument 544 if (_bi.UnpackCoder == streamIndex) in FinishStream() 548 index = _bi.FindStream_in_PackStreams(streamIndex); in FinishStream() 556 streamIndex); in FinishStream()
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 1484 const int streamIndex = 0; in CAacDecoder_Init() local 1639 self->flags[streamIndex] = 0; in CAacDecoder_Init() 1648 self->pUsacConfig[streamIndex] = &asc->m_sc.m_usacConfig; in CAacDecoder_Init() 1651 if (self->pUsacConfig[streamIndex]->m_usacNumElements > in CAacDecoder_Init() 1656 if (self->numUsacElements[streamIndex] != in CAacDecoder_Init() 1662 self->numUsacElements[streamIndex] = in CAacDecoder_Init() 1668 _el < (int)self->pUsacConfig[streamIndex]->m_usacNumElements; in CAacDecoder_Init() 1672 self->pUsacConfig[streamIndex]->element[_el].usacElementType) { in CAacDecoder_Init() 1681 self->pUsacConfig[streamIndex]->element[_el].usacElementType; in CAacDecoder_Init() 1719 if (self->pUsacConfig[streamIndex]->m_usacNumElements) { in CAacDecoder_Init() [all …]
|
/external/lzma/CPP/7zip/Compress/ |
D | Bcj2Coder.h | 53 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size); 54 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size); 102 STDMETHOD(SetInStream2)(UInt32 streamIndex, ISequentialInStream *inStream); 103 STDMETHOD(ReleaseInStream2)(UInt32 streamIndex); 109 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size); 110 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
|
D | Bcj2Coder.cpp | 65 STDMETHODIMP CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] … in SetOutBufSize() argument 324 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] =… in SetInBufSize() argument 515 STDMETHODIMP CDecoder::SetInStream2(UInt32 streamIndex, ISequentialInStream *inStream) in SetInStream2() argument 517 _inStreams[streamIndex] = inStream; in SetInStream2() 521 STDMETHODIMP CDecoder::ReleaseInStream2(UInt32 streamIndex) in ReleaseInStream2() argument 523 _inStreams[streamIndex].Release(); in ReleaseInStream2()
|
D | Lzma2Decoder.h | 69 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size); 70 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
|
D | LzmaDecoder.h | 64 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size); 65 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeWizard.cs | 631 protected void fillReverseIndex( object node, int streamIndex ) in fillReverseIndex() argument 653 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex() 658 if ( !indexes.Contains( streamIndex ) ) in fillReverseIndex() 660 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex() 723 int streamIndex = indexes[i]; in getNodeIndex() 724 object n = get( streamIndex ); in getNodeIndex() 728 return streamIndex; // found it! in getNodeIndex()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeWizard.cs | 554 protected void fillReverseIndex( object node, int streamIndex ) in fillReverseIndex() argument 576 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex() 581 if ( !indexes.Contains( streamIndex ) ) in fillReverseIndex() 583 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex() 646 int streamIndex = indexes[i]; in getNodeIndex() 647 object n = get( streamIndex ); in getNodeIndex() 651 return streamIndex; // found it! in getNodeIndex()
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 225 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size) PURE; 226 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE; 239 STDMETHOD(SetInStream2)(UInt32 streamIndex, ISequentialInStream *inStream) PURE; 240 STDMETHOD(ReleaseInStream2)(UInt32 streamIndex) PURE;
|
/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.h | 202 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size); 203 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
|
/external/golang-protobuf/protoc-gen-go/grpc/ |
D | grpc.go | 182 var methodIndex, streamIndex int 193 descExpr = fmt.Sprintf("&%s.Streams[%d]", serviceDescVar, streamIndex) 194 streamIndex++
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | frontend.cpp | 498 uint32_t streamIndex) in StreamOut() argument 524 uint32_t soMask = soState.streamMasks[streamIndex]; in StreamOut() 553 …SWR_ASSERT(state.pfnSoFunc[streamIndex] != nullptr, "Trying to execute uninitialized streamout jit… in StreamOut() 554 state.pfnSoFunc[streamIndex](soContext); in StreamOut() 572 UPDATE_STAT_FE(SoPrimStorageNeeded[streamIndex], soContext.numPrimStorageNeeded); in StreamOut() 573 UPDATE_STAT_FE(SoNumPrimsWritten[streamIndex], soContext.numPrimsWritten); in StreamOut()
|
D | api.h | 311 uint32_t streamIndex);
|
D | api.cpp | 527 uint32_t streamIndex) in SwrSetSoFunc() argument 531 SWR_ASSERT(streamIndex < MAX_SO_STREAMS); in SwrSetSoFunc() 533 pState->pfnSoFunc[streamIndex] = pfnSoFunc; in SwrSetSoFunc()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 273 UInt64 GetFolderPackStreamSize(CNum folderIndex, unsigned streamIndex) const in GetFolderPackStreamSize() 275 size_t i = FoStartPackStreamIndex[folderIndex] + streamIndex; in GetFolderPackStreamSize()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTreeWizard.m | 652 - (void)fillReverseIndex:(ANTLRCommonTree *)node Index:(NSInteger)streamIndex 654 //System.out.println("revIndex "+node+"@"+streamIndex); 667 NSInteger streamIndexI = streamIndex;
|