Home
last modified time | relevance | path

Searched refs:readIntLE (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-buffer-readint.js119 assert.strictEqual(buffer.readIntLE(0, 1), 0x01);
121 assert.strictEqual(buffer.readIntLE(0, 3), 0x030201);
123 assert.strictEqual(buffer.readIntLE(0, 5), 0x0504030201);
125 assert.strictEqual(buffer.readIntLE(0, 6), 0x060504030201);
127 assert.strictEqual(buffer.readIntLE(1, 6), 0x070605040302);
129 assert.strictEqual(buffer.readIntLE(2, 6), 0x080706050403);
Dtest-buffer-alloc.js936 assert.strictEqual(buf.readIntLE(0, 3), 0x123456);
946 assert.strictEqual(buf.readIntLE(0, 3), -0x123456);
956 assert.strictEqual(buf.readIntLE(0, 3), -0x123400);
966 assert.strictEqual(buf.readIntLE(0, 3), -0x120000);
986 assert.strictEqual(buf.readIntLE(0, 5), 0x1234567890);
996 assert.strictEqual(buf.readIntLE(0, 5), -0x1234567890);
1006 assert.strictEqual(buf.readIntLE(0, 5), -0x0012000000);
/third_party/node/deps/npm/node_modules/npm-registry-fetch/node_modules/safe-buffer/
Dindex.d.ts17 readIntLE(offset: number, byteLength: number, noAssert?: boolean): number;
/third_party/node/deps/npm/node_modules/string_decoder/node_modules/safe-buffer/
Dindex.d.ts17 readIntLE(offset: number, byteLength: number, noAssert?: boolean): number;
/third_party/node/deps/npm/node_modules/safe-buffer/
Dindex.d.ts17 readIntLE(offset: number, byteLength: number, noAssert?: boolean): number;
/third_party/node/deps/npm/node_modules/tar/node_modules/safe-buffer/
Dindex.d.ts17 readIntLE(offset: number, byteLength: number, noAssert?: boolean): number;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js248 this.readIntLE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/lib/internal/
Dbuffer.js336 function readIntLE(offset, byteLength) { function
990 proto.readIntLE = readIntLE;
/third_party/typescript/src/compiler/
Dsys.ts1027 readIntLE(offset: number, byteLength: number): number; method
/third_party/node/doc/api/
Dbuffer.md1841 ### `buf.readIntLE(offset, byteLength)`
1864 console.log(buf.readIntLE(0, 6).toString(16));
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md2585 …writeIntLE`, `buf.writeIntBE`, `buf.readUIntLE`, `buf.readUIntBE`, `buf.readIntLE` and `buf.readIn…
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1 …h),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},s.prototype.readIntLE=function(t,e,r){…