Home | History | Annotate | Download | only in common

Lines Matching refs:oldresult

772         int32_t oldresult = previous();
773 while (oldresult > offset) {
776 return oldresult;
778 oldresult = result;
902 int32_t oldresult = next();
903 while (oldresult < offset) {
906 return oldresult;
908 oldresult = result;