Searched refs:bi_buf (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddefutil.h230 ush bi_buf; member in struct:deflate_state
235 /* Number of valid bits in bi_buf. All bits above the last valid bit
308 put_short(s, s->bi_buf);
309 s->bi_buf = 0;
312 put_byte(s, (Byte)s->bi_buf);
313 s->bi_buf >>= 8;
324 put_short(s, s->bi_buf);
326 put_byte(s, (Byte)s->bi_buf);
328 s->bi_buf = 0;
H A Ddeftree.c79 /* Number of bits used within bi_buf. (bi_buf might be implemented on
189 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
194 s->bi_buf |= (value << s->bi_valid);
195 put_short(s, s->bi_buf);
196 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
199 s->bi_buf |= value << s->bi_valid;
209 s->bi_buf |= (val << s->bi_valid);\
210 put_short(s, s->bi_buf);\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dsendbits.s38 IMPORT bi_buf
48 LDR r5,=bi_buf
59 SUB r2,r2,#&10 ; adjust bi_valid, bi_buf
60 MOV ip,r4,LSR #16 ; (done early, keeping the old bi_buf
78 STRB r4,[r0,r2]! ; store 'old' bi_buf
87 & bi_buf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dtrees.c197 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
202 s->bi_buf |= (ush)value << s->bi_valid;
203 put_short(s, s->bi_buf);
204 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
207 s->bi_buf |= (ush)value << s->bi_valid;
217 s->bi_buf |= (ush)val << s->bi_valid;\
218 put_short(s, s->bi_buf);\
219 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
222 s->bi_buf |
[all...]
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
H A Ddeflate.c480 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dtrees.c77 /* Number of bits used within bi_buf. (bi_buf might be implemented on
201 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
206 s->bi_buf |= (value << s->bi_valid);
207 put_short(s, s->bi_buf);
208 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
211 s->bi_buf |= value << s->bi_valid;
221 s->bi_buf |= (val << s->bi_valid);\
222 put_short(s, s->bi_buf);\
[all...]
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
H A Ddeflate.c411 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c77 /* Number of bits used within bi_buf. (bi_buf might be implemented on
201 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
206 s->bi_buf |= (value << s->bi_valid);
207 put_short(s, s->bi_buf);
208 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
211 s->bi_buf |= value << s->bi_valid;
221 s->bi_buf |= (val << s->bi_valid);\
222 put_short(s, s->bi_buf);\
[all...]
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
H A Ddeflate.c411 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dtrees.c77 /* Number of bits used within bi_buf. (bi_buf might be implemented on
201 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
206 s->bi_buf |= (value << s->bi_valid);
207 put_short(s, s->bi_buf);
208 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
211 s->bi_buf |= value << s->bi_valid;
221 s->bi_buf |= (val << s->bi_valid);\
222 put_short(s, s->bi_buf);\
[all...]
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
H A Ddeflate.c411 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dtrees.c197 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
202 s->bi_buf |= (ush)value << s->bi_valid;
203 put_short(s, s->bi_buf);
204 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
207 s->bi_buf |= (ush)value << s->bi_valid;
217 s->bi_buf |= (ush)val << s->bi_valid;\
218 put_short(s, s->bi_buf);\
219 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
222 s->bi_buf |
[all...]
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
H A Ddeflate.c480 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c356 local unsigned bi_buf; variable
358 unsigned bi_buf; variable
361 * bits). The width of bi_buf must be at least 16 bits.
365 /* Number of bits used within bi_buf. (bi_buf may be implemented on
374 /* Number of valid bits in bi_buf. All bits above the last valid bit
1311 bi_buf = 0;
1332 /* If not enough room in bi_buf, use (bi_valid) bits from bi_buf and
1333 * (Buf_size - bi_valid) bits from value to flush the filled bi_buf,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c322 unsigned short bi_buf; member in struct:globals
329 #define BUF_SIZE (8 * sizeof(G1.bi_buf))
330 /* Number of bits used within bi_buf. (bi_buf might be implemented on
452 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
457 G1.bi_buf |= (value << G1.bi_valid);
458 put_16bit(G1.bi_buf);
459 G1.bi_buf = (ush) value >> (BUF_SIZE - G1.bi_valid);
462 G1.bi_buf |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c500 ush bi_buf; member in struct:deflate_state
505 /* Number of valid bits in bi_buf. All bits above the last valid bit
1909 /* Number of bits used within bi_buf. (bi_buf might be implemented on
2027 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
2032 s->bi_buf |= (value << s->bi_valid);
2033 put_short(s, s->bi_buf);
2034 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
2037 s->bi_buf |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c500 ush bi_buf; member in struct:deflate_state
505 /* Number of valid bits in bi_buf. All bits above the last valid bit
1909 /* Number of bits used within bi_buf. (bi_buf might be implemented on
2027 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
2032 s->bi_buf |= (value << s->bi_valid);
2033 put_short(s, s->bi_buf);
2034 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
2037 s->bi_buf |
[all...]

Completed in 262 milliseconds