Lines Matching refs:sti
114 private int stiLineTableIndex(int sti, int jplsLine);
115 private int stiLineNumber(int sti, int lti, int jplsLine);
202 searchOneSourceName(int sti, char *p1) { in searchOneSourceName() argument
203 int fileIndexStart = stratumTable[sti].fileIndex; in searchOneSourceName()
205 int fileIndexEnd = stratumTable[sti+1].fileIndex; in searchOneSourceName()
252 int sti; in convertLineNumberTable() local
258 sti = stratumTableIndex(globalDefaultStratumId); in convertLineNumberTable()
259 if (sti == baseStratumIndex) { in convertLineNumberTable()
265 int lti = stiLineTableIndex(sti, jplsLine); in convertLineNumberTable()
268 int ln = stiLineNumber(sti, lti, jplsLine); in convertLineNumberTable()
697 private int stiLineTableIndex(int sti, int jplsLine) { in stiLineTableIndex() argument
702 lineIndexStart = stratumTable[sti].lineIndex; in stiLineTableIndex()
704 lineIndexEnd = stratumTable[sti+1].lineIndex; in stiLineTableIndex()
714 private int stiLineNumber(int sti, int lti, int jplsLine) { in stiLineNumber() argument
720 private int fileTableIndex(int sti, int fileId) { in fileTableIndex() argument
722 int fileIndexStart = stratumTable[sti].fileIndex; in fileTableIndex()
724 int fileIndexEnd = stratumTable[sti+1].fileIndex; in fileTableIndex()
733 private int stiFileTableIndex(int sti, int lti) { in stiFileTableIndex() argument
734 return fileTableIndex(sti, lineTable[lti].fileId); in stiFileTableIndex()