Home
last modified time | relevance | path

Searched refs:sym_next (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/zlib/
H A Ddeflate.h251 uInt sym_next; /* running index in symbol buffer */ member
252 uInt sym_end; /* symbol table full when sym_next reaches this */
338 s->d_buf[s->sym_next] = 0; \
339 s->l_buf[s->sym_next++] = cc; \
341 flush = (s->sym_next == s->sym_end); \
346 s->d_buf[s->sym_next] = dist; \
347 s->l_buf[s->sym_next++] = len; \
351 flush = (s->sym_next == s->sym_end); \
356 s->sym_buf[s->sym_next++] = 0; \
357 s->sym_buf[s->sym_next
[all...]
H A Dtrees.c449 s->sym_next = s->matches = 0; in init_block()
906 if (s->sym_next != 0) do { in compress_block()
947 } while (sx < s->sym_next); in compress_block()
1031 s->sym_next / 3));
1096 s->d_buf[s->sym_next] = (ush)dist;
1097 s->l_buf[s->sym_next++] = (uch)lc;
1099 s->sym_buf[s->sym_next++] = (uch)dist;
1100 s->sym_buf[s->sym_next++] = (uch)(dist >> 8);
1101 s->sym_buf[s->sym_next++] = (uch)lc;
1117 return (s->sym_next
[all...]
H A Ddeflate.c1959 if (s->sym_next) in deflate_fast()
2093 if (s->sym_next) in deflate_slow()
2166 if (s->sym_next) in deflate_rle()
2202 if (s->sym_next) in deflate_huff()
/third_party/zlib/
H A Ddeflate.h253 uInt sym_next; /* running index in symbol buffer */ member
254 uInt sym_end; /* symbol table full when sym_next reaches this */
335 s->d_buf[s->sym_next] = 0; \
336 s->l_buf[s->sym_next++] = cc; \
338 flush = (s->sym_next == s->sym_end); \
343 s->d_buf[s->sym_next] = dist; \
344 s->l_buf[s->sym_next++] = len; \
348 flush = (s->sym_next == s->sym_end); \
353 s->sym_buf[s->sym_next++] = 0; \
354 s->sym_buf[s->sym_next
[all...]
H A Dtrees.c466 s->sym_next = s->matches = 0; in init_block()
931 if (s->sym_next != 0) do { in compress_block()
971 } while (sx < s->sym_next); in compress_block()
1056 s->sym_next / 3));
1121 s->d_buf[s->sym_next] = (ush)dist;
1122 s->l_buf[s->sym_next++] = (uch)lc;
1124 s->sym_buf[s->sym_next++] = (uch)dist;
1125 s->sym_buf[s->sym_next++] = (uch)(dist >> 8);
1126 s->sym_buf[s->sym_next++] = (uch)lc;
1142 return (s->sym_next
[all...]
H A Ddeflate.c1912 if (s->sym_next) in deflate_fast()
2041 if (s->sym_next) in deflate_slow()
2115 if (s->sym_next) in deflate_rle()
2152 if (s->sym_next) in deflate_huff()
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h242 uInt sym_next; /* running index in sym_buf */ member
243 uInt sym_end; /* symbol table full when sym_next reaches this */
323 s->sym_buf[s->sym_next++] = 0; \
324 s->sym_buf[s->sym_next++] = 0; \
325 s->sym_buf[s->sym_next++] = cc; \
327 flush = (s->sym_next == s->sym_end); \
332 s->sym_buf[s->sym_next++] = dist; \
333 s->sym_buf[s->sym_next++] = dist >> 8; \
334 s->sym_buf[s->sym_next++] = len; \
338 flush = (s->sym_next
[all...]
H A Dtrees.c419 s->sym_next = s->matches = 0;
951 s->sym_next / 3));
1020 s->sym_buf[s->sym_next++] = dist;
1021 s->sym_buf[s->sym_next++] = dist >> 8;
1022 s->sym_buf[s->sym_next++] = lc;
1037 return (s->sym_next == s->sym_end);
1054 if (s->sym_next != 0) do {
1085 } while (sx < s->sym_next);
H A Ddeflate.c2007 if (s->sym_next)
2144 if (s->sym_next)
2219 if (s->sym_next)
2258 if (s->sym_next)
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h236 uInt sym_next; /* running index in sym_buf */ member
237 uInt sym_end; /* symbol table full when sym_next reaches this */
316 s->sym_buf[s->sym_next++] = 0; \
317 s->sym_buf[s->sym_next++] = 0; \
318 s->sym_buf[s->sym_next++] = cc; \
320 flush = (s->sym_next == s->sym_end); \
325 s->sym_buf[s->sym_next++] = dist; \
326 s->sym_buf[s->sym_next++] = dist >> 8; \
327 s->sym_buf[s->sym_next++] = len; \
331 flush = (s->sym_next
[all...]
H A Dtrees.c427 s->sym_next = s->matches = 0;
964 s->sym_next / 3));
1031 s->sym_buf[s->sym_next++] = dist;
1032 s->sym_buf[s->sym_next++] = dist >> 8;
1033 s->sym_buf[s->sym_next++] = lc;
1048 return (s->sym_next == s->sym_end);
1065 if (s->sym_next != 0) do {
1096 } while (sx < s->sym_next);
H A Ddeflate.c1657 if (s->sym_next)
1788 if (s->sym_next)
1862 if (s->sym_next)
1901 if (s->sym_next)
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.h242 uInt sym_next; /* running index in sym_buf */ member
243 uInt sym_end; /* symbol table full when sym_next reaches this */
323 s->sym_buf[s->sym_next++] = 0; \
324 s->sym_buf[s->sym_next++] = 0; \
325 s->sym_buf[s->sym_next++] = cc; \
327 flush = (s->sym_next == s->sym_end); \
332 s->sym_buf[s->sym_next++] = dist; \
333 s->sym_buf[s->sym_next++] = dist >> 8; \
334 s->sym_buf[s->sym_next++] = len; \
338 flush = (s->sym_next
[all...]
H A Dtrees.c419 s->sym_next = s->matches = 0;
950 s->sym_next / 3));
1019 s->sym_buf[s->sym_next++] = dist;
1020 s->sym_buf[s->sym_next++] = dist >> 8;
1021 s->sym_buf[s->sym_next++] = lc;
1036 return (s->sym_next == s->sym_end);
1053 if (s->sym_next != 0) do {
1084 } while (sx < s->sym_next);
H A Ddeflate.c1991 if (s->sym_next)
2128 if (s->sym_next)
2203 if (s->sym_next)
2242 if (s->sym_next)

Completed in 30 milliseconds