Home
last modified time | relevance | path

Searched refs:low_ (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_tagtree.c213 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 …]
Djpc_tagtree.h106 int low_; member
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringSearch.java1796 pceBuffer_.put(result, rcei.low_, rcei.high_); in previousProcessed()
1813 range.ixLow_ = pcei.low_; in previousProcessed()
1832 int low_; field in StringSearch.CollationPCE.PCEI
1857 buffer_[bufferIndex_].low_ = ixLow; in put()
1874 int low_; field in StringSearch.CollationPCE.RCEI
1894 buffer_[bufferIndex_].low_ = ixLow; in put()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1812 pceBuffer_.put(result, rcei.low_, rcei.high_); in previousProcessed()
1829 range.ixLow_ = pcei.low_; in previousProcessed()
1848 int low_; field in StringSearch.CollationPCE.PCEI
1873 buffer_[bufferIndex_].low_ = ixLow; in put()
1890 int low_; field in StringSearch.CollationPCE.RCEI
1910 buffer_[bufferIndex_].low_ = ixLow; in put()
/external/v8/test/mjsunit/asm/embenchen/
Dlua_binarytrees.js40965 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 …]
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js7466 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 …]