Searched refs:put_byte (Results 1 - 6 of 6) sorted by relevance
| /forgerock/web-agents-v4/zlib/ |
| H A D | deflate.c | 632 put_byte(s, (Byte)(b >> 8)); 633 put_byte(s, (Byte)(b & 0xff)); 694 put_byte(s, 31); 695 put_byte(s, 139); 696 put_byte(s, 8); 698 put_byte(s, 0); 699 put_byte(s, 0); 700 put_byte(s, 0); 701 put_byte(s, 0); 702 put_byte( [all...] |
| H A D | deflate.h | 278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
|
| H A D | trees.c | 177 put_byte(s, (uch)((w) & 0xff)); \ 178 put_byte(s, (uch)((ush)(w) >> 8)); \ 1177 put_byte(s, (Byte)s->bi_buf); 1192 put_byte(s, (Byte)s->bi_buf); 1224 put_byte(s, *buf++);
|
| /glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
| H A D | deflate.c | 405 put_byte(s, (Byte)(b >> 8)); 406 put_byte(s, (Byte)(b & 0xff));
|
| H A D | deflate.h | 254 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
|
| H A D | trees.c | 181 put_byte(s, (uch)((w) & 0xff)); \ 182 put_byte(s, (uch)((ush)(w) >> 8)); \ 1164 put_byte(s, (Byte)s->bi_buf); 1179 put_byte(s, (Byte)s->bi_buf); 1212 put_byte(s, *buf++);
|
Completed in 794 milliseconds