Home
last modified time | relevance | path

Searched refs:baseIndex (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/layout/
DMPreFixups.cpp31 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) in add() argument
35 if (baseIndex - mpreIndex > 1) { in add()
36 fFixupData[fFixupCount].fBaseIndex = baseIndex; in add()
50 le_int32 baseIndex = fFixupData[fixup].fBaseIndex; in apply() local
54 while (glyphStorage[baseIndex] == 0xFFFF || glyphStorage[baseIndex] == 0xFFFE) { in apply()
55 baseIndex -= 1; in apply()
62 if (mpreLimit == baseIndex) { in apply()
68 le_int32 moveCount = baseIndex - mpreLimit; in apply()
69 le_int32 mpreDest = baseIndex - mpreCount; in apply()
DMPreFixups.h30 void add(le_int32 baseIndex, le_int32 mpreIndex);
DValueRecords.cpp30 le_int16 baseIndex = getFieldCount(valueFormat) * index; in getFieldValue() local
32 le_int16 value = values[baseIndex + valueIndex]; in getFieldValue()
/external/proguard/src/proguard/obfuscate/
DSimpleNameFactory.java112 int baseIndex = index / totalCharacterCount; in newName() local
117 String newName = baseIndex == 0 ? in newName()
119 (name(baseIndex-1) + newChar); in newName()
/external/opencv/cvaux/src/
Dcvcorrespond.cpp64 int baseIndex; in icvDynamicCorrespond() local
132 baseIndex = 0; in icvDynamicCorrespond()
139 costTable[baseIndex + row_size] = costTable[baseIndex] + Occlusion * (l_end - prev); in icvDynamicCorrespond()
140 baseIndex += row_size; in icvDynamicCorrespond()
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp492 SlotIndex baseIndex = MIIdx; in handlePhysicalRegisterDef() local
493 SlotIndex start = baseIndex.getDefIndex(); in handlePhysicalRegisterDef()
513 baseIndex = baseIndex.getNextIndex(); in handlePhysicalRegisterDef()
518 if (getInstructionFromIndex(baseIndex) == 0) in handlePhysicalRegisterDef()
519 baseIndex = indexes_->getNextNonNullIndex(baseIndex); in handlePhysicalRegisterDef()
523 end = baseIndex.getDefIndex(); in handlePhysicalRegisterDef()
530 end = baseIndex.getDefIndex(); in handlePhysicalRegisterDef()
543 baseIndex = baseIndex.getNextIndex(); in handlePhysicalRegisterDef()
602 SlotIndex baseIndex = MIIdx; in handleLiveInRegister() local
603 SlotIndex start = baseIndex; in handleLiveInRegister()
[all …]