Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
Dzlibndk.cpp151 Byte *comp; in Deflate() local
153 comp = static_cast<Byte *>(calloc(static_cast<uInt>(compLen), CALLOC_SIZE)); in Deflate()
154 NAPI_ASSERT(env, comp != nullptr, "comp is nullptr"); in Deflate()
166 c_stream.next_out = comp; in Deflate()
184 free(comp); in Deflate()
193 Byte *comp; in DeflateFullFlush() local
195 comp = static_cast<Byte *>(calloc(static_cast<uInt>(compLen), CALLOC_SIZE)); in DeflateFullFlush()
196 NAPI_ASSERT(env, comp != nullptr, "comp is nullptr"); in DeflateFullFlush()
209 c_stream.next_out = comp; in DeflateFullFlush()
215 comp[changeLen]++; in DeflateFullFlush()
[all …]
/test/ostest/wukong/component_event/src/
Dnormal_scene.cpp159 bool NormalScene::IsComponentBlock(std::shared_ptr<ComponentTree> &comp, std::vector<std::string> &… in IsComponentBlock() argument
162 std::string id = comp->GetInspectorKey(); in IsComponentBlock()
163 std::string type = comp->GetType(); in IsComponentBlock()
/test/ostest/wukong/component_event/include/
Dnormal_scene.h49 … bool IsComponentBlock(std::shared_ptr<ComponentTree> &comp, std::vector<std::string> &compIdBlock,
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dnameserndk.cpp121 unsigned char comp[10] = {0}; in NsNameUnCompress() local
123 ns_name_uncompress(com, com + PARAM_3, comp, exp, MAXDNAME); in NsNameUnCompress()