Searched refs:newIndex (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/fs/udf/ |
| H A D | osta.c | 316 int index, newIndex = 0, needsCRC = FALSE; in UDFTransName() local 351 newExtIndex = newIndex; in UDFTransName() 358 trailIndex = newIndex; in UDFTransName() 362 if (newIndex < MAXLEN) { in UDFTransName() 363 newName[newIndex++] = current; in UDFTransName() 371 if (trailIndex != newIndex - 1) { in UDFTransName() 372 newIndex = trailIndex + 1; in UDFTransName() 413 if (newIndex > maxFilenameLen) { in UDFTransName() 414 newIndex = maxFilenameLen; in UDFTransName() 416 newIndex = newExtIndex; in UDFTransName() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | Store.cpp | 202 int64_t newIndex = 0; in castRegion() local 214 newIndex = off / pointeeTySize; in castRegion() 227 return MakeElementRegion(cast<SubRegion>(newSuperR), PointeeTy, newIndex); in castRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 567 SlotIndex newIndex(&*newItr, SlotIndex::Slot_Block); 568 mi2iMap.insert(std::make_pair(&MI, newIndex)); 569 return newIndex;
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 1011 size_t newIndex = MacroExpandedTokens.size(); in cacheMacroExpandedTokens() local 1027 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex)); in cacheMacroExpandedTokens() 1028 return MacroExpandedTokens.data() + newIndex; in cacheMacroExpandedTokens()
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 1102 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;
|