Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:uval32

974         unsigned long uval32 = ::strtoul (s, &pos, 0);
977 major = uval32;
985 uval32 = ::strtoul (minor_cstr, &pos, 0);
988 minor = uval32;
992 uval32 = ::strtoul (update_cstr, &pos, 0);
995 update = uval32;