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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 731 s->gzindex = 0;
769 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
779 put_byte(s, s->gzhead->extra[s->gzindex]);
780 s->gzindex++;
785 if (s->gzindex == s->gzhead->extra_len) {
786 s->gzindex = 0;
810 val = s->gzhead->name[s->gzindex++];
817 s->gzindex = 0;
841 val = s->gzhead->comment[s->gzindex++];
    [all...]
deflate.h 106 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 618 s->gzindex = 0;
656 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
666 put_byte(s, s->gzhead->extra[s->gzindex]);
667 s->gzindex++;
672 if (s->gzindex == s->gzhead->extra_len) {
673 s->gzindex = 0;
697 val = s->gzhead->name[s->gzindex++];
704 s->gzindex = 0;
728 val = s->gzhead->comment[s->gzindex++];
    [all...]
deflate.h 103 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
  /external/u-boot/lib/zlib/
deflate.c 646 s->gzindex = 0;
684 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
694 put_byte(s, s->gzhead->extra[s->gzindex]);
695 s->gzindex++;
700 if (s->gzindex == s->gzhead->extra_len) {
701 s->gzindex = 0;
725 val = s->gzhead->name[s->gzindex++];
732 s->gzindex = 0;
756 val = s->gzhead->comment[s->gzindex++];
    [all...]
deflate.h 103 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
  /external/python/cpython2/Modules/zlib/
deflate.h 109 ulg gzindex; /* where in extra, name, or comment */ member in struct:internal_state
deflate.c 896 s->gzindex = 0;
903 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
907 s->gzhead->extra + s->gzindex, copy);
910 s->gzindex += copy;
920 s->gzhead->extra + s->gzindex, left);
923 s->gzindex = 0;
941 val = s->gzhead->name[s->gzindex++];
945 s->gzindex = 0;
    [all...]
  /external/zlib/src/
deflate.h 109 ulg gzindex; /* where in extra, name, or comment */ member in struct:internal_state
deflate.c 896 s->gzindex = 0;
903 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
907 s->gzhead->extra + s->gzindex, copy);
910 s->gzindex += copy;
920 s->gzhead->extra + s->gzindex, left);
923 s->gzindex = 0;
941 val = s->gzhead->name[s->gzindex++];
945 s->gzindex = 0;
    [all...]

Completed in 51 milliseconds