Lines Matching refs:Uint16Array
5423 Uint16Array: 2,
8520 …mpedArray || typedArray instanceof Int16Array || typedArray instanceof Uint16Array || typedArray i…
23656 exports.lookupOffsets = new Uint16Array([
23727 var kMaxHuffmanTableSize = new Uint16Array([
35207 var Uint16Array = global.Uint16Array;
35208 var un$Sort = Uint16Array && uncurryThis(Uint16Array.prototype.sort);
35212 un$Sort(new Uint16Array(2), null);
35214 un$Sort(new Uint16Array(2), {});
35224 var array = new Uint16Array(516);
35375 return function Uint16Array(data, byteOffset, length) {
36685 '%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,
40896 (typeof Uint16Array !== 'undefined') &&
40985 exports.Buf16 = Uint16Array;
52019 this.table = new Uint16Array(16); /* table of code length counts */
52020 this.trans = new Uint16Array(288); /* code -> symbol translation table */
52045 var length_base = new Uint16Array(30);
52049 var dist_base = new Uint16Array(30);
52106 var offs = new Uint16Array(16);
63192 var points = new Uint16Array(count);