Searched refs:nStr (Results 1 – 1 of 1) sorted by relevance
92601 int nStr = (serial_type - 12) / 2; local92602 testcase( (d1+nStr)==(unsigned)nKey1 );92603 testcase( (d1+nStr+1)==(unsigned)nKey1 );92604 if( (d1+nStr) > (unsigned)nKey1 ){92608 if( !isAllZero((const char*)&aKey1[d1],nStr) ){92611 rc = nStr - pRhs->u.nZero;92614 int nCmp = MIN(nStr, pRhs->n);92616 if( rc==0 ) rc = nStr - pRhs->n;92814 int nStr; local92817 nStr = (serial_type-12) / 2;[all …]