HomeSort by relevance Sort by last modified time
    Searched refs:b_end (Results 1 - 3 of 3) sorted by null

  /external/chromium/googleurl/src/
url_util.h 155 // The versions of this function that don't take a b_end assume that the b
163 const char* b_end);
url_util.cc 438 const char* b_end) {
439 while (a_begin != a_end && b_begin != b_end &&
444 return a_begin == a_end && b_begin == b_end;
  /system/core/adb/
sysdeps_win32.c 811 * 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 = 0
    [all...]

Completed in 4051 milliseconds