Home
last modified time | relevance | path

Searched refs:valh (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/util/
H A Dcutils.c328 uint64_t valh, tmp; in do_strtosz() local
331 mulu64(&val, &valh, val, mul); in do_strtosz()
334 valh += val < tmp; in do_strtosz()
339 valh += val < tmp; in do_strtosz()
342 if (valh != 0) { in do_strtosz()