Home
last modified time | relevance | path

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

/u-boot/test/
A Dcompression.c312 void *compare_buf; member
354 memset(buf->compare_buf, 'A', TEST_BUFFER_SIZE); in run_test_internal()
356 buf->compare_buf, buf->compressed_size - 1, in run_test_internal()
358 errcheck(((char *)buf->compare_buf)[buf->compressed_size] == 'A'); in run_test_internal()
363 memset(buf->compare_buf, 'A', TEST_BUFFER_SIZE); in run_test_internal()
365 buf->compare_buf, buf->uncompressed_size - 1, in run_test_internal()
367 errcheck(((char *)buf->compare_buf)[buf->uncompressed_size - 1] == 'A'); in run_test_internal()
396 buf->compare_buf = malloc(buf->uncompressed_size); in run_test()
397 errcheck(buf->compare_buf); in run_test()
403 free(buf->compare_buf); in run_test()

Completed in 4 milliseconds