Home
last modified time | relevance | path

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

/mcuboot-latest/samples/compression_test/
Dindependent_cmp.c86 uint8_t *app_buf = (uint8_t *)malloc(app_size); in main() local
88 rc = pread(app_fd, app_buf, app_size, 0); in main()
99 if (app_buf[i] != unlzma_buf[i]) { in main()