Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-logs.h53 #define LLL_COUNT (12) /* set to count of valid flags */ macro
208 #define _LWS_LINIT ((1 << LLL_COUNT) - 1)
/third_party/libwebsockets/lib/core/
Dlogs.c227 for (n = 0; n < LLL_COUNT; n++) { in lwsl_timestamp()