Home
last modified time | relevance | path

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

/Zephyr-latest/samples/kernel/metairq_dispatch/src/
Dmsgdev.c36 static uint32_t rand32(void) in rand32() function
62 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()
/Zephyr-latest/lib/heap/
Dheap_stress.c32 static uint32_t rand32(void) in rand32() function
74 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()
/Zephyr-latest/tests/subsys/random/rng/
DCMakeLists.txt5 project(rand32) project
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst430 * Random API header ``<zephyr/random/rand32.h>`` is deprecated in favor of
Drelease-notes-1.13.rst378 * :github:`9356` - Test tests/crypto/rand32 hangs on nrf51_pca10028
573 * :github:`8199` - Tests: Crypto: rand32 faults on nrf51_pca10028 and nrf52_pca10040
Drelease-notes-1.14.rst1114 * :github:`15380` - USAGE FAULT on tests/crypto/rand32/ on sam_e70_xplained
1367 * :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
Drelease-notes-2.0.rst1355 * :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
Drelease-notes-4.0.rst98 ``include/zephyr/random/rand32.h``. ``random.h`` needs to be included now.
Drelease-notes-2.3.rst1311 * :github:`19813` - tests/crypto/rand32 failed on sam_e70 board on v1.14 branch.
Drelease-notes-3.3.rst2888 * :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)