Home | History | Annotate | Download | only in common

Lines Matching refs:oldresult

769         int32_t oldresult = previous();
770 while (oldresult > offset) {
773 return oldresult;
775 oldresult = result;
895 int32_t oldresult = next();
896 while (oldresult < offset) {
899 return oldresult;
901 oldresult = result;