Searched refs:lowBits (Results 1 – 5 of 5) sorted by relevance
29 public $lowBits; variable in Google\\Service\\Dataflow\\SplitInt6448 public function setLowBits($lowBits) argument50 $this->lowBits = $lowBits;57 return $this->lowBits;
15 …WR_32_DBL_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(low… argument
19 …WR_32_DBL_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(low… argument
23 …WR_32_DBL_|0)}});goog.math.Long.fromBits=(function(lowBits,highBits){return new goog.math.Long(low… argument
78198 var lowBits = (bits & 0xffffffff) >>> 0;78199 var highBits = (bits - lowBits) / 0x100000000;78203 this._block.writeUInt32BE(lowBits, this._blockSize - 4);