/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/ |
H A D | CodecBase.cs | 166 /// <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 D | UnitTests.cs | 186 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 D | DotZLib.cs | 164 /// <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 D | nsArray.cpp | 47 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 D | device.c | 1689 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 D | device.c | 2260 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 D | device.c | 4759 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 D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |