Home
last modified time | relevance | path

Searched refs:hashValue (Results 1 - 12 of 12) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java137 int hashValue, hash2Value = 0, hash3Value = 0; in GetMatches()
145 hashValue = (temp ^ (CrcTable[_bufferBase[cur + 3] & 0xFF] << 5)) & _hashMask; in GetMatches()
148 hashValue = ((_bufferBase[cur] & 0xFF) ^ ((int)(_bufferBase[cur + 1] & 0xFF) << 8)); in GetMatches()
150 int curMatch = _hash[kFixHashSize + hashValue]; in GetMatches()
179 _hash[kFixHashSize + hashValue] = _pos; in GetMatches()
272 int hashValue; in Skip()
282 hashValue = (temp ^ (CrcTable[_bufferBase[cur + 3] & 0xFF] << 5)) & _hashMask; in Skip()
285 hashValue = ((_bufferBase[cur] & 0xFF) ^ ((int)(_bufferBase[cur + 1] & 0xFF) << 8)); in Skip()
287 int curMatch = _hash[kFixHashSize + hashValue]; in Skip()
288 _hash[kFixHashSize + hashValue] in Skip()
[all...]
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs137 UInt32 hashValue, hash2Value = 0, hash3Value = 0; in GetMatches()
145 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask; in GetMatches()
148 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8); in GetMatches()
150 UInt32 curMatch = _hash[kFixHashSize + hashValue]; in GetMatches()
179 _hash[kFixHashSize + hashValue] = _pos; in GetMatches()
272 UInt32 hashValue; in Skip()
282 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask; in Skip()
285 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8); in Skip()
287 UInt32 curMatch = _hash[kFixHashSize + hashValue]; in Skip()
288 _hash[kFixHashSize + hashValue] in Skip()
[all...]
/third_party/node/test/parallel/
H A Dtest-crypto.js298 let hashValue = '';
301 hashValue += data.toString('hex');
305 assert.strictEqual(hashValue, assertionHash);
H A Dtest-crypto-keygen.js619 for (const hashValue of [123, true, {}, []]) {
623 hashAlgorithm: hashValue
630 common.invalidArgTypeHelper(hashValue)
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp284 void ResourceInterface::registerObjectHash (deUint64 handle, std::size_t hashValue) const in registerObjectHash()
286 m_objectHashes[handle] = hashValue; in registerObjectHash()
529 std::size_t hashValue = calculateGraphicsPipelineHash(gpCI, objectHashes); in makeGraphicsPipelineIdentifier() local
530 memcpy(pipelineID.pipelineIdentifier, &hashValue, sizeof(std::size_t)); in makeGraphicsPipelineIdentifier()
538 std::size_t hashValue = calculateComputePipelineHash(cpCI, objectHashes); in makeComputePipelineIdentifier() local
539 memcpy(pipelineID.pipelineIdentifier, &hashValue, sizeof(std::size_t)); in makeComputePipelineIdentifier()
H A DvkResourceInterface.hpp148 std::size_t hashValue) const;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.h103 virtual SizeT hashValue() const { in hashValue() function in Ice::Operand
167 SizeT hashValue() const override { return 0; }
219 SizeT hashValue() const override { return std::hash<PrimType>()(Value); }
841 SizeT hashValue() const override { return std::hash<SizeT>()(getIndex()); }
H A DIceCfg.cpp459 size_t operator()(const Variable *Var) const { return Var->hashValue(); } in localCSE()
469 Result ^= Instr->getSrc(i)->hashValue(); in localCSE()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c289 ASN1_OCTET_STRING *hashValue; member
365 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
504 n->hash_len = ASN1_STRING_length(hash->hashValue); in add_logo()
505 n->hash = os_memdup(ASN1_STRING_get0_data(hash->hashValue), in add_logo()
616 data = hash->hashValue->data; in i2r_HashAlgAndValue()
617 for (i = 0; i < hash->hashValue->length; i++) in i2r_HashAlgAndValue()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dhttp_curl.c289 ASN1_OCTET_STRING *hashValue; member
365 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
504 n->hash_len = ASN1_STRING_length(hash->hashValue); in add_logo()
505 n->hash = os_memdup(ASN1_STRING_get0_data(hash->hashValue), in add_logo()
616 data = hash->hashValue->data; in i2r_HashAlgAndValue()
617 for (i = 0; i < hash->hashValue->length; i++) in i2r_HashAlgAndValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp581 std::size_t hashValue = calculateGraphicsPipelineHash(graphicsPipelineCI, resourceInterface->getObjectHashes()); in createGraphicsPipelines() local
582 memcpy(pipelineOfflineCreateInfo.pipelineIdentifier, &hashValue, sizeof(std::size_t)); in createGraphicsPipelines()
629 std::size_t hashValue = calculateComputePipelineHash(computePipelineCI, resourceInterface->getObjectHashes()); in createComputePipelines() local
630 memcpy(pipelineOfflineCreateInfo.pipelineIdentifier, &hashValue, sizeof(std::size_t)); in createComputePipelines()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp580 std::size_t hashValue = calculateGraphicsPipelineHash(graphicsPipelineCI, resourceInterface->getObjectHashes()); in createGraphicsPipelines() local
581 memcpy(pipelineOfflineCreateInfo.pipelineIdentifier, &hashValue, sizeof(std::size_t)); in createGraphicsPipelines()
628 std::size_t hashValue = calculateComputePipelineHash(computePipelineCI, resourceInterface->getObjectHashes()); in createComputePipelines() local
629 memcpy(pipelineOfflineCreateInfo.pipelineIdentifier, &hashValue, sizeof(std::size_t)); in createComputePipelines()

Completed in 21 milliseconds