Home
last modified time | relevance | path

Searched refs:inputIndex (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DDeflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
76 inputIndex += (int)_ztream.total_in; in Add()
H A DInflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
75 inputIndex += (int)_ztream.total_in; in Add()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DDeflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
76 inputIndex += (int)_ztream.total_in; in Add()
H A DInflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
75 inputIndex += (int)_ztream.total_in; in Add()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
75 inputIndex += (int)_ztream.total_in; in Add()
H A DDeflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
76 inputIndex += (int)_ztream.total_in; in Add()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
75 inputIndex += (int)_ztream.total_in; in Add()
H A DDeflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
76 inputIndex += (int)_ztream.total_in; in Add()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
75 inputIndex += (int)_ztream.total_in; in Add()
H A DDeflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
76 inputIndex += (int)_ztream.total_in; in Add()
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c7763 size_t inputIndex = 0; in START_TEST() local
7765 for (; inputIndex < sizeof(inputs) / sizeof(inputs[0]); inputIndex++) { in START_TEST()
7771 const char *const input = inputs[inputIndex]; in START_TEST()