Home
last modified time | relevance | path

Searched defs:LWS_ALIGN_TO (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/include/
H A Dlibwebsockets.h369 #define LWS_ALIGN_TO(x, bou) x += ((bou) - ((x) % (bou))) % (bou) macro

Completed in 2 milliseconds