Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Darm_mte_compress.c931 …uint8_t *copy_buf = (uint8_t *)malloc(bufsize); // will hold a copy of the data for comparing afte… in test_pattern() local
938 memcpy(copy_buf, buf, bufsize); // make a copy for later comparison in test_pattern()
946 tag_pattern_read_verify(&t, copy_buf); in test_pattern()
963 tag_pattern_read_verify(&t, copy_buf); in test_pattern()