Home | History | Annotate | Download | only in util

Lines Matching refs:long_val

2565  * While we find nice hex chars, build a long_val.
2568 int hex2u64(const char *ptr, u64 *long_val)
2571 *long_val = 0;
2579 *long_val = (*long_val << 4) | hex_val;