Home
last modified time | relevance | path

Searched refs:begIx (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_supp.cpp51 void SubGraph::SortLanguageAtIndices (int begIx, int endIx) in SortLanguageAtIndices() argument
56 if (begIx < 0) in SortLanguageAtIndices()
57 begIx= 0; in SortLanguageAtIndices()
61 if (endIx <= begIx) in SortLanguageAtIndices()
67 for (ii= begIx; ii < endIx; ii++) in SortLanguageAtIndices()
131 void SubGraph::SortLanguageAtSortIndices (int begIx, int endIx) in SortLanguageAtSortIndices() argument
136 if (begIx < 0) in SortLanguageAtSortIndices()
137 begIx= 0; in SortLanguageAtSortIndices()
141 if (endIx <= begIx) in SortLanguageAtSortIndices()
465 void SubGraph::SortLanguageAtIndicesForMin (int begIx, int endIx) in SortLanguageAtIndicesForMin() argument
[all …]
Dsub_grph.h255 void SortLanguageAtIndices (int begIx, int endIx);
256 void SortLanguageAtIndicesForMin (int begIx, int endIx);
257 void SortLanguageAtSortIndices (int begIx, int endIx);