Searched refs:rand32 (Results 1 – 10 of 10) sorted by relevance
36 static uint32_t rand32(void) in rand32() function62 m.target = rand32() % NUM_THREADS; in dev_timer_expired()63 m.proc_cyc = rand32() % max_duty_cyc; in dev_timer_expired()78 uint32_t ticks = rand32() % MAX_EVENT_DELAY_TICKS; in timeout_reset()
32 static uint32_t rand32(void) in rand32() function74 return rand32() > free_chance; in rand_alloc_choice()88 int scale = 4 + __builtin_clz(rand32()); in rand_alloc_size()90 return rand32() & BIT_MASK(scale); in rand_alloc_size()96 return rand32() % sr->blocks_alloced; in rand_free_choice()
5 project(rand32) project
430 * Random API header ``<zephyr/random/rand32.h>`` is deprecated in favor of
378 * :github:`9356` - Test tests/crypto/rand32 hangs on nrf51_pca10028573 * :github:`8199` - Tests: Crypto: rand32 faults on nrf51_pca10028 and nrf52_pca10040
1114 * :github:`15380` - USAGE FAULT on tests/crypto/rand32/ on sam_e70_xplained1367 * :github:`14244` - tests/crypto/rand32/testcase.yaml#crypto.rand32.random_hw_xoroshiro.rand32: Not…1513 * :github:`13655` - mimxrt1050_evk test/crypto/rand32 meets Kernel Panic
1355 * :github:`13935` - tests/crypto/rand32/crypto.rand32.random_hw_xoroshiro: Usage fault "Fatal fault…1408 * :github:`10915` - ESP 32 failed to boot while running crypto/rand32 tests
98 ``include/zephyr/random/rand32.h``. ``random.h`` needs to be included now.
1311 * :github:`19813` - tests/crypto/rand32 failed on sam_e70 board on v1.14 branch.
2888 * :github:`54540` - psa_crypto variants of drivers/entropy/api and crypto/rand32 tests fail to buil…3123 * :github:`53035` - tests-ci : crypto: rand32: random_ctr_drbg test No Console Output(Timeout)