| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| 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)
170 Array.Copy(data, startIndex, _inBuffer,0, count);
|
| UnitTests.cs | 186 public void CDataAvail(byte[] data, int startIndex, int count)
189 compressedData.Add(data[i+startIndex]);
220 private void DDataAvail(byte[] data, int startIndex, int count)
223 uncompressedData.Add(data[i+startIndex]);
|
| 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);
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| 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)
170 Array.Copy(data, startIndex, _inBuffer,0, count);
|
| UnitTests.cs | 186 public void CDataAvail(byte[] data, int startIndex, int count)
189 compressedData.Add(data[i+startIndex]);
220 private void DDataAvail(byte[] data, int startIndex, int count)
223 uncompressedData.Add(data[i+startIndex]);
|
| 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);
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| 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)
170 Array.Copy(data, startIndex, _inBuffer,0, count);
|
| UnitTests.cs | 186 public void CDataAvail(byte[] data, int startIndex, int count)
189 compressedData.Add(data[i+startIndex]);
220 private void DDataAvail(byte[] data, int startIndex, int count)
223 uncompressedData.Add(data[i+startIndex]);
|
| 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);
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| 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)
170 Array.Copy(data, startIndex, _inBuffer,0, count);
|
| UnitTests.cs | 186 public void CDataAvail(byte[] data, int startIndex, int count)
189 compressedData.Add(data[i+startIndex]);
220 private void DDataAvail(byte[] data, int startIndex, int count)
223 uncompressedData.Add(data[i+startIndex]);
|
| 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);
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| 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)
170 Array.Copy(data, startIndex, _inBuffer,0, count);
|
| UnitTests.cs | 186 public void CDataAvail(byte[] data, int startIndex, int count)
189 compressedData.Add(data[i+startIndex]);
220 private void DDataAvail(byte[] data, int startIndex, int count)
223 uncompressedData.Add(data[i+startIndex]);
|
| 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);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| LiveIntervalUnion.h | 77 SlotIndex startIndex() const { return Segments.start(); }
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| STLExtras.h | 1208 indexed_accessor_range(BaseT base, ptrdiff_t startIndex, ptrdiff_t count) 1211 std::make_pair(base, startIndex), count) {}
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| bitmanip.d | 4624 this(T value, size_t startIndex = 0) 4634 _index = startIndex + trailingZerosCount;
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 15208 size_t startIndex; 15239 startIndex = ( ( inResultCount > 0 ) && namesAreDynamic && !namesAreUnique ) ? 1 : 0; 15240 results = CFArrayCreateMutable( NULL, (CFIndex)( inResultCount - startIndex ), &kCFTypeArrayCallBacks ); 15251 for( i = startIndex; i < inResultCount; ++i ) 15306 for( i = startIndex; i < inResultCount; ++i ) [all...] |