FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
array_mask.h File Reference
+ Include dependency graph for array_mask.h:

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...
 

Function Documentation

◆ clib_array_mask_u32()

static_always_inline void clib_array_mask_u32 ( u32 src,
u32  mask,
u32  n_elts 
)

Mask array of 32-bit elemments.

Parameters
srcsource array of u32 elements
maskuse to mask the values of source array
n_eltsnumber of elements in the source array
Returns
masked values are return in source array

Definition at line 18 of file array_mask.h.

+ Here is the call graph for this function: