Home
last modified time | relevance | path

Searched refs:origIndex (Results 1 – 5 of 5) sorted by relevance

/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp1028 int index, origIndex; in writeMapFile() local
1038 if ( m_LabelList.getFirst( &origIndex, &label ) ) { in writeMapFile()
1042 while (m_LabelList.getNext( &origIndex, &label ) ) { in writeMapFile()
1050 if ( m_LabelList.getFirst( &origIndex, &label ) ) { in writeMapFile()
1061 } while (m_LabelList.getNext( &origIndex, &label ) ); in writeMapFile()
1070 if ( m_LabelList.getFirst( &origIndex, &label ) ) { in writeMapFile()
1074 while (m_LabelList.getNext( &origIndex, &label ) ) { in writeMapFile()
1086 m_LabelList.getIndex( label, &origIndex ); in writeMapFile()
1087 if (m_RuleScope.getValue(origIndex, &scope) ) in writeMapFile()
1167 int index=0, origIndex; in sortLabels() local
[all …]
Dnetw_dump.cpp34 int origIndex, sortedIndex; in RemapForSortedOutput() local
37 origIndex= arc[ii]->GetInput(); in RemapForSortedOutput()
38 if (origIndex >= 0 && p_Doc.findSortedLabelIndex (origIndex, sortedIndex )) in RemapForSortedOutput()
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java1140 int origIndex = index * 2; in makeForwarder() local
1146 callFind2Methods(code, meth.getName(), delegatorName, origIndex, desc, arrayVar); in makeForwarder()
1153 code.addIconst(origIndex); in makeForwarder()
/external/skia/src/pathops/
DSkOpSegment.cpp3840 int origIndex = *indexPtr; in nextChase() local
3842 int end = nextExactSpan(origIndex, step); in nextChase()
3879 int origMin = origIndex + (step < 0 ? step : 0); in nextChase()
/external/chromium_org/third_party/skia/src/pathops/
DSkOpSegment.cpp3925 int origIndex = *indexPtr; in nextChase() local
3927 int end = nextExactSpan(origIndex, step); in nextChase()
3970 int origMin = origIndex + (step < 0 ? step : 0); in nextChase()