Changeset e9927f in git for kernel/kInline.h
- Timestamp:
- Oct 8, 2012, 4:31:53 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- ff12c6888756916057984322f1311a0a1515db3e
- Parents:
- 95197e27d1277756b09bcdadc0b4e418cd280274
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kInline.h
r95197e re9927f 594 594 assume(_p != NULL); 595 595 596 pNext(_p) = p_Minus_mm_Mult_qq( pNext(_p), m, q, pLength, lq, 596 int lp=pLength-1; 597 pNext(_p) = p_Minus_mm_Mult_qq( pNext(_p), m, q, lp, lq, 597 598 spNoether, tailRing ); 599 pLength=lp+1; 598 600 // tailRing->p_Procs->p_Minus_mm_Mult_qq(pNext(_p), m, q, shorter,spNoether, tailRing, last); 599 601 // pLength += lq - shorter;
Note: See TracChangeset
for help on using the changeset viewer.