Home | History | Annotate | Download | only in Modules

Lines Matching defs:new_hi

446         const int new_hi = *hi + num_hi;
447 assert(! SIGNED_ADD_OVERFLOWED(new_hi, *hi, num_hi));
448 *hi = new_hi;