Searched refs:b_end (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/libsamplerate/ |
H A D | src_sinc.c | 68 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 D | getcap.c | 274 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 D | getcap.c | 333 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 D | read_termcap.c | 343 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 D | dpp_tcp.c | 1444 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 D | api.c | 97 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 D | yaml_private.h | 121 yaml_char_t **b_start, yaml_char_t **b_pointer, yaml_char_t **b_end);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz.c | 4054 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()
|