Home
last modified time | relevance | path

Searched defs:roots (Results 51 - 75 of 100) sorted by relevance

1234

/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dconvert_utils.cpp103 cJSON *roots = GetJsonBundleInfos(bundleInfo, numOfBundleInfo); in ConvertBundleInfosToString() local
174 cJSON *roots = cJSON_ParseWithLength(strs, buffSize); in ConvertStringToBundleInfos() local
331 cJSON *roots = cJSON_CreateArray(); GetJsonBundleInfos() local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dref-verify.c69 struct rb_root roots; member
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dbackref.h96 struct ulist *roots; member
H A Dref-verify.c72 struct rb_root roots; member
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects-inl.h209 ReadOnlyRoots roots = object->GetReadOnlyRoots(); in EnsureCanContainElements() local
[all...]
H A Dtransitions.cc256 bool TransitionsAccessor::IsSpecialTransition(ReadOnlyRoots roots, Name name) { in IsSpecialTransition() argument
[all...]
H A Dshared-function-info.cc178 void SharedFunctionInfo::SetScript(ReadOnlyRoots roots, in SetScript() argument
324 ReadOnlyRoots roots = GetReadOnlyRoots(); in HasSourceCode() local
H A Dstring-inl.h1070 bool SeqOneByteString::IsCompatibleMap(Map map, ReadOnlyRoots roots) { in IsCompatibleMap() argument
1076 bool SeqTwoByteString::IsCompatibleMap(Map map, ReadOnlyRoots roots) { in IsCompatibleMap() argument
H A Dcode.cc878 DependentCode DependentCode::empty_dependent_code(const ReadOnlyRoots& roots) { in empty_dependent_code() argument
H A Dmap-inl.h683 auto roots = GetReadOnlyRoots(); in IsNullOrUndefinedMap() local
H A Dswiss-name-dictionary-inl.h489 bool SwissNameDictionary::IsKey(ReadOnlyRoots roots, Object key_candidate) { in IsKey() argument
493 bool SwissNameDictionary::ToKey(ReadOnlyRoots roots, int entry, in ToKey() argument
501 bool SwissNameDictionary::ToKey(ReadOnlyRoots roots, InternalIndex entry, in ToKey() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.cpp669 float2 roots = float2{q,c} / float2{a,q}; in findCubicConvex180Chops() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.cpp872 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local
880 std::queue<uint32_t> roots; in ProcessReachableCallTree() local
909 ProcessCallTreeFromRoots(ProcessFunction& pfn, std::queue<uint32_t>* roots) ProcessCallTreeFromRoots() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.cpp872 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local
880 std::queue<uint32_t> roots; in ProcessReachableCallTree() local
909 ProcessCallTreeFromRoots(ProcessFunction& pfn, std::queue<uint32_t>* roots) ProcessCallTreeFromRoots() argument
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsWinding.cpp134 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck() local
H A DSkPathOpsCubic.cpp268 int roots = cubic.findMaxCurvature(maxCurvature); in ComplexBreak() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-repacker.hh348 hb_set_t roots; in assign_32bit_spaces() local
1060 hb_set_t roots; _try_isolating_subgraphs() local
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp132 cJSON* roots = cJSON_ParseWithLength(reinterpret_cast<const char*>(jsonBuf_.get()), len_); in PreGetPixelMapFromJsonBuf() local
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp578 std::vector<std::vector<sptr<WindowNode>>> roots = { aboveAppWindowNodeVec, appWindowNodeVec }; in GetCurCascadeRect() local
/kernel/linux/linux-5.10/lib/
H A Dbch.c575 find_affine4_roots(struct bch_control *bch, unsigned int a, unsigned int b, unsigned int c, unsigned int *roots) find_affine4_roots() argument
612 find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg1_roots() argument
627 find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg2_roots() argument
669 find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg3_roots() argument
702 find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg4_roots() argument
941 find_poly_roots(struct bch_control *bch, unsigned int k, struct gf_poly *poly, unsigned int *roots) find_poly_roots() argument
981 chien_search(struct bch_control *bch, unsigned int len, struct gf_poly *p, unsigned int *roots) chien_search() argument
1238 unsigned int i, j, nbits, r, word, *roots; compute_generator_polynomial() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dbch.c541 find_affine4_roots(struct bch_control *bch, unsigned int a, unsigned int b, unsigned int c, unsigned int *roots) find_affine4_roots() argument
578 find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg1_roots() argument
593 find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg2_roots() argument
635 find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg3_roots() argument
668 find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg4_roots() argument
907 find_poly_roots(struct bch_control *bch, unsigned int k, struct gf_poly *poly, unsigned int *roots) find_poly_roots() argument
947 chien_search(struct bch_control *bch, unsigned int len, struct gf_poly *p, unsigned int *roots) chien_search() argument
1204 unsigned int i, j, nbits, r, word, *roots; compute_generator_polynomial() local
[all...]
/third_party/gn/src/gn/
H A Dxcode_writer.cc230 const std::vector<base::FilePath::StringType> roots = in GetAdditionalFilesRoots() local
750 const std::vector<base::FilePath> roots = in AddSourcesFromBuilder() local
/third_party/python/Lib/test/
H A Dtest_dis.py1634 def roots(a, b, c): function
/third_party/spirv-tools/source/opt/
H A Dinstrument_pass.cpp695 std::queue<uint32_t> roots; in InstProcessEntryPointCallTree() local
633 InstProcessCallTreeFromRoots(InstProcessFunction& pfn, std::queue<uint32_t>* roots, uint32_t stage_idx) InstProcessCallTreeFromRoots() argument
[all...]
H A Dir_context.cpp933 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local
941 std::queue<uint32_t> roots; in ProcessReachableCallTree() local
970 ProcessCallTreeFromRoots(ProcessFunction& pfn, std::queue<uint32_t>* roots) ProcessCallTreeFromRoots() argument
991 std::queue<uint32_t> roots; CollectCallTreeFromRoots() local
[all...]

Completed in 38 milliseconds

1234