Searched refs:expected_bytes (Results 1 – 2 of 2) sorted by relevance
936 int expected_bytes; in test_bits_to_byte() local938 expected_bytes = (i + 7) / 8; in test_bits_to_byte()942 assert(expected_bytes == bits_to_bytes(i)); in test_bits_to_byte()960 int expected_bytes; in test_pad_to_int32() local962 expected_bytes = ((i + 3) / 4) * 4; in test_pad_to_int32()966 assert(expected_bytes == pad_to_int32(i)); in test_pad_to_int32()973 int expected_bytes = (((i + 3) / 4) * 4) - i; in test_padding_for_int32() local977 assert(padding_for_int32(i) == expected_bytes); in test_padding_for_int32()
407 __le32 expected_bytes; member