Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ex/
H A Dprofile.c105 ULONG Log2 = 0; in NtCreateProfile() local
127 while (BucketSize >>= 1) Log2++; in NtCreateProfile()
128 BucketSize += Log2 + 1; in NtCreateProfile()