Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdemangle/common/
H A Ddemangle_int.h45 mul_overflow(uint64_t a, uint64_t b, uint64_t *v) in mul_overflow() function
63 mul_overflow(uint64_t a, uint64_t b, uint64_t *v)
H A Dutil.c51 if (mul_overflow(n, elsize, &sz)) { in xcalloc()
H A Drust.c269 if (mul_overflow(v, 10, &v)) { in rust_parse_base10()