Home
last modified time | relevance | path

Searched refs:writeUIntBE (Results 1 - 5 of 5) sorted by relevance

/third_party/node/benchmark/buffers/
H A Dbuffer-write.js61 writeUIntBE: INT16,
68 writeUIntBE: 2,
/third_party/node/test/common/
H A Dtls.js58 length.writeUIntBE(encrypted_pre_primary_secret.length, 0, 2);
143 handshake_header.writeUIntBE(msg.length, 1, 3);
/third_party/node/lib/internal/
H A Dbuffer.js753 function writeUIntBE(value, offset, byteLength) { function
1005 proto.writeUIntBE = writeUIntBE;
1012 proto.writeUintBE = writeUIntBE;
/third_party/node/test/parallel/
H A Dtest-buffer-alloc.js949 buf.writeUIntBE(0x123456, 0, 3);
999 buf.writeUIntBE(0x1234567890, 0, 5);
/third_party/node/deps/undici/
H A Dundici.js11952 buffer.writeUIntBE(bodyLength, 4, 6);

Completed in 15 milliseconds