Searched refs:stride (Results 1 – 2 of 2) sorted by relevance
41 size_t stride; in uv__random_getentropy() local49 for (pos = 0, stride = 256; pos + stride < buflen; pos += stride) in uv__random_getentropy()50 if (uv__getentropy((char *) buf + pos, stride)) in uv__random_getentropy()
33 (ci)->stride = sizeof((what)[0]); \40 unsigned stride; member171 req = (uv_req_t*) ((char*) ci->reqs + i * ci->stride); in timer_cb()
Completed in 10 milliseconds