FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
static_always_inline void | clib_array_mask_u32 (u32 *src, u32 mask, u32 n_elts) |
Mask array of 32-bit elemments. More... | |
static_always_inline void clib_array_mask_u32 | ( | u32 * | src, |
u32 | mask, | ||
u32 | n_elts | ||
) |
Mask array of 32-bit elemments.
src | source array of u32 elements |
mask | use to mask the values of source array |
n_elts | number of elements in the source array |
Definition at line 18 of file array_mask.h.