Home
last modified time | relevance | path

Searched defs:ref (Results 51 – 75 of 110) sorted by relevance

12345

/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dbinary_f32.c27 const uint32_t *ref, size_t length) in test_op2()
118 const uint32_t *ref, size_t length) in test_op2c()
Dbinary_q31.c27 const q31_t *ref, size_t length) in test_op2()
116 const q31_t *ref, size_t length) in test_op2c()
Dbinary_f16.c27 const uint16_t *ref, size_t length) in test_op2()
118 const uint16_t *ref, size_t length) in test_op2c()
Dbinary_q15.c29 const q15_t *ref, size_t length) in test_op2()
124 const q15_t *ref, size_t length) in test_op2c()
Dunary_f32.c38 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()
Dbinary_q7.c25 const q7_t *ref, size_t length) in test_op2()
Dunary_f16.c42 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()
Dbinary_f64.c27 const uint64_t *ref, size_t length) in test_op2()
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dbiquad_q15.c26 const q15_t *ref = ref_default; in ZTEST() local
Dfir_f16.c30 const float16_t *ref = (const float16_t *)ref_val; in ZTEST() local
Dfir_f32.c30 const float32_t *ref = (const float32_t *)ref_val; in ZTEST() local
Dfir_q15.c30 const q15_t *ref = (const q15_t *)ref_val; in ZTEST() local
Dfir_q31.c30 const q31_t *ref = (const q31_t *)ref_val; in ZTEST() local
Dfir_q7.c30 const q7_t *ref = (const q7_t *)ref_val; in ZTEST() local
/Zephyr-latest/drivers/wifi/esp_at/
Desp_socket.c56 atomic_val_t ref; in esp_socket_ref() local
70 atomic_val_t ref; in esp_socket_unref() local
/Zephyr-latest/subsys/net/ip/
Dnbr.h34 uint8_t ref; member
48 uint8_t ref; member
/Zephyr-latest/include/zephyr/sys/
Dtimeutil.h123 uint64_t ref; member
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_iso.h37 atomic_t ref; member
/Zephyr-latest/tests/lib/cmsis_dsp/distance/src/
Du32.c35 const uint32_t *input1, const uint32_t *input2, const uint32_t *ref) in test_arm_distance()
Df32.c34 const uint32_t *dinput1, const uint32_t *dinput2, const uint32_t *ref) in test_arm_distance_f32()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.c114 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/
Duart_gecko.c33 #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/
Df32.c101 const uint32_t *input_xq, const uint32_t *ref, size_t length, in test_arm_spline()
/Zephyr-latest/tests/crypto/mbedtls/src/
Dmbedtls.c78 const char ref[10] = "xxxxxxxxx"; in test_snprintf() local
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dcmsis_dsp_wrapper.c70 void lms_iir_32(int32_t *err, int32_t *coef, int32_t *input, int32_t *ref, in lms_iir_32()

12345