Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/pta/tests/
A Dfs_htree.c471 struct test_aux aux2 = *aux; in test_corrupt_type() local
481 aux2.data = malloc(aux->data_alloced); in test_corrupt_type()
482 if (!aux2.data) in test_corrupt_type()
487 memcpy(aux2.data, aux->data, aux->data_len); in test_corrupt_type()
491 aux2.data[offs + n]++; in test_corrupt_type()
494 aux2.data[offs + n]++; in test_corrupt_type()
502 &aux2, &ht); in test_corrupt_type()
548 free(aux2.data); in test_corrupt_type()

Completed in 4 milliseconds