/third_party/lzma/Java/SevenZip/Compression/LZ/ |
H A D | BinTree.java | 14 int[] _hash;
field in BinTree 58 _hash[i] = kEmptyHashValue;
in Init() 115 _hash = new int [_hashSizeSum = hs];
in Create() 150 int curMatch = _hash[kFixHashSize + hashValue];
in GetMatches() 153 int curMatch2 = _hash[hash2Value];
in GetMatches() 154 int curMatch3 = _hash[kHash3Offset + hash3Value];
in GetMatches() 155 _hash[hash2Value] = _pos;
in GetMatches() 156 _hash[kHash3Offset + hash3Value] = _pos;
in GetMatches() 179 _hash[kFixHashSize + hashValue] = _pos;
in GetMatches() 278 _hash[hash2Valu in Skip() [all...] |
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | LzBinTree.cs | 14 UInt32[] _hash;
field in SevenZip.Compression.LZ.BinTree 58 _hash[i] = kEmptyHashValue;
in Init() 115 _hash = new UInt32[_hashSizeSum = hs];
in Create() 150 UInt32 curMatch = _hash[kFixHashSize + hashValue];
in GetMatches() 153 UInt32 curMatch2 = _hash[hash2Value];
in GetMatches() 154 UInt32 curMatch3 = _hash[kHash3Offset + hash3Value];
in GetMatches() 155 _hash[hash2Value] = _pos;
in GetMatches() 156 _hash[kHash3Offset + hash3Value] = _pos;
in GetMatches() 179 _hash[kFixHashSize + hashValue] = _pos;
in GetMatches() 278 _hash[hash2Valu in Skip() [all...] |
/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | 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 ); \
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | BaseLocale.java | 27 private transient volatile int _hash = 0; field in BaseLocale 130 int h = _hash; in hashCode() 145 _hash = h; in hashCode() 156 private volatile int _hash; // Default to 0 field in BaseLocale.Key 212 int h = _hash; in hashCode() 231 _hash = h; in hashCode()
|
H A D | AsciiUtil.java | 166 private int _hash; field in AsciiUtil.CaseInsensitiveKey 170 _hash = AsciiUtil.toLowerString(key).hashCode(); in CaseInsensitiveKey() 186 return _hash; in hashCode()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | BaseLocale.java | 31 private transient volatile int _hash = 0; field in BaseLocale 134 int h = _hash; in hashCode() 149 _hash = h; in hashCode() 160 private volatile int _hash; // Default to 0 field in BaseLocale.Key 216 int h = _hash; in hashCode() 235 _hash = h; in hashCode()
|
H A D | AsciiUtil.java | 173 private int _hash; field in AsciiUtil.CaseInsensitiveKey 177 _hash = AsciiUtil.toLowerString(key).hashCode(); in CaseInsensitiveKey() 193 return _hash; in hashCode()
|
/third_party/libwebsockets/lib/core/ |
H A D | lws_map.c | 134 if (!info->_hash) in lws_map_create() 135 map->info._hash = lws_map_hash_from_key_default; in lws_map_create() 207 h = map->info._hash(key, keylen); in lws_map_item_create() 230 lws_map_hash_t h = map->info._hash(key, keylen); in lws_map_item_lookup()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.h | 34 IHashCalc *_hash;
variable 45 void InitCRC() { _hash->InitForNewFile(); }
in InitCRC() 468 _hashStreamSpec->_hash = hash;
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | tags.py | 52 __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] 63 self._hash = hash((self._interpreter, self._abi, self._platform)) 82 (self._hash == other._hash) # Short-circuit ASAP for perf reasons. 89 return self._hash
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-map.h | 64 lws_map_hash_from_key_t _hash; member
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ExtractCallback.h | 303 _hashStreamSpec->_hash = hash;
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testmagicmethods.py | 161 def _hash(s): function 163 mock.__hash__ = _hash
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | lhash.h | 46 return name##_hash(a); }
|
/third_party/python/Lib/ |
H A D | pathlib.py | 466 '_str', '_hash', '_pparts', '_cached_cparts', 585 return self._hash 587 self._hash = hash(tuple(self._cparts)) 588 return self._hash
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | lhash.h | 54 return name##_hash(a); }
|