reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2429 for (unsigned i = 0; i < parts; i++) { 2429 for (unsigned i = 0; i < parts; i++) { 2430 WordType l = dst[i]; 2432 dst[i] += rhs[i] + 1; 2432 dst[i] += rhs[i] + 1; 2433 c = (dst[i] <= l); 2435 dst[i] += rhs[i]; 2435 dst[i] += rhs[i]; 2436 c = (dst[i] < l);