Searched refs:writeUIntBE (Results 1 – 14 of 14) sorted by relevance
/third_party/node/benchmark/buffers/ |
D | buffer-write.js | 61 writeUIntBE: INT16, property 68 writeUIntBE: 2, property
|
/third_party/node/test/common/ |
D | tls.js | 58 length.writeUIntBE(encrypted_pre_primary_secret.length, 0, 2); 143 handshake_header.writeUIntBE(msg.length, 1, 3);
|
/third_party/node/deps/undici/src/lib/websocket/ |
D | frame.js | 50 buffer.writeUIntBE(bodyLength, 4, 6)
|
/third_party/node/lib/internal/ |
D | buffer.js | 753 function writeUIntBE(value, offset, byteLength) { function 1005 proto.writeUIntBE = writeUIntBE; 1012 proto.writeUintBE = writeUIntBE;
|
/third_party/node/test/parallel/ |
D | test-buffer-writeuint.js | 127 data.writeUIntBE(value, 0, 6);
|
D | test-buffer-alloc.js | 949 buf.writeUIntBE(0x123456, 0, 3); 999 buf.writeUIntBE(0x1234567890, 0, 5);
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_buffer.js | 423 this.writeUIntBE = function (...args) { method in mockBuffer.BufferClass
|
/third_party/node/deps/npm/node_modules/buffer/ |
D | index.js | 1420 Buffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) { method in Buffer
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 1270 writeUIntBE(value: number, offset: number, byteLength: number): number; method
|
/third_party/node/doc/api/ |
D | buffer.md | 4827 ### `buf.writeUIntBE(value, offset, byteLength)` 4861 buf.writeUIntBE(0x1234567890ab, 0, 6); 4872 buf.writeUIntBE(0x1234567890ab, 0, 6);
|
/third_party/node/deps/undici/ |
D | undici.js | 10710 buffer.writeUIntBE(bodyLength, 4, 6);
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_IOJS.md | 2628 * Added `buf.writeUIntLE`, `buf.writeUIntBE`, `buf.writeIntLE`, `buf.writeIntBE`, `buf.readUIntLE`,…
|
D | CHANGELOG_V13.md | 1686 …://github.com/nodejs/node/commit/63eb4fee46)] - **buffer**: fix 6-byte writeUIntBE() range check (…
|
D | CHANGELOG_V12.md | 3691 …://github.com/nodejs/node/commit/719e33ff40)] - **buffer**: fix 6-byte writeUIntBE() range check (…
|