Searched refs:byteView (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/typedarray/ |
D | index.js | 602 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/ |
D | DawnTest.cpp | 747 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/ |
D | DawnTest.cpp | 94 auto byteView = reinterpret_cast<const uint8_t*>(buffer + index); in printBuffer() local 97 sprintf(buf, "%02X ", byteView[b]); in printBuffer()
|
/third_party/node/tools/ |
D | lint-md.mjs | 28090 bytes = [], i, byteView; 28102 byteView = new exports.Uint8Array(this.buffer, byteOffset, arrayType.BYTES_PER_ELEMENT); 28103 byteView.set(bytes);
|