Home | History | Annotate | Download | only in processor

Lines Matching full:high

128 // the high address of a range to guard against off-by-one errors.
132 // When side == 1, check the high side (base + size) of each range.
138 // the base or one less than the high - for a successfully stored
146 else // When checking the high side,
161 expected_result = side; // should fail low and succeed high.
163 expected_result = !side; // should succeed low and fail high.
218 // When checking one greater than the high side, RetrieveNearestRange
316 // are too high.
328 // Bug info: RetrieveRangeAtIndex() previously retrieves the high address of
379 { 9, 10, 11, false }, // one-less base, one-less high
380 { 9, 11, 12, false }, // one-less base, identical high
382 { 10, 9, 14, false }, // identical base, one-less high
384 { 10, 11, 16, false }, // identical base, one-greater high
386 { 11, 9, 18, false }, // one-greater base, identical high
387 { 11, 10, 19, false }, // one-greater base, one-greater high
408 { 27, -1, 36, false } // tests high < base
434 { INT_MAX, 0, 102, false }, // makes RetrieveRange check high end
443 { INT_MAX, 0, 113, false } // makes RetrieveRange check high end