/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | binary_f32.c | 27 const uint32_t *ref, size_t length) in test_op2() 118 const uint32_t *ref, size_t length) in test_op2c()
|
D | binary_q31.c | 27 const q31_t *ref, size_t length) in test_op2() 116 const q31_t *ref, size_t length) in test_op2c()
|
D | binary_f16.c | 27 const uint16_t *ref, size_t length) in test_op2() 118 const uint16_t *ref, size_t length) in test_op2c()
|
D | binary_q15.c | 29 const q15_t *ref, size_t length) in test_op2() 124 const q15_t *ref, size_t length) in test_op2c()
|
D | unary_f32.c | 38 static void test_op2(int op, const uint32_t *ref, size_t length) in test_op2() 127 static void test_op1(int op, const uint32_t *ref, size_t length, in test_op1() 271 static void test_op2v(int op, const uint32_t *ref, size_t length) in test_op2v() 342 static void test_op1c(int op, const uint32_t *ref, size_t length, bool transpose) in test_op1c()
|
D | binary_q7.c | 25 const q7_t *ref, size_t length) in test_op2()
|
D | unary_f16.c | 42 static void test_op2(int op, const uint16_t *ref, size_t length) in test_op2() 131 static void test_op1(int op, const uint16_t *ref, size_t length, in test_op1() 275 static void test_op2v(int op, const uint16_t *ref, size_t length) in test_op2v() 346 static void test_op1c(int op, const uint16_t *ref, size_t length, bool transpose) in test_op1c()
|
D | binary_f64.c | 27 const uint64_t *ref, size_t length) in test_op2()
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | biquad_q15.c | 26 const q15_t *ref = ref_default; in ZTEST() local
|
D | fir_f16.c | 30 const float16_t *ref = (const float16_t *)ref_val; in ZTEST() local
|
D | fir_f32.c | 30 const float32_t *ref = (const float32_t *)ref_val; in ZTEST() local
|
D | fir_q15.c | 30 const q15_t *ref = (const q15_t *)ref_val; in ZTEST() local
|
D | fir_q31.c | 30 const q31_t *ref = (const q31_t *)ref_val; in ZTEST() local
|
D | fir_q7.c | 30 const q7_t *ref = (const q7_t *)ref_val; in ZTEST() local
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_socket.c | 56 atomic_val_t ref; in esp_socket_ref() local 70 atomic_val_t ref; in esp_socket_unref() local
|
/Zephyr-latest/subsys/net/ip/ |
D | nbr.h | 34 uint8_t ref; member 48 uint8_t ref; member
|
/Zephyr-latest/include/zephyr/sys/ |
D | timeutil.h | 123 uint64_t ref; member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_iso.h | 37 atomic_t ref; member
|
/Zephyr-latest/tests/lib/cmsis_dsp/distance/src/ |
D | u32.c | 35 const uint32_t *input1, const uint32_t *input2, const uint32_t *ref) in test_arm_distance()
|
D | f32.c | 34 const uint32_t *dinput1, const uint32_t *dinput2, const uint32_t *ref) in test_arm_distance_f32()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_observation.c | 114 static int update_attrs(void *ref, struct notification_attrs *out) in update_attrs() 151 void clear_attrs(void *ref) in clear_attrs() 877 static int lwm2m_update_or_allocate_attribute(void *ref, uint8_t type, void *data) in lwm2m_update_or_allocate_attribute() 980 void **ref) in lwm2m_get_path_reference_ptr() 1035 void *ref; in lwm2m_update_observer_min_period() local 1071 void *ref; in lwm2m_update_observer_max_period() local 1113 struct lwm2m_attr *lwm2m_engine_get_next_attr(const void *ref, struct lwm2m_attr *prev) in lwm2m_engine_get_next_attr() 1145 void *ref; in lwm2m_write_attr_handler() local
|
/Zephyr-latest/drivers/serial/ |
D | uart_gecko.c | 33 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument 36 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument 40 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument 45 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument 51 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument 58 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument 69 #define CLOCK_UART(ref) (((ref) == UART0) ? cmuClock_UART0 \ argument
|
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/ |
D | f32.c | 101 const uint32_t *input_xq, const uint32_t *ref, size_t length, in test_arm_spline()
|
/Zephyr-latest/tests/crypto/mbedtls/src/ |
D | mbedtls.c | 78 const char ref[10] = "xxxxxxxxx"; in test_snprintf() local
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | cmsis_dsp_wrapper.c | 70 void lms_iir_32(int32_t *err, int32_t *coef, int32_t *input, int32_t *ref, in lms_iir_32()
|