Home | History | Annotate | Download | only in src

Lines Matching refs:uval

629   uint64_t uval, base;
631 r = ne_read_uint(io, &uval, length);
638 if (uval >= base) {
644 *val = uval - base;
646 *val = (int64_t) uval;