Lines Matching refs:there
5 I felt there was room for optimisation. I bashed the code for a few hours
8 Still I was not too happy as I felt there was additional room for improvement.
247 Still pretty straightforward. The last three invert statements are there to
264 Fortunately there is plenty of room for improvement.
283 Anyway, if there is an issue: this code is developed on x86 (to be
393 This means there is no need to calculate rp14 as it can be calculated from
508 However, still I thought there was more. I didn't like all the if
574 Furthermore there are 4 sequential assignments to rp8. This can be
629 Guess that is what there is to win within the loop. Maybe unrolling one
642 This makes things worse. Let's stick with attempt 6 and continue from there.
644 further there is still room to optimize the generation of the ecc codes.
677 But of course there is no such thing as a free lunch. The codesize almost
687 the calculated ecc. If all bytes are 0 there is no problem. If 11 bits
688 are 1 we have one correctable bit error. If there is 1 bit 1, we have an
706 again there are also much less cycles spent there.
708 It seems there is not much more gain possible in this, at least when