Lines Matching refs:run_screaming
88 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..… 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..… in bench()
160 …run_screaming("Couldn't run LZ4_compress_fast_extState()... error code received is in exit code.",… in bench()
162 …run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst..… in bench()
193 … run_screaming("Couldn't run LZ4_decompress_safe()... error code received is in exit code.", rv); in bench()
195 …run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst..… in bench()
206 … run_screaming("Couldn't run LZ4_decompress_fast()... error code received is in exit code.", rv); in bench()
208 …run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst..… in bench()
215 run_screaming("The test specified isn't valid. Please check your code.", 1); in bench()
256 run_screaming("Couldn't allocate memory for the destination buffers. Sad :(", 1); in main()
261 …run_screaming("Couldn't create a known-good destination buffer for comparison... this is bad.", 1); in main()
265 …run_screaming("Couldn't create a known-good (highly compressible) destination buffer for compariso… in main()
277 …run_screaming("Failed to compress src using LZ4_compress_fast. echo $? for return code.", bytes_r… in main()
279 …run_screaming("According to memcmp(), the value we got in dst from LZ4_compress_fast doesn't match… in main()
287 …run_screaming("Failed to compress src using LZ4_compress_fast_extState. echo $? for return code."… in main()
289 …run_screaming("According to memcmp(), the value we got in dst from LZ4_compress_fast_extState does… in main()