Home
last modified time | relevance | path

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

/mcuboot-latest/samples/compression_test/
Dindependent_cmp.c85 uint8_t *unlzma_buf = (uint8_t *)malloc(unlzma_size); in main() local
93 rc = pread(unlzma_fd, unlzma_buf, unlzma_size, 0); in main()
99 if (app_buf[i] != unlzma_buf[i]) { in main()