FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | zvec_coding_info_t |
Macros | |
#define | zvec_coding_from_histogram(h, count_field, len, max_value_to_encode, zc) |
Typedefs | |
typedef u32 | zvec_histogram_count_t |
Functions | |
uword | zvec_encode (uword coding, uword data, uword *n_result_bits) |
uword | zvec_decode (uword coding, uword zdata, uword *n_zdata_bits) |
static uword | zvec_signed_to_unsigned (word s) |
static word | zvec_unsigned_to_signed (uword u) |
Variables | |
format_function_t | format_zvec_coding |
#define zvec_coding_from_histogram | ( | h, | |
count_field, | |||
len, | |||
max_value_to_encode, | |||
zc | |||
) |
typedef u32 zvec_histogram_count_t |
format_function_t format_zvec_coding |