Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/lib/crc/
Dcrc16_sw.c9 uint16_t crc16(uint16_t poly, uint16_t seed, const uint8_t *src, size_t len) in crc16()
30 uint16_t crc16_reflect(uint16_t poly, uint16_t seed, const uint8_t *src, size_t len) in crc16_reflect()
52 uint16_t crc16_ccitt(uint16_t seed, const uint8_t *src, size_t len) in crc16_ccitt()
66 uint16_t crc16_itu_t(uint16_t seed, const uint8_t *src, size_t len) in crc16_itu_t()
Dcrc7_sw.c9 uint8_t crc7_be(uint8_t seed, const uint8_t *src, size_t len) in crc7_be()
Dcrc4_sw.c40 uint8_t crc4_ti(uint8_t seed, const uint8_t *src, size_t len) in crc4_ti()
Dcrc_shell.c76 uint32_t seed = 0; in cmd_crc() local
/Zephyr-latest/drivers/entropy/
Dfake_entropy_native_bottom.c20 void entropy_native_seed(unsigned int seed, bool seed_random) in entropy_native_seed()
Dentropy_mcux_rnga.c62 uint32_t seed = k_cycle_get_32(); in entropy_mcux_rnga_init() local
Dfake_entropy_native_posix.c28 static unsigned int seed = 0x5678; variable
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Drand.c14 int rand_r(unsigned int *seed) in rand_r()
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_device.py56 def test_seed(self, capfd, out_path, seed): argument
Dtest_shuffle.py53 def test_shuffle_tests(self, out_path, seed, ratio, expected_order): argument
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/src/
Dfrag_encoder.c36 static int32_t prbs23(int32_t seed) in prbs23()
/Zephyr-latest/include/zephyr/sys/
Dcrc.h389 uint32_t seed, uint32_t poly, bool reflect, bool first, in crc_by_type()
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_host_trampolines.c64 void nsi_host_srandom(unsigned int seed) in nsi_host_srandom()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_sar.c176 static void array_random_fill(uint8_t array[], uint16_t len, int seed) in array_random_fill()
/Zephyr-latest/include/zephyr/drivers/
Dw1.h706 static inline uint16_t w1_crc16(const uint16_t seed, const uint8_t *src, in w1_crc16()
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py813 seed, argument
Dtest_handlers.py439 seed, argument
Dtest_runner.py2303 seed, argument