Searched defs:tryshift (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmktemp.c109 int tryshift; local
156 if ((tryshift = xcnt * 6 - pidshift) < 0) {
192 max_try = 1 << tryshift;
199 uint64_t num = ((uint64_t)pid << tryshift) + (uint64_t)try;

Completed in 43 milliseconds