Searched refs:newIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/fs/udf/
H A Dosta.c322 int index, newIndex = 0, needsCRC = FALSE; local
357 newExtIndex = newIndex;
364 trailIndex = newIndex;
368 if (newIndex < MAXLEN) {
369 newName[newIndex++] = current;
377 if (trailIndex != newIndex - 1) {
378 newIndex = trailIndex + 1;
419 if (newIndex > maxFilenameLen) {
420 newIndex = maxFilenameLen;
422 newIndex
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h568 SlotIndex newIndex(&*newItr, SlotIndex::Slot_Block);
569 mi2iMap.insert(std::make_pair(&MI, newIndex));
570 return newIndex;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp196 int64_t newIndex = 0; local
208 newIndex = off / pointeeTySize;
221 return MakeElementRegion(cast<SubRegion>(newSuperR), PointeeTy, newIndex);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1043 size_t newIndex = MacroExpandedTokens.size();
1059 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex));
1060 return MacroExpandedTokens.data() + newIndex;
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1102 newIndex = QTIP.zindex + qtips.length,
1108 if(this._trigger('focus', [newIndex], event)) {
1110 if(curIndex !== newIndex) {
1123 tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex;

Completed in 219 milliseconds