HUF_flags_suspectUncompressible
if ((flags & HUF_flags_suspectUncompressible) && srcSize >= (SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE * SUSPECT_INCOMPRESSIBLE_SAMPLE_RATIO)) {
| (suspectUncompressible ? HUF_flags_suspectUncompressible : 0);