HomeSort by relevance Sort by last modified time
    Searched refs:put_byte (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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(s, 0);
    [all...]
trees.c 177 put_byte(s, (uch)((w) & 0xff)); \
178 put_byte(s, (uch)((ush)(w) >> 8)); \
    [all...]
deflate.h 278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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(s, 0);
    [all...]
trees.c 181 put_byte(s, (uch)((w) & 0xff)); \
182 put_byte(s, (uch)((ush)(w) >> 8)); \
    [all...]
deflate.h 268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
  /external/python/cpython2/Modules/zlib/
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(s, 0)
    [all...]
trees.c 177 put_byte(s, (uch)((w) & 0xff)); \
178 put_byte(s, (uch)((ush)(w) >> 8)); \
    [all...]
deflate.h 278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
  /external/syslinux/com32/lib/zlib/
deflate.c 552 put_byte(s, (Byte)(b >> 8));
553 put_byte(s, (Byte)(b & 0xff));
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)
    [all...]
deflate.h 275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
trees.c 182 put_byte(s, (uch)((w) & 0xff)); \
183 put_byte(s, (uch)((ush)(w) >> 8)); \
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
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(s, 0)
    [all...]
trees.c 177 put_byte(s, (uch)((w) & 0xff)); \
178 put_byte(s, (uch)((ush)(w) >> 8)); \
    [all...]
deflate.h 278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
  /external/python/cpython3/Modules/zlib/
deflate.c 720 put_byte(s, (Byte)(b >> 8));
721 put_byte(s, (Byte)(b & 0xff));
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)
    [all...]
deflate.h 281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
trees.c 175 put_byte(s, (uch)((w) & 0xff)); \
176 put_byte(s, (uch)((ush)(w) >> 8)); \
    [all...]
  /external/zlib/src/
deflate.c 720 put_byte(s, (Byte)(b >> 8));
721 put_byte(s, (Byte)(b & 0xff));
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)
    [all...]
deflate.h 281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
trees.c 175 put_byte(s, (uch)((w) & 0xff)); \
176 put_byte(s, (uch)((ush)(w) >> 8)); \
    [all...]

Completed in 498 milliseconds