HomeSort by: relevance | last modified time | path
    Searched refs:IS_RLE (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c 2295 #define IS_RLE BIT1
2486 case IS_RLE:
zstd_v02.c 2655 #define IS_RLE BIT1
2846 case IS_RLE:
zstd_v04.c 307 #define IS_RLE BIT1
2616 case IS_RLE:
zstd_v05.c 412 #define IS_RLE 3
2700 size : 5 bits: (IS_RLE<<6) + (0<<4) + size
2701 12 bits: (IS_RLE<<6) + (2<<4) + (size>>8)
2703 20 bits: (IS_RLE<<6) + (3<<4) + (size>>16)
2915 case IS_RLE:
zstd_v06.c 431 #define IS_RLE 3
2874 size : 5 bits: (IS_RLE<<6) + (0<<4) + size
2875 12 bits: (IS_RLE<<6) + (2<<4) + (size>>8)
2877 20 bits: (IS_RLE<<6) + (3<<4) + (size>>16)
3099 case IS_RLE:

Completed in 146 milliseconds