Home | History | Annotate | Download | only in priv

Lines Matching defs:out_used

730    Int             i, j, k, out_used;
1105 out_used = 0; /* tracks along the host_bytes array */
1125 if (UNLIKELY(out_used + j > vta->host_bytes_size)) {
1134 vassert(out_used >= 0);
1135 res->offs_profInc = out_used;
1137 { UChar* dst = &vta->host_bytes[out_used];
1141 out_used += j;
1144 *(vta->host_bytes_used) = out_used;
1157 j, out_used, (10 * out_used) / (j == 0 ? 1 : j));