Home
last modified time | relevance | path

Searched refs:startIndex (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DUnitTests.cs186 public void CDataAvail(byte[] data, int startIndex, int count) in CDataAvail() argument
189 compressedData.Add(data[i+startIndex]); in CDataAvail()
220 private void DDataAvail(byte[] data, int startIndex, int count) in DDataAvail() argument
223 uncompressedData.Add(data[i+startIndex]); in DDataAvail()
A DCodecBase.cs168 protected void copyInput(byte[] data, int startIndex, int count) in copyInput() argument
170 Array.Copy(data, startIndex, _inBuffer,0, count); in copyInput()
A DDotZLib.cs169 public delegate void DataAvailableHandler(byte[] data, int startIndex, int count); in DataAvailableHandler() argument
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_calibration.c387 uint32_t startIndex; in get_next_good_spad() local
405 startIndex = curr / cSpadsPerByte; in get_next_good_spad()
408 for (coarseIndex = startIndex; ((coarseIndex < size) && !success); in get_next_good_spad()
413 if (coarseIndex == startIndex) { in get_next_good_spad()

Completed in 7 milliseconds