Searched refs:lws_xos (Results 1 – 7 of 7) sorted by relevance
37 lws_xos(struct lws_xos *xos) in lws_xos() function68 lws_xos_init(struct lws_xos *xos, uint64_t seed) in lws_xos_init()77 lws_xos_percent(struct lws_xos *xos, int percent) in lws_xos_percent()79 return (int)(lws_xos(xos) % 100) < percent; in lws_xos_percent()
27 typedef struct lws_xos { struct40 lws_xos_init(struct lws_xos *xos, uint64_t seed); argument52 lws_xos(struct lws_xos *xos);65 lws_xos_percent(struct lws_xos *xos, int percent);89 struct lws_xos xos;
264 budget = (unsigned int)(lws_xos(&xos) % 4000) + 4000; in test5()285 size = (size_t)((lws_xos(&xos) & 127) + 1); in test5()294 size = (size_t)((lws_xos(&xos) & 127) + 1); in test5()
110 *result = pv->fi.pre + (lws_xos((lws_xos_t *)&fic->xos) % d); in lws_fi_range()181 lws_xos_init(&fic_dest->xos, lws_xos((lws_xos_t *)&fic_src->xos)); in lws_fi_import()
968 lws_xos_init(&temp_fic.xos, lws_xos(&context->fic.xos)); in lws_ss_create()1058 lws_xos_init(&h->fic.xos, lws_xos(&context->fic.xos)); in lws_ss_create()
643 lws_xos_init(&h->fic.xos, lws_xos(&context->fic.xos)); in lws_sspc_create()
329 lws_xos_init(&wsi->fic.xos, lws_xos(&context->fic.xos)); in __lws_wsi_create_with_role()