Lines Matching refs:subarray
1438 …for(n = 1; n != 16; ++n) out[n - 1] = typeof Int32Array !== 'undefined' ? table.subarray(n * 256, …
23114 var subarray = function() { function
23118 if (typeof Uint8Array.prototype.subarray == "undefined")
23121 if (typeof Buffer.prototype.subarray == "undefined")
23124 return "subarray";
23127 return "subarray";
23253 return usz[subarray](0, L);
23334 res = buf[subarray](l, ptr[0]);
23339 res = buf[subarray](ptr[0], ptr[0] + len);
23344 res = buf[subarray](ptr[0], ptr[0] + len);
23349 res = buf[subarray](ptr[0], ptr[0] + len);
23391 var ai = parse_shallow(buf[subarray](ptr[0], ptr[0] + len));
23402 data: buf[subarray](ptr[0], ptr[0] + fl)
23462 chunks.push(buf[subarray](ptr[0], ptr[0] + len));
23495 chunks.push(chunks[j][subarray](chunks[j].length - off, chunks[j].length - off + length));
23498 chunks.push(chunks[j][subarray](chunks[j].length - off));
23508 chunks.push(chunks[j][subarray](0, length));
23531 out.push.apply(out, parse_snappy_chunk(t, buf[subarray](l, l + len)));
23564 out.push(buf[subarray](l, l + c));
23754 throw new Error("Unsupported cell type ".concat(buf[subarray](0, 4)));
23758 throw new Error("Unsupported cell type ".concat(buf[subarray](0, 4)));
23822 …upported cell type ".concat(buf[1], " : ").concat(fields & 31, " : ").concat(buf[subarray](0, 4)));
23866 return out[subarray](0, l);
23898 return out[subarray](0, l);
24004 cells[offsets[C][0]] = used_storage[subarray](offsets[C][1] * width, offsets[C + 1][1] * width);
24006 …cells[offsets[offsets.length - 1][0]] = used_storage[subarray](offsets[offsets.length - 1][1] * wi…