Home | History | Annotate | Download | only in src

Lines Matching defs:uvalue

602   uint64_t uvalue;
611 r = ne_bare_read_vint(io, &uvalue, &ulength, MASK_FIRST_BIT);
614 *value = uvalue - svint_subtr[ulength - 1];