Home | History | Annotate | Download | only in priv

Lines Matching defs:out_used

352    Int             i, j, k, out_used, guest_sizeB;
1072 out_used = 0; /* tracks along the host_bytes array */
1092 if (UNLIKELY(out_used + j > vta->host_bytes_size)) {
1101 vassert(out_used >= 0);
1102 res.offs_profInc = out_used;
1104 { UChar* dst = &vta->host_bytes[out_used];
1108 out_used += j;
1111 *(vta->host_bytes_used) = out_used;
1124 j, out_used, (10 * out_used) / (j == 0 ? 1 : j));