Searched defs:bi_buf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h161 struct buf *bi_buf; member in struct:hermon_bind_info_s
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h211 struct buf *bi_buf; member in struct:tavor_bind_info_s
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h254 ush bi_buf; member in struct:internal_state
259 /* Number of valid bits in bi_buf. All bits above the last valid bit
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h52 /* size of bit buffer in bi_buf */
257 ush bi_buf; member in struct:internal_state
262 /* Number of valid bits in bi_buf. All bits above the last valid bit
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c375 ush bi_buf; member in struct:deflate_state
380 /* Number of valid bits in bi_buf. All bits above the last valid bit
1512 /* Number of bits used within bi_buf. (bi_buf might be implemented on
1631 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
1636 s->bi_buf |= (value << s->bi_valid);
1637 put_short(s, s->bi_buf);
1638 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
1641 s->bi_buf |
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c551 ush bi_buf; member in struct:deflate_state
558 * Number of valid bits in bi_buf. All bits above the last
2295 * Number of bits used within bi_buf. (bi_buf might be implemented on
2416 * If not enough room in bi_buf, use (valid) bits from bi_buf
2421 s->bi_buf |= (value << s->bi_valid);
2422 put_short(s, s->bi_buf);
2423 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
2426 s->bi_buf |
[all...]

Completed in 254 milliseconds