Searched refs:subparamLengthBits (Results 1 – 1 of 1) sorted by relevance
830 int subparamLengthBits = (53 + (categoryNameLength * 7)); in testServiceCategoryProgramDataAddCategory() local831 int subparamLengthBytes = (subparamLengthBits + 7) / 8; in testServiceCategoryProgramDataAddCategory()832 int subparamPadBits = (subparamLengthBytes * 8) - subparamLengthBits; in testServiceCategoryProgramDataAddCategory()875 int subparamLengthBits = (101 + (category1NameLength * 7) + (category2NameLength * 7)); in testServiceCategoryProgramDataDeleteTwoCategories() local876 int subparamLengthBytes = (subparamLengthBits + 7) / 8; in testServiceCategoryProgramDataDeleteTwoCategories()877 int subparamPadBits = (subparamLengthBytes * 8) - subparamLengthBits; in testServiceCategoryProgramDataDeleteTwoCategories()