Searched refs:b_end (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.c811 * region B which is (0, b_end) with b_end <= a_start
813 * an empty buffer has: a_start = a_end = b_end = 0
817 * then you start writing at b_end
819 * the buffer is full when b_end == a_start && a_end == BUFFER_SIZE
821 * there is room when b_end < a_start || a_end < BUFER_SIZE
824 * we do: a_start = 0, a_end = b_end, b_end = 0, and keep going on..
863 int b_end; member in struct:BipBufferRec_
882 buffer->b_end
[all...]

Completed in 1011 milliseconds