Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dxzcat.c2343 #define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) macro
2741 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()
2978 else if (IS_CRC64(s->check_type)) { in dec_main()

Completed in 4 milliseconds