Home | History | Annotate | Download | only in fxcrt

Lines Matching full:this_len

982     int this_len = m_pData->m_nDataLength;

984 int min_len = this_len < that_len ? this_len : that_len;
992 if (this_len < that_len) {
994 } else if (this_len > that_len) {