FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vector.h File Reference
+ Include dependency graph for vector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CLIB_VECTOR_WORD_BITS   64
 
#define VECTOR_WORD_TYPE(t)   t##x
 
#define VECTOR_WORD_TYPE_LEN(t)   (sizeof (VECTOR_WORD_TYPE(t)) / sizeof (t))
 

Macro Definition Documentation

#define CLIB_VECTOR_WORD_BITS   64

Definition at line 124 of file vector.h.

#define VECTOR_WORD_TYPE (   t)    t##x

Definition at line 152 of file vector.h.

#define VECTOR_WORD_TYPE_LEN (   t)    (sizeof (VECTOR_WORD_TYPE(t)) / sizeof (t))

Definition at line 153 of file vector.h.