Home
last modified time | relevance | path

Searched refs:byte_ptr (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/streams/
Dfake_stream.cc64 auto* byte_ptr = static_cast<const uint8_t*>(data); in AddReadPacketData() local
65 AddReadPacketData(delay, brillo::Blob{byte_ptr, byte_ptr + size}); in AddReadPacketData()
112 auto* byte_ptr = static_cast<const uint8_t*>(data); in ExpectWritePacketData() local
113 ExpectWritePacketData(delay, brillo::Blob{byte_ptr, byte_ptr + size}); in ExpectWritePacketData()
295 auto byte_ptr = static_cast<const uint8_t*>(buffer); in WriteNonBlocking() local
297 byte_ptr, byte_ptr + size_to_write); in WriteNonBlocking()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp706 uint8_t* byte_ptr = row_buf; in GifReadScanlineCallback() local
708 if (*byte_ptr == pCodec->m_GifTransIndex) { in GifReadScanlineCallback()
709 *byte_ptr = pCodec->m_GifBgIndex; in GifReadScanlineCallback()
711 byte_ptr++; in GifReadScanlineCallback()