HomeSort by relevance Sort by last modified time
    Searched refs:_hash (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 14 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[hash2Value] = _pos;
    [all...]
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 14 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[hash2Value] = _pos;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
BaseLocale.java 31 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;
AsciiUtil.java 170 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/
BaseLocale.java 27 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;
AsciiUtil.java 164 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/
BaseLocale.java 27 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;
AsciiUtil.java 166 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
170 _hash = AsciiUtil.toLowerString(key).hashCode();
186 return _hash;
  /external/freetype/src/cache/
ftccache.h 214 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/
ArchiveExtractCallback.h 32 IHashCalc *_hash; member in class:COutStreamWithHash
45 void InitCRC() { _hash->InitForNewFile(); }
287 _hashStreamSpec->_hash = hash;
ArchiveExtractCallback.cpp 53 _hash->Update(data, size);
    [all...]
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 124 template<char...Cs> constexpr unsigned operator"" _hash() { function
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 321 _hashStreamSpec->_hash = hash;
  /external/python/cpython3/Lib/unittest/test/testmock/
testmagicmethods.py 159 def _hash(s): function in function:TestMockingMagicMethods.test_hash
161 mock.__hash__ = _hash
  /external/python/cpython3/Lib/test/
test_ordered_dict.py 476 self._hash = hash
479 return self._hash
test_pprint.py 56 self._hash = hash
70 return self._hash
    [all...]
  /external/python/cpython3/Lib/
pathlib.py 614 '_str', '_hash', '_pparts', '_cached_cparts',
741 return self._hash
743 self._hash = hash(tuple(self._cparts))
744 return self._hash
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
_abcoll.py 247 def _hash(self): member in class:Set
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_abcoll.py 226 def _hash(self): member in class:Set
  /external/python/cpython2/Lib/
_abcoll.py 247 def _hash(self): member in class:Set
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_abcoll.py 228 def _hash(self): member in class:Set
  /prebuilts/gdb/linux-x86/lib/python2.7/
_abcoll.py 228 def _hash(self): member in class:Set
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 228 def _hash(self): member in class:Set
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 228 def _hash(self): member in class:Set
  /external/icu/icu4c/source/common/
ucurr.cpp 128 : _hash(hash) {
137 const icu::Hashtable& _hash; member in class:EquivIterator
144 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current);
    [all...]

Completed in 662 milliseconds

1 2 3 4