Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Darm_matrix.c606 uint8_t *d_in = ops->alloc_data(); in dup_and_check_matrix_state() local
608 arc4random_buf(d_in, size); in dup_and_check_matrix_state()
611 ops->load_data(d_in); in dup_and_check_matrix_state()
619 int cmp = memcmp(d_in, d_out, size); in dup_and_check_matrix_state()
621 free(d_in); in dup_and_check_matrix_state()
627 free(d_in); in dup_and_check_matrix_state()