Home | History | Annotate | Download | only in runtime

Lines Matching defs:mul

274           size_t mul;
276 mul = 1;
278 mul = KB;
280 mul = MB;
282 mul = GB;
288 if (val <= std::numeric_limits<size_t>::max() / mul) {
289 val *= mul;