Home
last modified time | relevance | path

Searched refs:lowBits (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSplitInt64.php29 public $lowBits; variable in Google\\Service\\Dataflow\\SplitInt64
48 public function setLowBits($lowBits) argument
50 $this->lowBits = $lowBits;
57 return $this->lowBits;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15 …WR_32_DBL_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(low… argument
H A Dvorbis.js19 …WR_32_DBL_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(low… argument
H A Dopus.js23 …WR_32_DBL_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(low… argument
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js78198 var lowBits = (bits & 0xffffffff) >>> 0;
78199 var highBits = (bits - lowBits) / 0x100000000;
78203 this._block.writeUInt32BE(lowBits, this._blockSize - 4);