Home
last modified time | relevance | path

Searched refs:DICTIONARY (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H A Dzlibndk.cpp35 static const char DICTIONARY[] = "hello"; variable
68 const Bytef *buf = reinterpret_cast<const Bytef *>(DICTIONARY); in Crc32()
82 const Bytef *buf = reinterpret_cast<const Bytef *>(DICTIONARY); in Crc32_z()
115 const Bytef *buf = reinterpret_cast<const Bytef *>(DICTIONARY); in Adler32()
128 const Bytef *buf = reinterpret_cast<const Bytef *>(DICTIONARY); in Adler32_z()
555 inflateSetDictionary(&d_stream, reinterpret_cast<const Bytef *>(DICTIONARY), static_cast<int>(sizeof(DICTIONARY))); in InflateSetDictionary()
1632 err = deflateSetDictionary(&c_stream, reinterpret_cast<const Bytef *>(DICTIONARY), in DeflateSetDictionary()
1633 static_cast<int>(sizeof(DICTIONARY))); in DeflateSetDictionary()
1671 err = deflateSetDictionary(&c_stream, reinterpret_cast<const Bytef *>(DICTIONARY), in DeflateResetKeep()
[all...]
/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp32 static const char DICTIONARY[] = "hello"; member
498 reinterpret_cast<const Bytef*>(DICTIONARY), static_cast<int>(sizeof(DICTIONARY))); in HWTEST_F()
547 &d_stream, reinterpret_cast<const Bytef*>(DICTIONARY), static_cast<int>(sizeof(DICTIONARY))); in HWTEST_F()
612 const Bytef *buf = reinterpret_cast<const Bytef*>(DICTIONARY); in HWTEST_F()
671 reinterpret_cast<const Bytef*>(DICTIONARY), static_cast<int>(sizeof(DICTIONARY))); in HWTEST_F()
747 const Bytef *buf = reinterpret_cast<const Bytef*>(DICTIONARY); in HWTEST_F()
1642 inflateSetDictionary(&d_stream, reinterpret_cast<const Bytef*>(DICTIONARY), static_cas in HWTEST_F()
[all...]

Completed in 10 milliseconds