/external/grub/stage2/ |
vstafs.h | 45 unsigned long a_start; member in struct:alloc
|
fsys_vstafs.c | 83 devread (a[curr_ext].a_start, 0, 512, (char *) DIRECTORY_BUF); 104 devread (a[curr_ext].a_start + current_blockpos, 0, 245 devread (a[curr_ext].a_start,offset, curr_len, curr_pos);
|
/system/core/adb/ |
sysdeps_win32.c | 810 * region A which is (a_start,a_end) 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 815 * a_start is the pointer where we start reading data 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 823 * when reading, a_start is incremented, it a_start meets a_end, then 824 * we do: a_start = 0, a_end = b_end, b_end = 0, and keep going on.. 861 int a_start; member in struct:BipBufferRec_ [all...] |