Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dfailing-alloc.c31 static int fastrand () in fastrand() function
41 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()
/third_party/libuv/test/
Dbenchmark-queue-work.c29 static unsigned fastrand(void) { in fastrand() function
37 *(unsigned*)req->data = fastrand(); in work_cb()
Dbenchmark-million-async.c36 static unsigned fastrand(void) { in fastrand() function
47 i = fastrand() % ARRAY_SIZE(container->async_handles); in thread_cb()
/third_party/rust/crates/bindgen/
DCargo.lock246 name = "fastrand"
697 "fastrand",