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

  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 1940 Label a, a_end; local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 1779 Label a, a_end; local
    [all...]
  /system/core/adb/
sysdeps_win32.c 817 * region A which is (a_start,a_end)
820 * an empty buffer has: a_start = a_end = b_end = 0
823 * a_end is the pointer where we start writing data, unless it is BUFFER_SIZE,
826 * the buffer is full when b_end == a_start && a_end == BUFFER_SIZE
828 * there is room when b_end < a_start || a_end < BUFER_SIZE
830 * when reading, a_start is incremented, it a_start meets a_end, then
831 * we do: a_start = 0, a_end = b_end, b_end = 0, and keep going on..
869 int a_end; member in struct:BipBufferRec_
888 buffer->a_end = 0;
958 avail = BIP_BUFFER_SIZE - bip->a_end;
    [all...]

Completed in 86 milliseconds