Searched refs:writeUIntBE (Results 1 - 5 of 5) sorted by relevance
/third_party/node/benchmark/buffers/ |
H A D | buffer-write.js | 61 writeUIntBE: INT16, 68 writeUIntBE: 2,
|
/third_party/node/test/common/ |
H A D | tls.js | 58 length.writeUIntBE(encrypted_pre_primary_secret.length, 0, 2); 143 handshake_header.writeUIntBE(msg.length, 1, 3);
|
/third_party/node/lib/internal/ |
H A D | buffer.js | 753 function writeUIntBE(value, offset, byteLength) { function 1005 proto.writeUIntBE = writeUIntBE; 1012 proto.writeUintBE = writeUIntBE;
|
/third_party/node/test/parallel/ |
H A D | test-buffer-alloc.js | 949 buf.writeUIntBE(0x123456, 0, 3); 999 buf.writeUIntBE(0x1234567890, 0, 5);
|
/third_party/node/deps/undici/ |
H A D | undici.js | 11952 buffer.writeUIntBE(bodyLength, 4, 6);
|
Completed in 15 milliseconds