Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 10 of 10) sorted by relevance

/subsys/sensing/sensor/phy_3d_sensor/
A Dphy_3d_sensor.c26 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 Dphy_3d_sensor.h17 const int8_t shift; member
/subsys/bluetooth/mesh/
A Drpl.c240 int shift = 0; in bt_mesh_rpl_reset() local
346 int shift = 0; in bt_mesh_rpl_pending_store() local
/subsys/shell/
A Dshell_wildcard.c19 uint16_t shift; in command_add() local
A Dshell_utils.c240 uint16_t shift; in z_shell_pattern_remove() local
429 uint16_t shift = 0U; in z_shell_spaces_trim() local
A Dshell_ops.c149 int16_t shift; in z_shell_op_cursor_word_move() local
/subsys/bluetooth/controller/util/
A Dutil.c327 uint8_t shift, byteIdx, bits; in util_get_bits() local
/subsys/dsp/arcmwdt/public/
A Dzdsp_backend.h85 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 Dzdsp_backend.h80 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 Dmqtt_decoder.c160 uint8_t shift = 0U; in unpack_variable_int() local

Completed in 24 milliseconds