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