Home
last modified time | relevance | path

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

/external/qemu/android/
Dhw-pipe-net.c256 const GoldfishPipeBuffer* buffEnd = buff + numBuffers; in netPipe_sendBuffers() local
262 for (; buff < buffEnd; buff++) in netPipe_sendBuffers()
314 GoldfishPipeBuffer* buffEnd = buff + numBuffers; in netPipe_recvBuffers() local
316 for (; buff < buffEnd; buff++) in netPipe_recvBuffers()
/external/qemu/hw/android/goldfish/
Dpipe.c641 const GoldfishPipeBuffer* buffEnd = buff + numBuffers; in pingPongPipe_sendBuffers() local
644 for ( ; buff < buffEnd; buff++ ) in pingPongPipe_sendBuffers()
664 for ( buff = buffers; buff < buffEnd; buff++ ) { in pingPongPipe_sendBuffers()