Lines Matching refs:last

6844 	    function last(array) {
12895 lodash.last = last;
20817 var last = ending && (!chunk || ws.length === chunk.length);
20826 if (last)
21403 function flush_block_only (s, last) {
21404 …es._tr_flush_block(s, (s.block_start >= 0 ? s.block_start : -1), s.strstart - s.block_start, last);
24160 function _tr_stored_block(s, buf, stored_len, last)
24166 send_bits(s, (STORED_BLOCK<<1)+(last ? 1 : 0), 3); /* send block type */
24186 function _tr_flush_block(s, buf, stored_len, last)
24244 _tr_stored_block(s, buf, stored_len, last);
24248 send_bits(s, (STATIC_TREES<<1) + (last ? 1 : 0), 3);
24252 send_bits(s, (DYN_TREES<<1) + (last ? 1 : 0), 3);
24262 if (last) {
24531 this.last = false; /* true if processing last block */
24598 state.last = 0;
25178 if (state.last) {
25194 state.last = (hold & 0x01)/*BITS(1)*/;
25872 strm.data_type = state.bits + (state.last ? 64 : 0) +
25980 var last; /* have enough input while in < last */
26013 last = _in + (strm.avail_in - 5);
26244 } while (_in < last && _out < end);
26255 strm.avail_in = (_in < last ? 5 + (last - _in) : 5 - (_in - last));
28173 …var bounds, dx, dy, encode, fn, form, grad, group, gstate, i, last, m, m0, m1, m11, m12, m2, m21, …
28178 last = this.stops[this.stops.length - 1];
28179 if (last[0] < 1) {
28180 this.stops.push([1, last[1], last[2]]);
30135 var added, alphabet, carry, i, index, isUpperCase, last, length, next, result;
30141 last = input.charAt(--i);
30142 if (isNaN(last)) {
30143 index = alphabet.indexOf(last.toLowerCase());
30145 next = last;
30149 isUpperCase = last === last.toUpperCase();
30161 next = +last + 1;
30413 …deltas, diff, endCode, endCodes, entrySelector, glyphIDs, i, id, indexes, last, map, nextID, offse…
30462 last = diff = null;
30474 if ((last == null) || delta !== diff) {
30475 if (last) {
30476 endCodes.push(last);
30481 last = code;
30483 if (last) {
30484 endCodes.push(last);
30588 var i, last, lsbCount, m, _i, _j, _ref, _results;
30616 last = this.widths[this.widths.length - 1];
30619 _results.push(this.widths.push(last));
31997 var bk, breaker, fbk, l, last, lbk, shouldContinue, w, word, wordWidths;
31999 last = null;
32002 word = text.slice((last != null ? last.position : void 0) || 0, bk.position);
32005 lbk = last;
32024 shouldContinue = fn(word, w, bk, last);
32029 last = bk;
32068 return function(word, w, bk, last) {
32070 if ((last == null) || last.required) {