Home | History | Annotate | Download | only in priv

Lines Matching defs:out_used

216    Int             i, j, k, out_used, guest_sizeB;
816 out_used = 0; /* tracks along the host_bytes array */
838 if (UNLIKELY(out_used + j > vta->host_bytes_size)) {
847 vassert(out_used >= 0);
848 res.offs_profInc = out_used;
850 { UChar* dst = &vta->host_bytes[out_used];
854 out_used += j;
856 vassert(out_used <= vta->host_bytes_size);
858 *(vta->host_bytes_used) = out_used;