Searched refs:low_ (Results 1 – 6 of 6) sorted by relevance
213 dstnode->low_ = srcnode->low_; in jpc_tagtree_copy()232 node->low_ = 0; in jpc_tagtree_reset()291 if (low > node->low_) { in jpc_tagtree_encode()294 node->low_ = low; in jpc_tagtree_encode()296 low = node->low_; in jpc_tagtree_encode()314 node->low_ = low; in jpc_tagtree_encode()321 return (leaf->low_ < threshold) ? 1 : 0; in jpc_tagtree_encode()351 if (low > node->low_) { in jpc_tagtree_decode()352 node->low_ = low; in jpc_tagtree_decode()354 low = node->low_; in jpc_tagtree_decode()[all …]
106 int low_; member
1796 pceBuffer_.put(result, rcei.low_, rcei.high_); in previousProcessed()1813 range.ixLow_ = pcei.low_; in previousProcessed()1832 int low_; field in StringSearch.CollationPCE.PCEI1857 buffer_[bufferIndex_].low_ = ixLow; in put()1874 int low_; field in StringSearch.CollationPCE.RCEI1894 buffer_[bufferIndex_].low_ = ixLow; in put()
1812 pceBuffer_.put(result, rcei.low_, rcei.high_); in previousProcessed()1829 range.ixLow_ = pcei.low_; in previousProcessed()1848 int low_; field in StringSearch.CollationPCE.PCEI1873 buffer_[bufferIndex_].low_ = ixLow; in put()1890 int low_; field in StringSearch.CollationPCE.RCEI1910 buffer_[bufferIndex_].low_ = ixLow; in put()
40965 this.low_ = low | 0; // force into 32 signed bits.41176 return this.low_;41246 return this.low_;41252 return (this.low_ >= 0) ?41253 this.low_ : goog.math.Long.TWO_PWR_32_DBL_ + this.low_;41269 var val = this.high_ != 0 ? this.high_ : this.low_;41282 return this.high_ == 0 && this.low_ == 0;41294 return (this.low_ & 1) == 1;41303 return (this.high_ == other.high_) && (this.low_ == other.low_);41312 return (this.high_ != other.high_) || (this.low_ != other.low_);[all …]
7466 this.low_ = low | 0; // force into 32 signed bits.7677 return this.low_;7747 return this.low_;7753 return (this.low_ >= 0) ?7754 this.low_ : goog.math.Long.TWO_PWR_32_DBL_ + this.low_;7770 var val = this.high_ != 0 ? this.high_ : this.low_;7783 return this.high_ == 0 && this.low_ == 0;7795 return (this.low_ & 1) == 1;7804 return (this.high_ == other.high_) && (this.low_ == other.low_);7813 return (this.high_ != other.high_) || (this.low_ != other.low_);[all …]