/third_party/libwebsockets/win32port/zlib/ |
H A D | gzread.c | 21 local int gz_load(state, buf, len, have)
in gz_load() 25 unsigned *have;
29 *have = 0;
31 ret = read(state->fd, buf + *have, len - *have);
34 *have += ret;
35 } while (*have < len);
92 /* Look for gzip header, set up for inflate or copy. state->have must be zero.
156 /* we have a gzip header, woo hoo! */
206 state->have [all...] |
H A D | infback.c | 124 have = strm->avail_in; \
135 strm->avail_in = have; \
151 if (have == 0) { \
152 have = in(in_desc, &next); \
153 if (have == 0) { \
166 have--; \
251 unsigned have, left; /* available input and output */
local 274 have = next != Z_NULL ? strm->avail_in : 0;
336 if (copy > have) copy = have;
[all...] |
H A D | inflate.c | 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
443 have = strm->avail_in; \
454 strm->avail_in = have; \
470 if (have == 0) goto inf_leave; \
471 have--; \
550 would all have to actually be part of the saved state in case NEEDBITS()
596 unsigned have, left; /* available input and output */
local 619 in = have;
720 if (copy > have) copy = have;
[all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzread.c | 21 local int gz_load(state, buf, len, have) in gz_load() 25 unsigned *have; 30 *have = 0; 32 get = len - *have; 35 ret = read(state->fd, buf + *have, get); 38 *have += (unsigned)ret; 39 } while (*have < len); 82 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 152 state->x.have = 0; 162 state->x.have [all...] |
H A D | infback.c | 133 have = strm->avail_in; \ 144 strm->avail_in = have; \ 160 if (have == 0) { \ 161 have = in(in_desc, &next); \ 162 if (have == 0) { \ 175 have--; \ 260 unsigned have, left; /* available input and output */ local 283 have = next != Z_NULL ? strm->avail_in : 0; 345 if (copy > have) copy = have; [all...] |
H A D | inflate.c | 102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 483 have = strm->avail_in; \ 494 strm->avail_in = have; \ 510 if (have == 0) goto inf_leave; \ 511 have--; \ 585 would all have to actually be part of the saved state in case NEEDBITS() 631 unsigned have, left; /* available input and output */ local 654 in = have; 761 if (copy > have) copy = have; [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | gzread.c | 21 local int gz_load(state, buf, len, have) in gz_load() 25 unsigned *have; 30 *have = 0; 32 get = len - *have; 35 ret = read(state->fd, buf + *have, get); 38 *have += (unsigned)ret; 39 } while (*have < len); 82 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 152 state->x.have = 0; 162 state->x.have [all...] |
H A D | infback.c | 133 have = strm->avail_in; \ 144 strm->avail_in = have; \ 160 if (have == 0) { \ 161 have = in(in_desc, &next); \ 162 if (have == 0) { \ 175 have--; \ 260 unsigned have, left; /* available input and output */ local 283 have = next != Z_NULL ? strm->avail_in : 0; 345 if (copy > have) copy = have; [all...] |
H A D | inflate.c | 102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 482 have = strm->avail_in; \ 493 strm->avail_in = have; \ 509 if (have == 0) goto inf_leave; \ 510 have--; \ 584 would all have to actually be part of the saved state in case NEEDBITS() 630 unsigned have, left; /* available input and output */ local 653 in = have; 760 if (copy > have) copy = have; [all...] |
/third_party/zlib/ |
H A D | gzread.c | 15 unsigned *have) in gz_load() 20 *have = 0; in gz_load() 22 get = len - *have; in gz_load() 27 ret = read(state->fd, buf + *have, get); in gz_load() 32 *have += (unsigned)ret; in gz_load() 33 } while (*have < len); in gz_load() 81 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 154 state->x.have = 0; in gz_look() 163 state->x.have = strm->avail_in; in gz_look() 171 On return, state->x.have an 14 gz_load(gz_statep state, unsigned char *buf, unsigned len, unsigned *have) gz_load() argument [all...] |
H A D | infback.c | 125 have = strm->avail_in; \ 136 strm->avail_in = have; \ 152 if (have == 0) { \ 153 have = in(in_desc, &next); \ 154 if (have == 0) { \ 167 have--; \ 247 unsigned have, left; /* available input and output */ in inflateBack() local 270 have = next != Z_NULL ? strm->avail_in : 0; in inflateBack() 332 if (copy > have) copy = have; in inflateBack() [all...] |
/third_party/node/deps/zlib/ |
H A D | gzread.c | 13 unsigned *have) { in gz_load() 17 *have = 0; in gz_load() 19 get = len - *have; in gz_load() 22 ret = read(state->fd, buf + *have, get); in gz_load() 25 *have += (unsigned)ret; in gz_load() 26 } while (*have < len); in gz_load() 67 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 135 state->x.have = 0; in gz_look() 144 state->x.have = strm->avail_in; in gz_look() 152 On return, state->x.have an 12 gz_load(gz_statep state, unsigned char *buf, unsigned len, unsigned *have) gz_load() argument [all...] |
H A D | infback.c | 125 have = strm->avail_in; \ 136 strm->avail_in = have; \ 152 if (have == 0) { \ 153 have = in(in_desc, &next); \ 154 if (have == 0) { \ 167 have--; \ 247 unsigned have, left; /* available input and output */ in inflateBack() local 270 have = next != Z_NULL ? strm->avail_in : 0; in inflateBack() 332 if (copy > have) copy = have; in inflateBack() [all...] |
H A D | inflate.c | 450 have = strm->avail_in; \ 461 strm->avail_in = have; \ 477 if (have == 0) goto inf_leave; \ 478 have--; \ 552 would all have to actually be part of the saved state in case NEEDBITS() 595 unsigned have, left; /* available input and output */ in inflate() local 618 in = have; in inflate() 729 if (copy > have) copy = have; in inflate() 741 have in inflate() [all...] |
/third_party/zlib/contrib/infback9/ |
H A D | infback9.c | 123 if (have == 0) { \ 124 have = in(in_desc, &next); \ 125 if (have == 0) { \ 138 have--; \ 218 unsigned have; /* available input */ in inflateBack9() local 255 have = next != Z_NULL ? strm->avail_in : 0; in inflateBack9() 322 if (copy > have) copy = have; in inflateBack9() 325 have -= copy; in inflateBack9() 352 state->have in inflateBack9() [all...] |
/third_party/zlib/examples/ |
H A D | gun.c | 155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ 156 last = have ? (have--, (int)(*next++)) : -1) 160 have offset the index, but it's faster to waste the memory */ 175 if (chunk > have) { \ 176 chunk -= have; \ 177 have = 0; \ 181 if (chunk > have) { \ 182 chunk = have 200 lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, int outfile, z_stream *strm) lunpipe() argument 386 unsigned have, flags, len; gunpipe() local [all...] |
H A D | fitblk.c | 131 unsigned have; /* bytes written by deflate() call */ in main() local 165 have = size + EXCESS - def.avail_out; in main() 166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main() 175 size - have, size); in main() 218 have = size - def.avail_out; in main() 219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main() 231 size - have, size, def.total_in); in main()
|
H A D | zran.c | 52 // be constrained to have access points at block boundaries, but would require 89 index->have = 0; in add_point() 98 else if (index->have == index->mode) { in add_point() 109 // Fill in the access point and increment how many we have. in add_point() 110 point_t *next = (point_t *)(index->list) + index->have++; in add_point() 111 if (index->have < 0) { in add_point() 124 // Return the index, which may have been newly allocated or destroyed. in add_point() 232 point_t *list = realloc(index->list, sizeof(point_t) * index->have); in deflate_index_build() 241 return index->have; in deflate_index_build() 246 // that do not have inflatePrim 255 append_bits(unsigned value, int bits, unsigned char *in, int *have) append_bits() argument 298 int have = 0; inflatePreface() local [all...] |
H A D | zpipe.c | 39 unsigned have; in def() local 69 have = CHUNK - strm.avail_out; in def() 70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { in def() 95 unsigned have; in inf() local 135 have = CHUNK - strm.avail_out; in inf() 136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { in inf()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.cpp | 312 * If we can't use the D3D12 zero-one depth-range, we might have to apply in manual_depth_range() 672 d3d12_compare_varying_info(const d3d12_varying_info *expect, const d3d12_varying_info *have) in d3d12_compare_varying_info() argument 674 if (expect->mask != have->mask) in d3d12_compare_varying_info() 686 if (memcmp(&expect->slots[slot], &have->slots[slot], sizeof(have->slots[slot]))) in d3d12_compare_varying_info() 693 return !memcmp(expect, have, sizeof(struct d3d12_varying_info)); in d3d12_compare_varying_info() 697 d3d12_compare_shader_keys(const d3d12_shader_key *expect, const d3d12_shader_key *have) in d3d12_compare_shader_keys() argument 699 assert(expect->stage == have->stage); in d3d12_compare_shader_keys() 701 assert(have); in d3d12_compare_shader_keys() 703 if (expect->hash != have in d3d12_compare_shader_keys() [all...] |
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js | 96 'package.json' does not have a 'typesVersions' field. 102 'package.json' does not have a 'typings' field. 103 'package.json' does not have a 'types' field. 122 'package.json' does not have a 'typesVersions' field. 128 'package.json' does not have a 'typings' field. 129 'package.json' does not have a 'types' field. 130 'package.json' does not have a 'main' field. 142 'package.json' does not have a 'typesVersions' field. 148 'package.json' does not have a 'typings' field. 149 'package.json' does not have [all...] |
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js | 96 'package.json' does not have a 'typesVersions' field. 102 'package.json' does not have a 'typings' field. 103 'package.json' does not have a 'types' field. 122 'package.json' does not have a 'typesVersions' field. 128 'package.json' does not have a 'typings' field. 129 'package.json' does not have a 'types' field. 130 'package.json' does not have a 'main' field. 142 'package.json' does not have a 'typesVersions' field. 148 'package.json' does not have a 'typings' field. 149 'package.json' does not have [all...] |
/third_party/python/Tools/scripts/ |
H A D | reindent.py | 223 have = getlspace(lines[thisstmt]) 227 if have: 231 want = have2want.get(have, -1) 237 if have == getlspace(lines[jline]): 247 want = have + (getlspace(after[jline - 1]) - 252 want = have 256 have2want[have] = want 257 diff = want - have 258 if diff == 0 or have == 0:
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 103 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 494 have = strm->avail_in; \ 505 strm->avail_in = have; \ 521 if (have == 0) goto inf_leave; \ 522 have--; \ 596 would all have to actually be part of the saved state in case NEEDBITS() 642 unsigned have, left; /* available input and output */ local 665 in = have; 772 if (copy > have) copy = have; [all...] |
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 103 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 493 have = strm->avail_in; \ 504 strm->avail_in = have; \ 520 if (have == 0) goto inf_leave; \ 521 have--; \ 595 would all have to actually be part of the saved state in case NEEDBITS() 641 unsigned have, left; /* available input and output */ local 664 in = have; 771 if (copy > have) copy = have; [all...] |