Home
last modified time | relevance | path

Searched defs:buf_length (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/
Df16.c24 size_t buf_length; in test_arm_cmplx_conj_f16() local
159 size_t buf_length; in test_arm_cmplx_mult_cmplx_f16() local
199 size_t buf_length; in test_arm_cmplx_mult_real_f16() local
Df32.c24 size_t buf_length; in test_arm_cmplx_conj_f32() local
159 size_t buf_length; in test_arm_cmplx_mult_cmplx_f32() local
199 size_t buf_length; in test_arm_cmplx_mult_real_f32() local
Dq31.c25 size_t buf_length; in test_arm_cmplx_conj_q31() local
151 size_t buf_length; in test_arm_cmplx_mult_cmplx_q31() local
189 size_t buf_length; in test_arm_cmplx_mult_real_q31() local
Dq15.c26 size_t buf_length; in test_arm_cmplx_conj_q15() local
152 size_t buf_length; in test_arm_cmplx_mult_cmplx_q15() local
190 size_t buf_length; in test_arm_cmplx_mult_real_q15() local
/Zephyr-latest/drivers/i2c/
Di2c_shell.c195 uint8_t *buf, uint8_t buf_length) in i2c_read_to_buffer()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_registry.c495 static bool lwm2m_validate_time_resource_lenghts(uint16_t resource_length, uint16_t buf_length) in lwm2m_validate_time_resource_lenghts()
508 static int lwm2m_check_buf_sizes(uint8_t data_type, uint16_t resource_length, uint16_t buf_length) in lwm2m_check_buf_sizes()
/Zephyr-latest/drivers/i3c/
Di3c_shell.c418 char *s_reg_addr, uint8_t *buf, uint8_t buf_length) in i3c_read_to_buffer()