Home | History | Annotate | Download | only in coregrind

Lines Matching full:buf_used

1071    static Int buf_used = 0;
1073 vg_assert(buf_used >= 0 && buf_used <= buf_size);
1074 if (buf_used == buf_size) {
1079 buf_used = 0;
1084 vg_assert(buf_used >= 0 && buf_used < buf_size);
1085 *out_buf = buf[buf_used];
1086 buf_used++;