Home | History | Annotate | Download | only in Modules

Lines Matching defs:new_hi

472         const int new_hi = *hi + num_hi;
473 assert(! SIGNED_ADD_OVERFLOWED(new_hi, *hi, num_hi));
474 *hi = new_hi;