Home
last modified time | relevance | path

Searched refs:b_end (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libsamplerate/
H A Dsrc_sinc.c68 int b_current, b_end, b_real_end, b_len ; member
321 filter->b_current = filter->b_end = 0 ; in sinc_reset()
401 assert (data_index < filter->b_end) ; in calc_output_single()
421 assert (data_index < filter->b_end) ; in calc_output_single()
477 samples_in_hand = (filter->b_end - filter->b_current + filter->b_len) % filter->b_len ; in sinc_mono_vari_process()
483 samples_in_hand = (filter->b_end - filter->b_current + filter->b_len) % filter->b_len ; in sinc_mono_vari_process()
554 assert (data_index + 1 < filter->b_end) ; in calc_output_stereo()
575 assert (data_index + 1 < filter->b_end) ; in calc_output_stereo()
633 samples_in_hand = (filter->b_end - filter->b_current + filter->b_len) % filter->b_len ; in sinc_stereo_vari_process()
639 samples_in_hand = (filter->b_end - filter->b_current + filter->b_len) % filter->b_len ; in sinc_stereo_vari_process()
[all …]
/freebsd/lib/libc/gen/
H A Dgetcap.c274 char *b_end, *bp; in getent() local
285 b_end = buf; in getent()
295 if (bp >= b_end) { in getent()
311 b_end = buf+n; in getent()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetcap.c333 char *b_end, *bp, *cp; in getent() local
345 b_end = buf; in getent()
357 if (bp >= b_end) { in getent()
373 b_end = buf+n; in getent()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c343 register char *b_end = buf; in _nc_getent() local
365 if (bp >= b_end) { in _nc_getent()
380 b_end = buf + n; in _nc_getent()
/freebsd/contrib/wpa/src/common/
H A Ddpp_tcp.c1444 char band[200], *b_pos, *b_end; in dpp_controller_rx_gas_req() local
1461 b_end = band + sizeof(band); in dpp_controller_rx_gas_req()
1463 res = os_snprintf(b_pos, b_end - b_pos, "%s%d", in dpp_controller_rx_gas_req()
1465 if (os_snprintf_error(b_end - b_pos, res)) { in dpp_controller_rx_gas_req()
/freebsd/contrib/libyaml/src/
H A Dapi.c97 yaml_char_t **b_start, yaml_char_t **b_pointer, SHIM(yaml_char_t **b_end)) in yaml_string_join() argument
99 UNUSED_PARAM(b_end) in yaml_string_join()
H A Dyaml_private.h121 yaml_char_t **b_start, yaml_char_t **b_pointer, yaml_char_t **b_end);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c4054 uint64_t b_end = logical_rs->rs_end >> ashift; in vdev_raidz_xlate() local
4061 if (b_end > tgt_col) in vdev_raidz_xlate()
4062 end_row = ((b_end - tgt_col - 1) / width) + 1; in vdev_raidz_xlate()