/third_party/lzma/Java/SevenZip/Compression/LZ/ |
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[hash2Value] = _pos; in Skip() [all …]
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
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[hash2Value] = _pos; in Skip() [all …]
|
/third_party/node/test/parallel/ |
D | test-zlib-random-byte-pipes.js | 82 this._hash = this._hasher.digest('hex').toLowerCase().trim(); 138 this._hash = this._hasher.digest('hex').toLowerCase().trim(); 139 this.emit('data', this._hash); 156 assert.strictEqual(c, inp._hash, `Hash '${c}' equals '${inp._hash}'.`);
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
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/ |
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()
|
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/ |
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()
|
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/ |
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/ |
D | ArchiveExtractCallback.h | 34 IHashCalc *_hash; 47 void InitCRC() { _hash->InitForNewFile(); } in InitCRC() 473 _hashStreamSpec->_hash = hash; in SetHashMethods()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-map.h | 64 lws_map_hash_from_key_t _hash; member
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.h | 320 _hashStreamSpec->_hash = hash; in SetHashMethods()
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 161 def _hash(s): function 163 mock.__hash__ = _hash
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | lhash.h | 46 return name##_hash(a); }
|
/third_party/python/Lib/ |
D | pathlib.py | 668 return self._hash 670 self._hash = hash(tuple(self._cparts)) 671 return self._hash
|
/third_party/python/Doc/library/ |
D | collections.abc.rst | 407 The :class:`Set` mixin provides a :meth:`_hash` method to compute a hash value 411 ``__hash__ = Set._hash``.
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/ |
D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/ |
D | lhash.h | 54 return name##_hash(a); }
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
D | lhash.h | 54 return name##_hash(a); }
|