Searched refs:wm_rand_seed (Results 1 – 2 of 2) sorted by relevance
303 extern uint32_t wm_rand_seed;310 wm_rand_seed = seed; in OSA_Srand()318 if (wm_rand_seed == -1) in OSA_Rand()320 … wm_rand_seed = (uint32_t)((((uint64_t)wm_rand_seed * 279470273UL) % 4294967291UL) & 0xFFFFFFFFUL); in OSA_Rand()321 return wm_rand_seed; in OSA_Rand()
87 uint32_t wm_rand_seed = -1; variable