Home
last modified time | relevance | path

Searched refs:ocount (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c449 ctx->ocount = 0; in bio_zlib_write()
463 while (ctx->ocount) { in bio_zlib_write()
474 ctx->ocount -= ret; in bio_zlib_write()
494 ctx->ocount = ctx->obufsize - zout->avail_out; in bio_zlib_write()
507 if (!ctx->obuf || (ctx->odone && !ctx->ocount)) in bio_zlib_flush()
516 while (ctx->ocount) { in bio_zlib_flush()
523 ctx->ocount -= ret; in bio_zlib_flush()
543 ctx->ocount = ctx->obufsize - zout->avail_out; in bio_zlib_flush()
560 ctx->ocount = 0; in bio_zlib_ctrl()
610 ret = ctx->ocount; in bio_zlib_ctrl()
[all …]
/freebsd/lib/libc/locale/
H A Dgb2312.c114 int i, len, ocount; in _GB2312_mbrtowc() local
132 ocount = gs->count; in _GB2312_mbrtowc()
146 return (wc == L'\0' ? 0 : len - ocount); in _GB2312_mbrtowc()
H A Dgb18030.c97 int ch, len, ocount; in _GB18030_mbrtowc() local
115 ocount = gs->count; in _GB18030_mbrtowc()
169 return (wch == L'\0' ? 0 : len - ocount); in _GB18030_mbrtowc()
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c1572 int32_t alphadrift, startdrift, reqout, ocount, reqin, align; in z_resampler_feed_internal() local
1586 ocount = SND_FXDIV(count, align); in z_resampler_feed_internal()
1587 if (ocount == 0) in z_resampler_feed_internal()
1594 reqin = z_gy2gx(info, ocount) - z_fetched(info); in z_resampler_feed_internal()
1659 reqout = z_min(z_gx2gy(info, z_fetched(info)), ocount); in z_resampler_feed_internal()
1661 ocount -= reqout; in z_resampler_feed_internal()
1695 } while (reqin != 0 && ocount != 0); in z_resampler_feed_internal()
/freebsd/sys/netinet6/
H A Dip6_mroute.h193 u_quad_t ocount; /* Output packet count on mif */ member
H A Dip6_mroute.c527 req->ocount = mif6table[mifi].m6_pkt_out; in get_mif6_cnt()
/freebsd/sys/netinet/
H A Dip_mroute.h246 u_long ocount; /* Output packet count on vif */ member
H A Dip_mroute.c605 req->ocount = V_viftable[vifi].v_pkt_out; in get_vif_cnt()
/freebsd/sys/kern/
H A Dvfs_subr.c1328 int ocount; in vnlru_free_impl() local
1338 ocount = count; in vnlru_free_impl()
1419 return (ocount - count); in vnlru_free_impl()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c83 uint32_t ocount; /* used by set swapping */ member