Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h294 #define lws_safe_modulo(_a, _b) ((_b) ? ((_a) % (_b)) : 0) macro

Completed in 4 milliseconds