Searched refs:nStr (Results 1 – 1 of 1) sorted by relevance
92753 int nStr = (serial_type - 12) / 2; local92754 testcase( (d1+nStr)==(unsigned)nKey1 );92755 testcase( (d1+nStr+1)==(unsigned)nKey1 );92756 if( (d1+nStr) > (unsigned)nKey1 ){92760 if( !isAllZero((const char*)&aKey1[d1],nStr) ){92763 rc = nStr - pRhs->u.nZero;92766 int nCmp = MIN(nStr, pRhs->n);92768 if( rc==0 ) rc = nStr - pRhs->n;92966 int nStr; local92969 nStr = (serial_type-12) / 2;[all …]