Searched refs:comp (Results 1 – 4 of 4) sorted by relevance
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
D | zlibndk.cpp | 151 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/ |
D | normal_scene.cpp | 159 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/ |
D | normal_scene.h | 49 … bool IsComponentBlock(std::shared_ptr<ComponentTree> &comp, std::vector<std::string> &compIdBlock,
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | nameserndk.cpp | 121 unsigned char comp[10] = {0}; in NsNameUnCompress() local 123 ns_name_uncompress(com, com + PARAM_3, comp, exp, MAXDNAME); in NsNameUnCompress()
|