Home
last modified time | relevance | path

Searched refs:Int32Array (Results 1 – 10 of 10) sorted by relevance

/external/brotli/js/
Dpolyfill.js1 if (!Int32Array.__proto__.from) {
2 Object.defineProperty(Int32Array.__proto__, 'from', {
63 if (!Int32Array.prototype.fill) {
64 Int32Array.prototype.fill = Array.prototype.fill; class
Ddecode.js25 …var MAX_HUFFMAN_TABLE_SIZE = Int32Array.from([256, 402, 436, 468, 500, 534, 566, 598, 630, 662, 69…
26 …var CODE_LENGTH_CODE_ORDER = Int32Array.from([1, 2, 3, 4, 0, 5, 17, 6, 16, 7, 8, 9, 10, 11, 12, 13…
27 …var DISTANCE_SHORT_CODE_INDEX_OFFSET = Int32Array.from([0, 3, 2, 1, 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, …
28 …var DISTANCE_SHORT_CODE_VALUE_OFFSET = Int32Array.from([0, 0, 0, 0, -1, 1, -2, 2, -3, 3, -1, 1, -2…
29 …var FIXED_TABLE = Int32Array.from([0x020000, 0x020004, 0x020003, 0x030002, 0x020000, 0x020004, 0x0…
30 …var DICTIONARY_OFFSETS_BY_LENGTH = Int32Array.from([0, 0, 0, 0, 0, 4096, 9216, 21504, 35840, 44032…
31 …var DICTIONARY_SIZE_BITS_BY_LENGTH = Int32Array.from([0, 0, 0, 0, 10, 10, 11, 11, 10, 10, 10, 10, …
32 …var BLOCK_LENGTH_OFFSET = Int32Array.from([1, 5, 9, 13, 17, 25, 33, 41, 49, 65, 81, 97, 113, 145, …
33 …var BLOCK_LENGTH_N_BITS = Int32Array.from([2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 7…
178 s.blockTrees = new Int32Array(3091);
[all …]
Ddecode.min.js1Int32Array(3091),e.j[0]=7,e.k=3;var i=n(2147483644,3,120);e.l=new Int8Array(i),e.m=new Int32Array(…
/external/skia/experimental/tskit/bindings/
Dembind.d.ts14 HEAP32: Int32Array;
Dpublic_api.d.ts38 export type TypedArray = Float32Array | Int32Array;
/external/pdfium/testing/resources/javascript/
Darray_buffer.in44 ia = new Int32Array(ab);
/external/skia/modules/canvaskit/
Dinterface.js38 _scratchIRect = CanvasKit.Malloc(Int32Array, 4);
1050 return Int32Array.of(l, t, r, b);
1054 return Int32Array.of(x, y, x+w, y+h);
DCHANGELOG.md231 Instead, the format is 4 ints in either an array, an Int32Array or a piece of memory
/external/flatbuffers/js/
Dflatbuffers.js69 flatbuffers.int32 = new Int32Array(2);
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3592 export type IRect = Int32Array;
3617 export type TypedArray = Float32Array | Int32Array | Int16Array | Int8Array | Uint32Array |