Home
last modified time | relevance | path

Searched refs:byteView (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/typedarray/
Dindex.js602 bytes = [], i, byteView;
614 byteView = new exports.Uint8Array(this.buffer, byteOffset, arrayType.BYTES_PER_ELEMENT);
615 byteView.set(bytes);
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp747 auto byteView = reinterpret_cast<const uint8_t*>(buffer + index); in Check() local
750 sprintf(buf, "%02X ", byteView[b]); in Check()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp94 auto byteView = reinterpret_cast<const uint8_t*>(buffer + index); in printBuffer() local
97 sprintf(buf, "%02X ", byteView[b]); in printBuffer()
/third_party/node/tools/
Dlint-md.mjs28090 bytes = [], i, byteView;
28102 byteView = new exports.Uint8Array(this.buffer, byteOffset, arrayType.BYTES_PER_ELEMENT);
28103 byteView.set(bytes);