Searched refs:tryshift (Results 1 – 1 of 1) sorted by relevance
109 int tryshift; in libc_mktemps() local156 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()