Home
last modified time | relevance | path

Searched refs:run_screaming (Results 1 - 2 of 2) sorted by relevance

/third_party/lz4/examples/
H A Dcompress_functions.c89 void run_screaming(const char *message, const int code) { in run_screaming() function
100 run_screaming(message, 1); in usage()
134 run_screaming("Couldn't run LZ4_compress_default()... error code received is in exit code.", rv); in bench()
136 run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst... ruh roh.", 1); in bench()
147 run_screaming("Couldn't run LZ4_compress_fast()... error code received is in exit code.", rv); in bench()
149 run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst... ruh roh.", 1); in bench()
160 run_screaming("Couldn't run LZ4_compress_fast_extState()... error code received is in exit code.", rv); in bench()
162 run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst... ruh roh.", 1); in bench()
178 // run_screaming("Couldn't run LZ4_compress_generic()... error code received is in exit code.", rv); in bench()
180 // run_screaming("Accordin in bench()
[all...]
H A Dsimple_buffer.c19 void run_screaming(const char* message, const int code) { in run_screaming() function
49 run_screaming("Failed to allocate memory for *compressed_data.", 1); in main()
56 run_screaming("A 0 or negative result from LZ4_compress_default() indicates a failure trying to compress the data. ", 1); in main()
64 run_screaming("Failed to re-alloc memory for compressed_data. Sad :(", 1); in main()
78 run_screaming("Failed to allocate memory for *regen_buffer.", 1); in main()
85 run_screaming("A negative result from LZ4_decompress_safe indicates a failure trying to decompress the data. See exit code (echo $?) for value returned.", decompressed_size); in main()
91 run_screaming("Decompressed data is different from original! \n", 1); in main()
96 run_screaming("Validation failed. *src and *new_src are not identical.", 1); in main()

Completed in 2 milliseconds