Home
last modified time | relevance | path

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

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