Searched refs:put_byte (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libz/ |
H A D | deflate.c | 522 put_byte(s, (Byte)(b >> 8)); 523 put_byte(s, (Byte)(b & 0xff)); 581 put_byte(s, 31); 582 put_byte(s, 139); 583 put_byte(s, 8); 585 put_byte(s, 0); 586 put_byte(s, 0); 587 put_byte(s, 0); 588 put_byte(s, 0); 589 put_byte( [all...] |
H A D | trees.c | 181 put_byte(s, (uch)((w) & 0xff)); \ 182 put_byte(s, (uch)((ush)(w) >> 8)); \ 1169 put_byte(s, (Byte)s->bi_buf); 1184 put_byte(s, (Byte)s->bi_buf); 1217 put_byte(s, *buf++);
|
H A D | deflate.h | 268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 1478 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
|
Completed in 36 milliseconds