Home
last modified time | relevance | path

Searched refs:m_hash (Results 1 – 17 of 17) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeSha1.hpp39 Sha1 (const deSha1& hash) : m_hash(hash) {} in Sha1()
44 …bool operator== (const Sha1& other) const { return deSha1_equal(&m_hash, &other.m_hash) == DE_TRU… in operator ==()
48 deSha1 m_hash; member in de::Sha1
/external/emma/core/java12/com/vladium/emma/data/
DClassDescriptor.java88 if (m_hash == 0) in hashCode()
91 m_hash = hash; in hashCode()
96 return m_hash; in hashCode()
228 private transient int m_hash; field in ClassDescriptor
/external/boringssl/src/third_party/wycheproof_testvectors/
Drsa_pss_2048_sha256_mgf1_0_test.txt53 # first byte of m_hash modified
59 # first byte of m_hash modified
65 # last byte of m_hash modified
71 # last byte of m_hash modified
77 # all bits in m_hash flipped
Drsa_pss_2048_sha256_mgf1_32_test.txt53 # first byte of m_hash modified
59 # first byte of m_hash modified
65 # last byte of m_hash modified
71 # last byte of m_hash modified
77 # all bits in m_hash flipped
Drsa_pss_4096_sha512_mgf1_32_test.txt53 # first byte of m_hash modified
59 # first byte of m_hash modified
65 # last byte of m_hash modified
71 # last byte of m_hash modified
77 # all bits in m_hash flipped
Drsa_pss_3072_sha256_mgf1_32_test.txt53 # first byte of m_hash modified
59 # first byte of m_hash modified
65 # last byte of m_hash modified
71 # last byte of m_hash modified
77 # all bits in m_hash flipped
Drsa_pss_4096_sha256_mgf1_32_test.txt53 # first byte of m_hash modified
59 # first byte of m_hash modified
65 # last byte of m_hash modified
71 # last byte of m_hash modified
77 # all bits in m_hash flipped
Drsa_pss_2048_sha1_mgf1_20_test.txt60 # first byte of m_hash modified
67 # first byte of m_hash modified
74 # last byte of m_hash modified
81 # last byte of m_hash modified
88 # all bits in m_hash flipped
/external/deqp/framework/common/
DtcuSeedBuilder.hpp43 deUint32 get (void) const { return m_hash; } in get()
47 deUint32 m_hash; member in tcu::SeedBuilder
DtcuSeedBuilder.cpp63 : m_hash (0xccf139d7u) in SeedBuilder()
69 m_hash = advanceCrc32(m_hash, size, (const deUint8*)ptr); in feed()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTSkipGraph.h182 m_hash(hash), in SPVRTHashElement()
207 return m_hash; in GetHash()
231 CPVRTHash m_hash;
/external/v8/src/inspector/
Dv8-debugger-script.cc181 m_hash = String16(); in setSource()
253 if (!m_hash.isEmpty()) return m_hash; in hash()
257 m_hash = calculateHash(m_isolate, v8Source); in hash()
259 DCHECK(!m_hash.isEmpty()); in hash()
260 return m_hash; in hash()
350 mutable String16 m_hash; member in v8_inspector::__anon59c6c64c0111::ActualScript
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp394 : m_hash(BinaryIndexHashImpl_create(m_memPool.getRawPool())) in BinaryIndexHash()
396 if (!m_hash) in BinaryIndexHash()
406 return BinaryIndexHashImpl_find(m_hash, binary); in find()
411 if (!BinaryIndexHashImpl_insert(m_hash, binary, index)) in insert()
DvkBinaryRegistry.hpp218 BinaryIndexHashImpl* const m_hash; member in vk::BinaryRegistryDetail::BinaryIndexHash
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXStringForFSB.java47 protected int m_hash = 0; field in XStringForFSB
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c1603 mz_uint probe_pos = d->m_hash[hash]; in tdefl_compress_fast()
1604 d->m_hash[hash] = (mz_uint16)lookahead_pos; in tdefl_compress_fast()
1757 …d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; d->m_hash[hash] = (mz_uint16)(ins_… in tdefl_compress_normal()
1775 …d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; d->m_hash[hash] = (mz_uint16)(ins_… in tdefl_compress_normal()
1925 …if (flush == TDEFL_FULL_FLUSH) { MZ_CLEAR_OBJ(d->m_hash); MZ_CLEAR_OBJ(d->m_next); d->m_dict_size … in tdefl_compress()
1941 if (!(flags & TDEFL_NONDETERMINISTIC_PARSING_FLAG)) MZ_CLEAR_OBJ(d->m_hash); in tdefl_init()
Dminiz.h715 mz_uint16 m_hash[TDEFL_LZ_HASH_SIZE]; member