Home
last modified time | relevance | path

Searched defs:bytes_to_copy (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/bluetooth/hci/
Dhci_packetizer.cc67 size_t bytes_to_copy = std::min(bytes_remaining_, bytes_available); in OnDataReady() local
89 size_t bytes_to_copy = std::min(bytes_remaining_, bytes_available); in OnDataReady() local
/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
Dringbuffer.cpp94 const size_t bytes_to_copy = (offset + length > ringbuffer_size(rb)) in ringbuffer_peek() local
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
Dringbuffer.cpp94 const size_t bytes_to_copy = (offset + length > ringbuffer_size(rb)) in ringbuffer_peek() local
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h3762 int bytes_to_copy = (int)MZ_MIN( in tdefl_flush_block() local