Home | History | Annotate | Download | only in Modules

Lines Matching defs:num_hi

445         const int num_hi = divmod(*lo, factor, lo);
446 const int new_hi = *hi + num_hi;
447 assert(! SIGNED_ADD_OVERFLOWED(new_hi, *hi, num_hi));