Searched defs:shift (Results 1 – 10 of 10) sorted by relevance
| /subsys/sensing/sensor/phy_3d_sensor/ |
| A D | phy_3d_sensor.c | 26 static int64_t shifted_q31_to_scaled_int64(q31_t q, int8_t shift, int64_t scale) in shifted_q31_to_scaled_int64() 46 int8_t shift) in scaled_int64_to_shifted_q31()
|
| A D | phy_3d_sensor.h | 17 const int8_t shift; member
|
| /subsys/bluetooth/mesh/ |
| A D | rpl.c | 240 int shift = 0; in bt_mesh_rpl_reset() local 346 int shift = 0; in bt_mesh_rpl_pending_store() local
|
| /subsys/shell/ |
| A D | shell_wildcard.c | 19 uint16_t shift; in command_add() local
|
| A D | shell_utils.c | 240 uint16_t shift; in z_shell_pattern_remove() local 429 uint16_t shift = 0U; in z_shell_spaces_trim() local
|
| A D | shell_ops.c | 149 int16_t shift; in z_shell_op_cursor_word_move() local
|
| /subsys/bluetooth/controller/util/ |
| A D | util.c | 327 uint8_t shift, byteIdx, bits; in util_get_bits() local
|
| /subsys/dsp/arcmwdt/public/ |
| A D | zdsp_backend.h | 85 static inline void zdsp_scale_q7(const DSP_DATA q7_t *src, q7_t scale_fract, int8_t shift, in zdsp_scale_q7() 90 static inline void zdsp_scale_q15(const DSP_DATA q15_t *src, q15_t scale_fract, int8_t shift, in zdsp_scale_q15() 95 static inline void zdsp_scale_q31(const DSP_DATA q31_t *src, q31_t scale_fract, int8_t shift, in zdsp_scale_q31()
|
| /subsys/dsp/cmsis/public/ |
| A D | zdsp_backend.h | 80 static inline void zdsp_scale_q7(const q7_t *src, q7_t scale_fract, int8_t shift, q7_t *dst, in zdsp_scale_q7() 85 static inline void zdsp_scale_q15(const q15_t *src, q15_t scale_fract, int8_t shift, q15_t *dst, in zdsp_scale_q15() 90 static inline void zdsp_scale_q31(const q31_t *src, q31_t scale_fract, int8_t shift, q31_t *dst, in zdsp_scale_q31()
|
| /subsys/net/lib/mqtt/ |
| A D | mqtt_decoder.c | 160 uint8_t shift = 0U; in unpack_variable_int() local
|
Completed in 24 milliseconds