Searched refs:expect_case (Results 1 – 1 of 1) sorted by relevance
112 test_compress_decompress_eq(const uint8_t *buf, const char *desc, int expect_case) in test_compress_decompress_eq() argument116 if ((expect_case == CASE_NON_COMP && compressed_size != C_MTE_SIZE) || in test_compress_decompress_eq()117 (expect_case == CASE_SINGLE_TAG && compressed_size <= C_MTE_SIZE) || in test_compress_decompress_eq()118 (expect_case == CASE_NORMAL && compressed_size >= C_MTE_SIZE)) { in test_compress_decompress_eq()