Searched refs:fastrand (Results 1 – 4 of 4) sorted by relevance
31 static int fastrand () in fastrand() function41 return (fastrand () % 16) ? malloc (size) : NULL; in hb_malloc_impl()46 return (fastrand () % 16) ? calloc (nmemb, size) : NULL; in hb_calloc_impl()51 return (fastrand () % 16) ? realloc (ptr, size) : NULL; in hb_realloc_impl()
29 static unsigned fastrand(void) { in fastrand() function37 *(unsigned*)req->data = fastrand(); in work_cb()
36 static unsigned fastrand(void) { in fastrand() function47 i = fastrand() % ARRAY_SIZE(container->async_handles); in thread_cb()
246 name = "fastrand"697 "fastrand",