Searched refs:gzindex (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/lib/zlib/ |
D | deflate.c | 647 s->gzindex = 0; 685 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) { 695 put_byte(s, s->gzhead->extra[s->gzindex]); 696 s->gzindex++; 701 if (s->gzindex == s->gzhead->extra_len) { 702 s->gzindex = 0; 726 val = s->gzhead->name[s->gzindex++]; 733 s->gzindex = 0; 757 val = s->gzhead->comment[s->gzindex++];
|
D | deflate.h | 103 uInt gzindex; /* where in extra, name, or comment */ member
|
/external/v8/third_party/zlib/ |
D | deflate.c | 942 s->gzindex = 0; 949 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex; 953 s->gzhead->extra + s->gzindex, copy); 956 s->gzindex += copy; 966 s->gzhead->extra + s->gzindex, left); 969 s->gzindex = 0; 987 val = s->gzhead->name[s->gzindex++]; 991 s->gzindex = 0; 1009 val = s->gzhead->comment[s->gzindex++];
|
D | deflate.h | 109 ulg gzindex; /* where in extra, name, or comment */ member
|
/external/zlib/ |
D | deflate.c | 935 s->gzindex = 0; 942 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex; 946 s->gzhead->extra + s->gzindex, copy); 949 s->gzindex += copy; 959 s->gzhead->extra + s->gzindex, left); 962 s->gzindex = 0; 980 val = s->gzhead->name[s->gzindex++]; 984 s->gzindex = 0; 1002 val = s->gzhead->comment[s->gzindex++];
|
D | deflate.h | 109 ulg gzindex; /* where in extra, name, or comment */ member
|
/external/python/cpython2/Modules/zlib/ |
D | 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; 963 val = s->gzhead->comment[s->gzindex++];
|
D | deflate.h | 109 ulg gzindex; /* where in extra, name, or comment */ member
|
/external/zlib/patches/ |
D | 0001-simd.patch | 834 ulg gzindex; /* where in extra, name, or comment */
|
/external/v8/third_party/zlib/patches/ |
D | 0001-simd.patch | 834 ulg gzindex; /* where in extra, name, or comment */
|