Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:min_len

514     int min_len = this_len < that_len ? this_len : that_len;

515 for (int i = 0; i < min_len; i ++) {