Home
last modified time | relevance | path

Searched refs:nIdx (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/test/Transforms/NewGVN/
Dpr32403.ll46 %nIdx.052.i = phi i32 [ %inc.i, %if.then13 ], [ %nIdx.1.i, %for.inc24.i ]
53 %nIdx.1.i = phi i32 [ undef, %if.then17.i ], [ %nIdx.052.i, %for.body8.i ]
/external/pdfium/fxjs/
Dcjs_field.cpp2411 int nIdx = -1; in getItemAt() local
2413 nIdx = pRuntime->ToInt32(params[0]); in getItemAt()
2426 if (nIdx == -1 || nIdx > pFormField->CountOptions()) in getItemAt()
2427 nIdx = pFormField->CountOptions() - 1; in getItemAt()
2430 pRuntime->NewString(pFormField->GetOptionLabel(nIdx).AsStringView())); in getItemAt()
2433 WideString strval = pFormField->GetOptionValue(nIdx); in getItemAt()
2436 pRuntime->NewString(pFormField->GetOptionLabel(nIdx).AsStringView())); in getItemAt()
/external/sqlite/dist/orig/
Dshell.c8021 int nIdx = 0; in idxFindIndexes() local
8022 while( zIdx[nIdx]!='\0' && (zIdx[nIdx]!=' ' || zIdx[nIdx+1]!='(') ){ in idxFindIndexes()
8023 nIdx++; in idxFindIndexes()
8025 zSql = idxHashSearch(&p->hIdx, zIdx, nIdx); in idxFindIndexes()
/external/sqlite/dist/
Dshell.c8026 int nIdx = 0; in idxFindIndexes() local
8027 while( zIdx[nIdx]!='\0' && (zIdx[nIdx]!=' ' || zIdx[nIdx+1]!='(') ){ in idxFindIndexes()
8028 nIdx++; in idxFindIndexes()
8030 zSql = idxHashSearch(&p->hIdx, zIdx, nIdx); in idxFindIndexes()