Searched refs:subparamLengthBits (Results 1 – 1 of 1) sorted by relevance
728 int subparamLengthBits = (53 + (categoryNameLength * 7)); in testServiceCategoryProgramDataAddCategory() local729 int subparamLengthBytes = (subparamLengthBits + 7) / 8; in testServiceCategoryProgramDataAddCategory()730 int subparamPadBits = (subparamLengthBytes * 8) - subparamLengthBits; in testServiceCategoryProgramDataAddCategory()773 int subparamLengthBits = (101 + (category1NameLength * 7) + (category2NameLength * 7)); in testServiceCategoryProgramDataDeleteTwoCategories() local774 int subparamLengthBytes = (subparamLengthBits + 7) / 8; in testServiceCategoryProgramDataDeleteTwoCategories()775 int subparamPadBits = (subparamLengthBytes * 8) - subparamLengthBits; in testServiceCategoryProgramDataDeleteTwoCategories()