Home
last modified time | relevance | path

Searched refs:expect_case (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/
H A Darm_mte_compress.c112 test_compress_decompress_eq(const uint8_t *buf, const char *desc, int expect_case) in test_compress_decompress_eq() argument
116 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()