Searched refs:iLhs (Results 1 – 1 of 1) sorted by relevance
247229 i64 iLhs, argument247234 if( iLhs<iRhs ) return -1;247235 return (iLhs > iRhs);247237 if( iLhs>iRhs ) return -1;247238 return (iLhs < iRhs);