• Home
  • Raw
  • Download

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()
134run_screaming("Couldn't run LZ4_compress_default()... error code received is in exit code.", rv); in bench()
136run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst..… in bench()
147run_screaming("Couldn't run LZ4_compress_fast()... error code received is in exit code.", rv); in bench()
149run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst..… in bench()
160run_screaming("Couldn't run LZ4_compress_fast_extState()... error code received is in exit code.",… in bench()
162run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst..… in bench()
193run_screaming("Couldn't run LZ4_decompress_safe()... error code received is in exit code.", rv); in bench()
195run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst..… in bench()
206run_screaming("Couldn't run LZ4_decompress_fast()... error code received is in exit code.", rv); in bench()
208run_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()
261run_screaming("Couldn't create a known-good destination buffer for comparison... this is bad.", 1); in main()
265run_screaming("Couldn't create a known-good (highly compressible) destination buffer for compariso… in main()
277run_screaming("Failed to compress src using LZ4_compress_fast. echo $? for return code.", bytes_r… in main()
279run_screaming("According to memcmp(), the value we got in dst from LZ4_compress_fast doesn't match… in main()
287run_screaming("Failed to compress src using LZ4_compress_fast_extState. echo $? for return code."… in main()
289run_screaming("According to memcmp(), the value we got in dst from LZ4_compress_fast_extState does… in main()