Searched refs:nStr (Results 1 – 4 of 4) sorted by relevance
/third_party/popt/tests/ |
D | test1.c | 57 static char * nStr = NULL; variable 138 { "nstr", '\0', POPT_ARG_STRING | POPT_ARGFLAG_SHOW_DEFAULT, &nStr, 0,
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzbdtest.cpp | 181 UnicodeString nStr; in showNN() local 183 nStr += UnicodeString("0", ""); in showNN() 185 return nStr + n; in showNN()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 86992 int nStr = (serial_type - 12) / 2; 86993 testcase( (d1+nStr)==(unsigned)nKey1 ); 86994 testcase( (d1+nStr+1)==(unsigned)nKey1 ); 86995 if( (d1+nStr) > (unsigned)nKey1 ){ 86999 if( !isAllZero((const char*)&aKey1[d1],nStr) ){ 87002 rc = nStr - pRhs->u.nZero; 87005 int nCmp = MIN(nStr, pRhs->n); 87007 if( rc==0 ) rc = nStr - pRhs->n; 87198 int nStr; 87201 nStr = (serial_type-12) / 2; [all …]
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 103975 - nCmp = MIN( pPKey2->aMem[0].n, nStr ); 103977 + nCmp = MIN( pPKey2->n, nStr ); 103985 - res = nStr - pPKey2->aMem[0].n; 103986 + res = nStr - pPKey2->n; 142396 - nCmp = MIN( pPKey2->aMem[0].n, nStr ); 142398 + nCmp = MIN( pPKey2->n, nStr ); 142406 - res = nStr - pPKey2->aMem[0].n; 142407 + res = nStr - pPKey2->n; 189177 - nCmp = MIN( pPKey2->aMem[0].n, nStr ); 189179 + nCmp = MIN( pPKey2->n, nStr ); [all …]
|