Home
last modified time | relevance | path

Searched refs:g_seed (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/drivers/char/random/src/
H A Drandom.c53 static unsigned long g_seed = 1; variable
57 g_seed = (unsigned long)(LOS_CurrNanosec() & 0xffffffff); in RanOpen()
84 temp = DoRand(&g_seed); in RanRead()
/kernel/liteos_a/testsuites/unittest/libc/sys/smoke/
H A Dsys_test_007.cpp34 static unsigned short g_seed = 123; variable
39 unsigned short *pseed = &g_seed; in TestCase()
H A Dsys_test_006.cpp34 static unsigned int g_seed = 123; variable
39 unsigned *pseed = &g_seed; in TestCase()

Completed in 1 milliseconds