Home | History | Annotate | Download | only in common

Lines Matching defs:rc

944         int32_t rc;
946 rc = (int32_t)*s1 - (int32_t)*s2;
947 if(rc != 0 || *s1 == 0 || --n == 0) {
948 return rc;