/Zephyr-latest/lib/crc/ |
D | crc16_sw.c | 9 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()
|
D | crc7_sw.c | 9 uint8_t crc7_be(uint8_t seed, const uint8_t *src, size_t len) in crc7_be()
|
D | crc4_sw.c | 40 uint8_t crc4_ti(uint8_t seed, const uint8_t *src, size_t len) in crc4_ti()
|
D | crc_shell.c | 76 uint32_t seed = 0; in cmd_crc() local
|
/Zephyr-latest/drivers/entropy/ |
D | fake_entropy_native_bottom.c | 20 void entropy_native_seed(unsigned int seed, bool seed_random) in entropy_native_seed()
|
D | entropy_mcux_rnga.c | 62 uint32_t seed = k_cycle_get_32(); in entropy_mcux_rnga_init() local
|
D | fake_entropy_native_posix.c | 28 static unsigned int seed = 0x5678; variable
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | rand.c | 14 int rand_r(unsigned int *seed) in rand_r()
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_device.py | 56 def test_seed(self, capfd, out_path, seed): argument
|
D | test_shuffle.py | 53 def test_shuffle_tests(self, out_path, seed, ratio, expected_order): argument
|
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/src/ |
D | frag_encoder.c | 36 static int32_t prbs23(int32_t seed) in prbs23()
|
/Zephyr-latest/include/zephyr/sys/ |
D | crc.h | 389 uint32_t seed, uint32_t poly, bool reflect, bool first, in crc_by_type()
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_host_trampolines.c | 64 void nsi_host_srandom(unsigned int seed) in nsi_host_srandom()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_sar.c | 176 static void array_random_fill(uint8_t array[], uint16_t len, int seed) in array_random_fill()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | w1.h | 706 static inline uint16_t w1_crc16(const uint16_t seed, const uint8_t *src, in w1_crc16()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testplan.py | 813 seed, argument
|
D | test_handlers.py | 439 seed, argument
|
D | test_runner.py | 2303 seed, argument
|