Home
last modified time | relevance | path

Searched refs:last_value (Results 1 – 5 of 5) sorted by relevance

/src/contrib/libsamplerate/
H A Dsrc_linear.c38 float *last_value ; member
70 priv->last_value [ch] = data->data_in [ch] ; in linear_vari_process()
95 { data->data_out [priv->out_gen] = (float) (priv->last_value [ch] + input_index * in linear_vari_process()
96 ((double) data->data_in [ch] - priv->last_value [ch])) ; in linear_vari_process()
144 priv->last_value [ch] = data->data_in [priv->in_used - state->channels + ch] ; in linear_vari_process()
187 priv->last_value = (float *) calloc (channels, sizeof (float)) ; in linear_data_new()
188 if (!priv->last_value) in linear_data_new()
243 memset (priv->last_value, 0, sizeof (priv->last_value [0]) * state->channels) ; in linear_reset()
270 to_priv->last_value = (float *) malloc (sizeof (float) * state->channels) ; in linear_copy()
271 if (!to_priv->last_value) in linear_copy()
[all …]
H A Dsrc_zoh.c36 float *last_value ; member
68 priv->last_value [ch] = data->data_in [ch] ; in zoh_vari_process()
93 { data->data_out [priv->out_gen] = priv->last_value [ch] ; in zoh_vari_process()
133 priv->last_value [ch] = data->data_in [priv->in_used - state->channels + ch] ; in zoh_vari_process()
176 priv->last_value = (float *) calloc (channels, sizeof (float)) ; in zoh_data_new()
177 if (!priv->last_value) in zoh_data_new()
232 memset (priv->last_value, 0, sizeof (float) * state->channels) ; in zoh_reset()
259 to_priv->last_value = (float *) malloc (sizeof (float) * state->channels) ; in zoh_copy()
260 if (!to_priv->last_value) in zoh_copy()
266 memcpy (to_priv->last_value, from_priv->last_value, sizeof (float) * state->channels) ; in zoh_copy()
[all …]
/src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c216 valtype last_value, value = 0; \
263 last_value = value; \
265 if (last_value > value) /* Overflow */ \
/src/sys/dev/usb/serial/
H A Dusb_serial.c1058 uint8_t last_value; in ucom_cfg_line_state() local
1080 last_value = sc->sc_pls_curr; in ucom_cfg_line_state()
1104 (last_value & UCOM_LS_DTR) ? 1 : 0); in ucom_cfg_line_state()
1107 (last_value & UCOM_LS_RTS) ? 1 : 0); in ucom_cfg_line_state()
1110 (last_value & UCOM_LS_BREAK) ? 1 : 0); in ucom_cfg_line_state()
1113 (last_value & UCOM_LS_RING) ? 1 : 0); in ucom_cfg_line_state()
/src/contrib/sqlite3/
H A Dsqlite3.c172772 WINDOWFUNCALL(last_value, 1, 0),