Home | History | Annotate | Download | only in fxcrt

Lines Matching defs:iLast

845     int32_t iLast = iStart - iCount;
847 for (int32_t i = iStart - 1; i >= iLast; i--) {
852 for (int32_t i = iStart - 1; i >= iLast; i--) {