Searched refs:convStart (Results 1 – 2 of 2) sorted by relevance
662 int convStart = (tagNum) * gConverterList.length; in findTaggedConverterNum() local664 for (idx = convStart; idx < convLimit; idx++) { in findTaggedConverterNum()667 return idx - convStart; in findTaggedConverterNum()
720 uint32_t convStart = (tagNum)*gMainTable.converterListSize; in findTaggedConverterNum() local722 for (idx = convStart; idx < convLimit; idx++) { in findTaggedConverterNum()725 return idx-convStart; in findTaggedConverterNum()