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

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1402 typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; typedef in typeref:enum:__anon168
1406 blockType_t blockType;
1474 bpPtr->blockType = (blockType_t)(headerFlags >> 6);
1841 blockType_t bType;
H A Dzstd_v03.c2405 typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; typedef in typeref:enum:__anon204
2409 blockType_t blockType;
2450 blockType_t bType;
2469 bpPtr->blockType = (blockType_t)(headerFlags >> 6);
H A Dzstd_v06.c477 typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; typedef in typeref:enum:__anon250
2817 blockType_t bType; /* used in ZSTDv06_decompressContinue(), to transfer blockType between header decoding and block decoding stages */
3020 blockType_t blockType;
3033 bpPtr->blockType = (blockType_t)((*in) >> 6);
H A Dzstd_v05.c497 typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; typedef in typeref:enum:__anon230
2613 blockType_t blockType;
2656 blockType_t bType; /* used in ZSTDv05_decompressContinue(), to transfer blockType between header decoding and block decoding stages */
2842 bpPtr->blockType = (blockType_t)(headerFlags >> 6);
H A Dzstd_v04.c384 typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; typedef in typeref:enum:__anon213
2468 blockType_t blockType;
2506 blockType_t bType;
2595 bpPtr->blockType = (blockType_t)(headerFlags >> 6);
H A Dzstd_v07.c2715 typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; typedef in typeref:enum:__anon282
2942 blockType_t bType; /* used in ZSTDv07_decompressContinue(), to transfer blockType between header decoding and block decoding stages */
3249 blockType_t blockType;
3262 bpPtr->blockType = (blockType_t)((*in) >> 6);
H A Dzstd_v02.c2764 typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; typedef in typeref:enum:__anon187
2768 blockType_t blockType;
2809 blockType_t bType;
2828 bpPtr->blockType = (blockType_t)(headerFlags >> 6);

Completed in 296 milliseconds