Searched refs:put_byte (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | deflate.c | 552 put_byte(s, (Byte)(b >> 8)); 611 put_byte(s, 31); 612 put_byte(s, 139); 613 put_byte(s, 8); 615 put_byte(s, 0); 616 put_byte(s, 0); 617 put_byte(s, 0); 618 put_byte(s, 0); 619 put_byte(s, 0); 728 put_byte(s, val); [all …]
|
A D | trees.c | 182 put_byte(s, (uch)((w) & 0xff)); \ 183 put_byte(s, (uch)((ush)(w) >> 8)); \ 1194 put_byte(s, (Byte)s->bi_buf); 1209 put_byte(s, (Byte)s->bi_buf); 1242 put_byte(s, *buf++);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | deflate.c | 720 put_byte(s, (Byte)(b >> 8)); 852 put_byte(s, 31); 853 put_byte(s, 139); 854 put_byte(s, 8); 856 put_byte(s, 0); 857 put_byte(s, 0); 858 put_byte(s, 0); 859 put_byte(s, 0); 860 put_byte(s, 0); 864 put_byte(s, OS_CODE); [all …]
|
A D | deflate.h | 281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
|
A D | trees.c | 175 put_byte(s, (uch)((w) & 0xff)); \ 176 put_byte(s, (uch)((ush)(w) >> 8)); \ 1181 put_byte(s, (Byte)s->bi_buf); 1196 put_byte(s, (Byte)s->bi_buf);
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | deflate.h | 275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
|
Completed in 23 milliseconds