Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Drotatingtree.c11 static unsigned int random_value = 1; variable
19 random_value *= 1082527; in randombits()
20 random_stream = random_value; in randombits()