Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm64/
H A Dvm_mte_compress.c107 static const uint16_t cmd_to_count[16] = { variable
224 uint32_t consume_count = cmd_to_count[cmd]; // how many more tags to output? in vm_mte_rle_compress_tags()
252 uint32_t consumed_count = cmd_to_count[cmd]; in vm_mte_rle_compress_tags()
360 int32_t nonrpt_i = cmd_to_count[cmd] - 1; // number of tags we still need to read in vm_mte_rle_decompress_tags()
373 uint32_t repeat = cmd_to_count[cmd]; in vm_mte_rle_decompress_tags()
432 int32_t nonrpt_i = cmd_to_count[cmd] - 1; // number of tags we still need to read in vm_mte_rle_comp_histogram()