Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/
Dhardware_sync_spin_lock_test.c82 uint lock_index = xrand_next(&state) & lock_index_mask; in counter_test_per_core()
88 busy_wait_at_least_cycles(xrand_next(&state) & 0xffu); in counter_test_per_core()
101 uint lock_index = xrand_next(&state) & lock_index_mask; in counter_try_test_per_core()
109 busy_wait_at_least_cycles(xrand_next(&state) & 0xffu); in counter_try_test_per_core()
/hal_rpi_pico-latest/test/pico_test/include/pico/test/
Dxrand.h50 static inline uint64_t xrand_next(xrand_state_t *s) { in xrand_next() function
78 xrand_next(s); in xrand_jump()