Searched refs:LZ4IO_blockLinked (Results 1 – 2 of 2) sorted by relevance
67 typedef enum { LZ4IO_blockLinked=0, LZ4IO_blockIndependent} LZ4IO_blockMode_t; enumerator
379 case 'D': LZ4IO_setBlockMode(LZ4IO_blockLinked); argument++; break; in main()