Home
last modified time | relevance | path

Searched refs:_LWS_PAD_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-write.h35 #define _LWS_PAD_SIZE 16 /* Intel recommended for best performance */ macro
37 #define _LWS_PAD_SIZE LWS_SIZEOFPTR /* Size of a pointer on the target arch */ macro
39 #define _LWS_PAD(n) (((n) % _LWS_PAD_SIZE) ? \
40 ((n) + (_LWS_PAD_SIZE - ((n) % _LWS_PAD_SIZE))) : (n))