Lines Matching refs:output

23     var output = [];
46output.push(_keyStr.charAt(enc1) + _keyStr.charAt(enc2) + _keyStr.charAt(enc3) + _keyStr.charAt(en…
50 return output.join("");
89 var output;
91 output = new Uint8Array(totalLength|0);
93 output = new Array(totalLength|0);
107 output[resultIndex++] = chr1;
110 output[resultIndex++] = chr2;
113 output[resultIndex++] = chr3;
118 return output;
4841 strm.output = new utils.Buf8(chunkSize);
4854 this.onData(strings.buf2binstring(utils.shrinkBuf(strm.output, strm.next_out)));
4856 this.onData(utils.shrinkBuf(strm.output, strm.next_out));
5207 strm.output = new utils.Buf8(chunkSize);
5244 next_out_utf8 = strings.utf8border(strm.output, strm.next_out);
5247 utf8str = strings.buf2string(strm.output, next_out_utf8);
5252 if (tail) { utils.arraySet(strm.output, strm.output, next_out_utf8, tail, 0); }
5257 this.onData(utils.shrinkBuf(strm.output, strm.next_out));
6048 utils.arraySet(strm.output, s.pending_buf, s.pending_out, len, strm.next_out);
7316 if (!strm.output ||
7922 var input, output; // JS specific, because we have no pointers
7931 output = strm.output;
7973 output[_out++] = here & 0xffff/*here.val*/;
8064 output[_out++] = s_window[from++];
8067 from_source = output;
8076 output[_out++] = s_window[from++];
8083 output[_out++] = s_window[from++];
8086 from_source = output;
8095 output[_out++] = s_window[from++];
8098 from_source = output;
8102 output[_out++] = from_source[from++];
8103 output[_out++] = from_source[from++];
8104 output[_out++] = from_source[from++];
8108 output[_out++] = from_source[from++];
8110 output[_out++] = from_source[from++];
8117 output[_out++] = output[from++];
8118 output[_out++] = output[from++];
8119 output[_out++] = output[from++];
8123 output[_out++] = output[from++];
8125 output[_out++] = output[from++];
8561 var input, output; // input/output buffers
8586 if (!strm || !strm.state || !strm.output ||
8597 output = strm.output;
9041 utils.arraySet(output, input, next, copy, put);
9294 output = strm.output;
9517 from_source = output;
9525 output[put++] = from_source[from++];
9531 output[put++] = state.length;
9552 …(state.flags ? crc32(state.check, output, _out, put - _out) : adler32(state.check, output, _out, p…
9628 if (updatewindow(strm, strm.output, strm.next_out, _out - strm.avail_out)) {
9640 …(state.flags ? crc32(state.check, output, _out, strm.next_out - _out) : adler32(state.check, outpu…
11368 this.output = null; // JS specific, because we have no pointers