Searched refs:convStart (Results 1 – 2 of 2) sorted by relevance
665 int convStart = (tagNum) * gConverterList.length; in findTaggedConverterNum() local667 for (idx = convStart; idx < convLimit; idx++) { in findTaggedConverterNum()670 return idx - convStart; in findTaggedConverterNum()
717 uint32_t convStart = (tagNum)*gMainTable.converterListSize; in findTaggedConverterNum() local719 for (idx = convStart; idx < convLimit; idx++) { in findTaggedConverterNum()722 return idx-convStart; in findTaggedConverterNum()