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

/vbox/src/VBox/Storage/testcase/
H A DtstVD.cpp331 uint32_t u32Range = u32Last - u32First + 1; local
332 uint32_t u32Scale = UINT32_MAX / u32Range;
337 } while (u32Tmp >= u32Range);

Completed in 33 milliseconds