Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
command.c File Reference
#include "./command.h"
#include <brotli/types.h>

Variables

const uint32_t kBrotliInsBase [BROTLI_NUM_INS_COPY_CODES]
 
const uint32_t kBrotliInsExtra [BROTLI_NUM_INS_COPY_CODES]
 
const uint32_t kBrotliCopyBase [BROTLI_NUM_INS_COPY_CODES]
 
const uint32_t kBrotliCopyExtra [BROTLI_NUM_INS_COPY_CODES]
 

Variable Documentation

◆ kBrotliCopyBase

const uint32_t kBrotliCopyBase[BROTLI_NUM_INS_COPY_CODES]
Initial value:
= {
2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 18,
22, 30, 38, 54, 70, 102, 134, 198, 326, 582, 1094, 2118}

◆ kBrotliCopyExtra

const uint32_t kBrotliCopyExtra[BROTLI_NUM_INS_COPY_CODES]
Initial value:
= {
0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 10, 24}

◆ kBrotliInsBase

const uint32_t kBrotliInsBase[BROTLI_NUM_INS_COPY_CODES]
Initial value:
= {
0, 1, 2, 3, 4, 5, 6, 8, 10, 14, 18, 26,
34, 50, 66, 98, 130, 194, 322, 578, 1090, 2114, 6210, 22594}

◆ kBrotliInsExtra

const uint32_t kBrotliInsExtra[BROTLI_NUM_INS_COPY_CODES]
Initial value:
= {
0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 10, 12, 14, 24}