Home
last modified time | relevance | path

Searched refs:writeUInt32BE (Results 1 - 6 of 6) sorted by relevance

/third_party/node/test/common/
H A Dinspector-helper.js109 wsHeaderBuf.writeUInt32BE(bodyLen, 2);
110 wsHeaderBuf.writeUInt32BE(0, 6);
114 wsHeaderBuf.writeUInt32BE(0x01020408, maskOffset);
H A Dtls.js121 write_seq.writeUInt32BE(this.write_seq++, 4);
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dutf32.js35 var write32 = this.isLE ? dst.writeUInt32LE : dst.writeUInt32BE;
91 buf.writeUInt32BE(this.highSurrogate, 0);
/third_party/node/benchmark/buffers/
H A Dbuffer-write.js58 writeUInt32BE: UINT32,
/third_party/node/lib/internal/
H A Dbuffer.js816 function writeUInt32BE(value, offset = 0) { function
1006 proto.writeUInt32BE = writeUInt32BE;
1013 proto.writeUint32BE = writeUInt32BE;
/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js164 buff.writeUInt32BE((0, helpers_1.ipv4ToInt32)(options.remoteHost.host));

Completed in 6 milliseconds