Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSplitInt64.php25 public $highBits; variable in Google\\Service\\Dataflow\\SplitInt64
34 public function setHighBits($highBits) argument
36 $this->highBits = $highBits;
43 return $this->highBits;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15 …_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(lowBits,high… argument
H A Dvorbis.js19 …_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(lowBits,high… argument
H A Dopus.js23 …_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(lowBits,high… argument
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js78199 var highBits = (bits - lowBits) / 0x100000000;
78201 this._block.writeUInt32BE(highBits, this._blockSize - 8);