Lines Matching defs:offset
51 function checkBounds(buf, offset, byteLength) { argument
57 function checkInt(value, min, max, buf, offset, byteLength) { argument
91 function readBigUInt64LE(offset = 0) { argument
111 function readBigUInt64BE(offset = 0) { argument
131 function readBigInt64LE(offset = 0) { argument
149 function readBigInt64BE(offset = 0) { argument
167 function readUIntLE(offset, byteLength) { argument
186 function readUInt48LE(buf, offset = 0) { argument
200 function readUInt40LE(buf, offset = 0) { argument
214 function readUInt32LE(offset = 0) { argument
227 function readUInt24LE(buf, offset = 0) { argument
237 function readUInt16LE(offset = 0) { argument
247 function readUInt8(offset = 0) { argument
256 function readUIntBE(offset, byteLength) { argument
275 function readUInt48BE(buf, offset = 0) { argument
289 function readUInt40BE(buf, offset = 0) { argument
303 function readUInt32BE(offset = 0) { argument
316 function readUInt24BE(buf, offset = 0) { argument
326 function readUInt16BE(offset = 0) { argument
336 function readIntLE(offset, byteLength) { argument
355 function readInt48LE(buf, offset = 0) { argument
370 function readInt40LE(buf, offset = 0) { argument
384 function readInt32LE(offset = 0) { argument
397 function readInt24LE(buf, offset = 0) { argument
408 function readInt16LE(offset = 0) { argument
419 function readInt8(offset = 0) { argument
428 function readIntBE(offset, byteLength) { argument
447 function readInt48BE(buf, offset = 0) { argument
462 function readInt40BE(buf, offset = 0) { argument
476 function readInt32BE(offset = 0) { argument
489 function readInt24BE(buf, offset = 0) { argument
500 function readInt16BE(offset = 0) { argument
512 function readFloatBackwards(offset = 0) { argument
526 function readFloatForwards(offset = 0) { argument
540 function readDoubleBackwards(offset = 0) { argument
558 function readDoubleForwards(offset = 0) { argument
577 function writeBigU_Int64LE(buf, value, offset, min, max) { argument
599 function writeBigUInt64LE(value, offset = 0) { argument
603 function writeBigU_Int64BE(buf, value, offset, min, max) { argument
625 function writeBigUInt64BE(value, offset = 0) { argument
629 function writeBigInt64LE(value, offset = 0) { argument
634 function writeBigInt64BE(value, offset = 0) { argument
639 function writeUIntLE(value, offset, byteLength) { argument
656 function writeU_Int48LE(buf, value, offset, min, max) { argument
673 function writeU_Int40LE(buf, value, offset, min, max) { argument
689 function writeU_Int32LE(buf, value, offset, min, max) { argument
703 function writeUInt32LE(value, offset = 0) { argument
707 function writeU_Int24LE(buf, value, offset, min, max) { argument
719 function writeU_Int16LE(buf, value, offset, min, max) { argument
728 function writeUInt16LE(value, offset = 0) { argument
732 function writeU_Int8(buf, value, offset, min, max) { argument
746 function writeUInt8(value, offset = 0) { argument
750 function writeUIntBE(value, offset, byteLength) { argument
767 function writeU_Int48BE(buf, value, offset, min, max) { argument
784 function writeU_Int40BE(buf, value, offset, min, max) { argument
799 function writeU_Int32BE(buf, value, offset, min, max) { argument
813 function writeUInt32BE(value, offset = 0) { argument
817 function writeU_Int24BE(buf, value, offset, min, max) { argument
829 function writeU_Int16BE(buf, value, offset, min, max) { argument
838 function writeUInt16BE(value, offset = 0) { argument
842 function writeIntLE(value, offset, byteLength) { argument
859 function writeInt32LE(value, offset = 0) { argument
863 function writeInt16LE(value, offset = 0) { argument
867 function writeInt8(value, offset = 0) { argument
871 function writeIntBE(value, offset, byteLength) { argument
888 function writeInt32BE(value, offset = 0) { argument
892 function writeInt16BE(value, offset = 0) { argument
897 function writeDoubleForwards(val, offset = 0) { argument
913 function writeDoubleBackwards(val, offset = 0) { argument
929 function writeFloatForwards(val, offset = 0) { argument
941 function writeFloatBackwards(val, offset = 0) { argument