FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | clib_bitmap_dup(v) vec_dup(v) |
#define | clib_bitmap_free(v) vec_free(v) |
#define | clib_bitmap_bytes(v) vec_bytes(v) |
#define | clib_bitmap_zero(v) vec_zero(v) |
#define | clib_bitmap_alloc(v, n_bits) v = vec_new (uword, ((n_bits) + BITS (uword) - 1) / BITS (uword)) |
Functions | |
static uword | cgn_clib_bitmap_set_no_check (uword *a, uword i) |
static uword | cgn_clib_bitmap_clear_no_check (uword *a, uword i) |
static uword | cgn_clib_bitmap_get_bits (uword *ai, u16 start, unsigned char num_bits) |
static uword | cgn_clib_bitmap_check_if_all (uword *ai, u16 start, i16 num_bits) |
#define clib_bitmap_alloc | ( | v, | |
n_bits | |||
) | v = vec_new (uword, ((n_bits) + BITS (uword) - 1) / BITS (uword)) |
Definition at line 61 of file cgn_bitmap.h.
Definition at line 57 of file cgn_bitmap.h.
Definition at line 55 of file cgn_bitmap.h.
Definition at line 56 of file cgn_bitmap.h.
Definition at line 58 of file cgn_bitmap.h.
Definition at line 110 of file cgn_bitmap.h.