Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/powerpc/nx-gzip/include/
A Dnxu.h527 #define fc_is_compress(fc) (((fc) & 0x10) == 0) macro
528 #define fc_has_count(fc) (fc_is_compress(fc) && (((fc) & 0x4) != 0))

Completed in 5 milliseconds