Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
Dmain.c282 if (lws_xos_percent(&xos, 60)) { in test5()
291 if (lws_xos_percent(&xos, 80)) { in test5()
300 if (lws_xos_percent(&xos, 40)) { in test5()
309 if (lws_xos_percent(&xos, 30)) { in test5()
/third_party/libwebsockets/lib/misc/
Dprng.c77 lws_xos_percent(struct lws_xos *xos, int percent) in lws_xos_percent() function
/third_party/libwebsockets/include/libwebsockets/
Dlws-fault-injection.h65 lws_xos_percent(struct lws_xos *xos, int percent);
/third_party/libwebsockets/lib/system/fault-injection/
Dfault-injection.c66 if (lws_xos_percent((lws_xos_t *)&fic->xos, (int)pv->fi.pre)) in lws_fi()