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

12

/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/android_icu4j/src/main/java/android/icu/impl/locale/
H A DBaseLocale.java31 private transient volatile int _hash = 0; field in class:BaseLocale
134 int h = _hash;
149 _hash = h;
160 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
216 int h = _hash;
235 _hash = h;
H A DAsciiUtil.java170 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
174 _hash = AsciiUtil.toLowerString(key).hashCode();
190 return _hash;
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
H A DBaseLocale.java27 private transient volatile int _hash = 0; field in class:BaseLocale
127 int h = _hash;
142 _hash = h;
153 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
206 int h = _hash;
225 _hash = h;
H A DAsciiUtil.java164 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
168 _hash = AsciiUtil.toLowerString(key).hashCode();
182 return _hash;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DBaseLocale.java27 private transient volatile int _hash = 0; field in class:BaseLocale
130 int h = _hash;
145 _hash = h;
156 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
212 int h = _hash;
231 _hash = h;
H A DAsciiUtil.java166 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
170 _hash = AsciiUtil.toLowerString(key).hashCode();
186 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/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h32 IHashCalc *_hash; member in class:COutStreamWithHash
45 void InitCRC() { _hash->InitForNewFile(); }
287 _hashStreamSpec->_hash = hash;
H A DArchiveExtractCallback.cpp53 _hash->Update(data, size);
1442 _hashStreamSpec->_hash->Final(_item.IsDir,
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp124 template<char...Cs> constexpr unsigned operator"" _hash() { function
/external/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.h321 _hashStreamSpec->_hash = hash;
H A DExtractCallback.cpp935 _hashStreamSpec->_hash->Final(_isFolder, _isAltStream, _filePath);
/external/python/cpython3/Lib/unittest/test/testmock/
H A Dtestmagicmethods.py159 def _hash(s): function in function:TestMockingMagicMethods.test_hash
161 mock.__hash__ = _hash
/external/python/cpython3/Lib/
H A Dpathlib.py614 '_str', '_hash', '_pparts', '_cached_cparts',
741 return self._hash
743 self._hash = hash(tuple(self._cparts))
744 return self._hash
H A D_collections_abc.py521 def _hash(self): member in class:Set
/external/python/cpython3/Lib/test/
H A Dtest_ordered_dict.py476 self._hash = hash
479 return self._hash
H A Dtest_pprint.py56 self._hash = hash
70 return self._hash
H A Dtest_collections.py1166 return self._hash()
/external/python/cpython2/Lib/
H A D_abcoll.py247 def _hash(self): member in class:Set
/external/icu/icu4c/source/common/
H A Ducurr.cpp128 : _hash(hash) {
137 const icu::Hashtable& _hash; member in class:EquivIterator
144 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current);
/external/clang/bindings/python/clang/
H A Dcindex.py1443 if not hasattr(self, '_hash'):
1444 self._hash = conf.lib.clang_hashCursor(self)
1446 return self._hash
/external/python/cpython2/Lib/test/
H A Dtest_collections.py543 return self._hash()
/external/annotation-tools/asmx/test/lib/
H A Dserp.jarMETA-INF/ META-INF/MANIFEST.MF serp/ serp/bytecode/ serp/bytecode/lowlevel/ serp/bytecode/visitor/ serp/ ...

Completed in 3317 milliseconds

12