Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/gwp_asan/
Dgwp_asan.c45 static uint8_t previous_random_value = 0; variable
155 random_value = previous_random_value + 1; in should_sample_process()
156 previous_random_value = random_value; in should_sample_process()