#if !defined(_entcode_H) # define _entcode_H (1) # include # include "ecintrin.h" typedef unsigned ec_uint32; typedef unsigned long long ec_uint64; typedef struct ec_byte_buffer ec_byte_buffer; /*The number of bits to code at a time when coding bits directly.*/ # define EC_UNIT_BITS (8) /*The mask for the given bits.*/ # define EC_UNIT_MASK ((1U<