HomeSort by: relevance | last modified time | path
    Searched refs:newIndex (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/udf/
udf_osta.c 329 int Index, newIndex = 0, needsCRC = false; /* index is shadowed */
364 newExtIndex = newIndex;
371 trailIndex = newIndex;
375 if (newIndex < MAXLEN) {
376 newName[newIndex++] = current;
384 if (trailIndex != newIndex - 1) {
385 newIndex = trailIndex + 1;
426 if (newIndex > maxFilenameLen) {
427 newIndex = maxFilenameLen;
429 newIndex = newExtIndex
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Store.cpp 197 int64_t newIndex = 0;
209 newIndex = off / pointeeTySize;
222 return MakeElementRegion(cast<SubRegion>(newSuperR), PointeeTy, newIndex);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SlotIndexes.h 570 SlotIndex newIndex(&*newItr, SlotIndex::Slot_Block);
571 mi2iMap.insert(std::make_pair(&MI, newIndex));
572 return newIndex;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 1045 size_t newIndex = MacroExpandedTokens.size();
1061 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex));
1062 return MacroExpandedTokens.data() + newIndex;

Completed in 28 milliseconds