Searched defs:startIndex (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DCodecBase.cs166 /// <param name="startIndex">The index of the first byte to copy</param>
168 protected void copyInput(byte[] data, int startIndex, int count) argument
170 Array.Copy(data, startIndex, _inBuffer,0, count);
H A DUnitTests.cs186 public void CDataAvail(byte[] data, int startIndex, int count) argument
189 compressedData.Add(data[i+startIndex]);
220 private void DDataAvail(byte[] data, int startIndex, int count) argument
223 uncompressedData.Add(data[i+startIndex]);
H A DDotZLib.cs164 /// <paramref name="startIndex">The index of the first processed byte in <c>data</c></paramref>
167 /// You cannot assume that startIndex will be zero.
169 public delegate void DataAvailableHandler(byte[] data, int startIndex, int count); argument
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsArray.cpp47 PRUint32 startIndex; member in struct:findIndexOfClosure
175 // don't start searching until we're past the startIndex
176 if (closure->resultIndex >= closure->startIndex &&
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c1689 UINT MinVertexIndex,UINT NumVertices,UINT startIndex,UINT primCount) {
1694 iface, PrimitiveType, MinVertexIndex, NumVertices, startIndex, primCount);
1698 hr = IWineD3DDevice_DrawIndexedPrimitive(This->WineD3DDevice, startIndex,
1688 IDirect3DDevice8Impl_DrawIndexedPrimitive(LPDIRECT3DDEVICE8 iface, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex,UINT NumVertices,UINT startIndex,UINT primCount) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c2260 INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount) {
2267 NumVertices, startIndex, primCount);
2272 hr = IWineD3DDevice_DrawIndexedPrimitive(This->WineD3DDevice, startIndex,
2259 IDirect3DDevice9Impl_DrawIndexedPrimitive(LPDIRECT3DDEVICE9EX iface, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c4759 static HRESULT WINAPI IWineD3DDeviceImpl_DrawIndexedPrimitive(IWineD3DDevice *iface, UINT startIndex, UINT index_count) argument
4787 TRACE("(%p) : startIndex %u, index count %u.\n", This, startIndex, index_count);
4800 drawPrimitive(iface, index_count, startIndex, idxStride,
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 170 milliseconds