Searched refs:_LWS_PAD_SIZE (Results 1 – 1 of 1) sorted by relevance
35 #define _LWS_PAD_SIZE 16 /* Intel recommended for best performance */ macro37 #define _LWS_PAD_SIZE LWS_SIZEOFPTR /* Size of a pointer on the target arch */ macro39 #define _LWS_PAD(n) (((n) % _LWS_PAD_SIZE) ? \40 ((n) + (_LWS_PAD_SIZE - ((n) % _LWS_PAD_SIZE))) : (n))