Searched refs:roundupToBytes (Results 1 – 2 of 2) sorted by relevance
178 BTFType.Size = roundupToBytes(SizeInBits); in BTFTypeInt()200 BTFType.Size = roundupToBytes(ETy->getSizeInBits()); in BTFTypeEnum()239 BTFType.Size = roundupToBytes(ETy->getSizeInBits()); in BTFTypeEnum64()312 BTFType.Size = roundupToBytes(STy->getSizeInBits()); in BTFTypeStruct()500 BTFType.Size = roundupToBytes(SizeInBits); in BTFTypeFloat()
51 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes() function