Searched refs:_hash (Results 1 - 14 of 14) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/
H A DByteArrayBuffer.java161 if (_hash != 0 && obj instanceof AbstractBuffer)
164 if (ab._hash != 0 && _hash != ab._hash)
192 if (_hash != 0 && b instanceof AbstractBuffer)
195 if (ab._hash != 0 && _hash != ab._hash) return false;
242 if (_hash == 0 || _hashGet!=_get || _hashPut!=_put)
250 _hash
[all...]
H A DAbstractBuffer.java51 protected int _hash; field in class:AbstractBuffer
181 if (_hash != 0 && obj instanceof AbstractBuffer)
184 if (ab._hash != 0 && _hash != ab._hash) return false;
208 if (_hash != 0 && b instanceof AbstractBuffer)
211 if (ab._hash != 0 && _hash != ab._hash) return false;
293 if (_hash
[all...]
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs14 UInt32[] _hash; field in class:SevenZip.Compression.LZ.BinTree
58 _hash[i] = kEmptyHashValue;
115 _hash = new UInt32[_hashSizeSum = hs];
150 UInt32 curMatch = _hash[kFixHashSize + hashValue];
153 UInt32 curMatch2 = _hash[hash2Value];
154 UInt32 curMatch3 = _hash[kHash3Offset + hash3Value];
155 _hash[hash2Value] = _pos;
156 _hash[kHash3Offset + hash3Value] = _pos;
179 _hash[kFixHashSize + hashValue] = _pos;
278 _hash[hash2Valu
[all...]
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java14 int[] _hash; field in class:BinTree
58 _hash[i] = kEmptyHashValue;
115 _hash = new int [_hashSizeSum = hs];
150 int curMatch = _hash[kFixHashSize + hashValue];
153 int curMatch2 = _hash[hash2Value];
154 int curMatch3 = _hash[kHash3Offset + hash3Value];
155 _hash[hash2Value] = _pos;
156 _hash[kHash3Offset + hash3Value] = _pos;
179 _hash[kFixHashSize + hashValue] = _pos;
278 _hash[hash2Valu
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DBaseLocale.java25 private transient volatile int _hash = 0; field in class:BaseLocale
125 int h = _hash;
140 _hash = h;
151 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
204 int h = _hash;
223 _hash = h;
H A DAsciiUtil.java162 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
166 _hash = AsciiUtil.toLowerString(key).hashCode();
180 return _hash;
/external/freetype/src/cache/
H A Dftccache.h214 FT_Offset _hash = (FT_Offset)(hash); \
223 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
233 if ( _node->hash == _hash && \
243 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dintset.py84 __slots__ = ["_ranges","_min","_max","_hash"]
107 self._hash = args[0]._hash
213 self._hash = hash(self._ranges)
270 newset._hash = hash(self._ranges)
402 return self._hash
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp124 template<char...Cs> constexpr unsigned operator"" _hash() { function
/external/icu/icu4c/source/i18n/
H A Ducurr.cpp131 : _hash(hash) {
140 const icu::Hashtable& _hash; member in class:EquivIterator
147 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current);
/external/clang/bindings/python/clang/
H A Dcindex.py1367 if not hasattr(self, '_hash'):
1368 self._hash = conf.lib.clang_hashCursor(self)
1370 return self._hash
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jar ... boolean _volatile protected int _get protected int _put protected int _hash protected int _hashGet protected int _hashPut protected int _mark protected ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 234 milliseconds