Searched refs:push16 (Results 1 – 2 of 2) sorted by relevance
1642 arr.push16(255); // red-max1643 arr.push16(255); // green-max1644 arr.push16(255); // blue-max1673 arr.push16(encList.length); // encoding count1690 arr.push16(x);1691 arr.push16(y);1692 arr.push16(xw);1693 arr.push16(yw);1723 arr.push16(0);1735 arr.push16(x);[all …]
25 Array.prototype.push16 = function (num) { method in Array