Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
H A Dfs_htree.c474 struct test_aux aux2 = *aux; in test_corrupt_type() local
484 aux2.data = malloc(aux->data_alloced); in test_corrupt_type()
485 if (!aux2.data) in test_corrupt_type()
490 memcpy(aux2.data, aux->data, aux->data_len); in test_corrupt_type()
494 aux2.data[offs + n]++; in test_corrupt_type()
497 aux2.data[offs + n]++; in test_corrupt_type()
505 &aux2, &ht); in test_corrupt_type()
551 free(aux2.data); in test_corrupt_type()