/third_party/node/test/parallel/ |
D | test-buffer-writeuint.js | 104 data.writeUInt32BE(value, 0); 107 data.writeUInt32BE(value, 1); 110 data.writeUInt32BE(value, 2);
|
D | test-crypto-prime.js | 118 buf.writeUInt32BE(check); 128 buf.writeUInt32BE(check);
|
D | test-buffer-arraybuffer.js | 28 buf.writeUInt32BE(0xB47, 4);
|
/third_party/node/test/common/ |
D | inspector-helper.js | 109 wsHeaderBuf.writeUInt32BE(bodyLen, 2); 110 wsHeaderBuf.writeUInt32BE(0, 6); 114 wsHeaderBuf.writeUInt32BE(0x01020408, maskOffset);
|
D | tls.js | 121 write_seq.writeUInt32BE(this.write_seq++, 4);
|
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
D | utf32.js | 35 var write32 = this.isLE ? dst.writeUInt32LE : dst.writeUInt32BE; 91 buf.writeUInt32BE(this.highSurrogate, 0);
|
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | smartbuffer.js | 466 writeUInt32BE(value, offset) { method in SmartBuffer 467 return this._writeNumberValue(Buffer.prototype.writeUInt32BE, 4, value, offset); 478 return this._insertNumberValue(Buffer.prototype.writeUInt32BE, 4, value, offset);
|
/third_party/node/benchmark/buffers/ |
D | buffer-write.js | 58 writeUInt32BE: UINT32, property
|
/third_party/node/lib/internal/ |
D | buffer.js | 816 function writeUInt32BE(value, offset = 0) { function 1006 proto.writeUInt32BE = writeUInt32BE; 1013 proto.writeUint32BE = writeUInt32BE;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_buffer.js | 413 this.writeUInt32BE = function (...args) { method in mockBuffer.BufferClass
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
D | socksclient.js | 164 buff.writeUInt32BE(ip.toLong(options.remoteHost.host));
|
/third_party/node/deps/npm/node_modules/buffer/ |
D | index.js | 1481 Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) { method in Buffer
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 1299 writeUInt32BE(value: number, offset: number): number; method
|
/third_party/node/doc/api/ |
D | buffer.md | 4729 ### `buf.writeUInt32BE(value[, offset])` 4761 buf.writeUInt32BE(0xfeedface, 0); 4772 buf.writeUInt32BE(0xfeedface, 0);
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 7178 writeUInt32BE(value, offset) { 7179 return this._writeNumberValue(Buffer.prototype.writeUInt32BE, 4, value, offset); 7190 return this._insertNumberValue(Buffer.prototype.writeUInt32BE, 4, value, offset); 8310 buff.writeUInt32BE(ip.toLong(options.remoteHost.host));
|