HomeSort by relevance Sort by last modified time
    Searched defs:buffEnd (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
hw-pipe-net.c 246 const GoldfishPipeBuffer* buffEnd = buff + numBuffers;
248 for (; buff < buffEnd; buff++)
300 GoldfishPipeBuffer* buffEnd = buff + numBuffers;
302 for (; buff < buffEnd; buff++)
  /external/qemu/hw/
goldfish_pipe.c 495 const GoldfishPipeBuffer* buffEnd = buff + numBuffers;
498 for ( ; buff < buffEnd; buff++ )
518 for ( buff = buffers; buff < buffEnd; buff++ ) {

Completed in 104 milliseconds