OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deSha1_equal
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/delibs/debase/
deSha1.h
62
deBool
deSha1_equal
(const deSha1* a, const deSha1* b);
deSha1.c
234
deBool
deSha1_equal
(const deSha1* a, const deSha1* b)
320
DE_TEST_ASSERT(
deSha1_equal
(&hashA, &hashA));
321
DE_TEST_ASSERT(
deSha1_equal
(&hashA, &hashB));
322
DE_TEST_ASSERT(
deSha1_equal
(&hashB, &hashA));
346
DE_TEST_ASSERT(!
deSha1_equal
(&hashA, &hashB));
347
DE_TEST_ASSERT(!
deSha1_equal
(&hashB, &hashA));
382
DE_TEST_ASSERT(
deSha1_equal
(&reference, &result));
409
DE_TEST_ASSERT(
deSha1_equal
(&reference, &result));
/external/deqp/framework/delibs/decpp/
deSha1.hpp
44
bool operator== (const Sha1& other) const { return
deSha1_equal
(&m_hash, &other.m_hash) == DE_TRUE; }
Completed in 765 milliseconds