Searched refs:highBits (Results 1 – 5 of 5) sorted by relevance
25 public $highBits; variable in Google\\Service\\Dataflow\\SplitInt6434 public function setHighBits($highBits) argument36 $this->highBits = $highBits;43 return $this->highBits;
15 …_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(lowBits,high… argument
19 …_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(lowBits,high… argument
23 …_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(lowBits,high… argument
78199 var highBits = (bits - lowBits) / 0x100000000;78201 this._block.writeUInt32BE(highBits, this._blockSize - 8);