/third_party/skia/tests/ |
H A D | PathOpsCubicLineIntersectionTest.cpp | 50 int roots = i.intersect(cubic, line); in testFail() local 152 int roots = doIntersect(i, cubic, line); in testOne() local
|
/third_party/spirv-tools/source/opt/ |
H A D | function.cpp | 247 std::queue<uint32_t> roots; in IsRecursive() local
|
H A D | upgrade_memory_model.cpp | 657 std::queue<uint32_t> roots; in UpgradeBarriers() local
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-verity-fec.h | 44 unsigned char roots; /* number of parity bytes, M-N of RS(M, N) */ member
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | sidtab.h | 81 union sidtab_entry_inner roots[SIDTAB_MAX_LEVEL + 1]; member
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-verity-fec.h | 44 unsigned char roots; /* number of parity bytes, M-N of RS(M, N) */ member
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | sidtab.h | 80 union sidtab_entry_inner roots[SIDTAB_MAX_LEVEL + 1]; member
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate-data.h | 125 RootsTable& roots() { return roots_table_; } in roots() function in v8::internal::final 126 const RootsTable& roots() const { return roots_table_; } in roots() function in v8::internal::final
|
/third_party/node/deps/v8/src/objects/ |
H A D | hash-table-inl.h | 135 Handle<Map> HashTable<Derived, Shape>::GetMap(ReadOnlyRoots roots) { in GetMap() argument 140 Handle<Map> NameToIndexHashTable::GetMap(ReadOnlyRoots roots) { in GetMap() argument 145 Handle<Map> RegisteredSymbolTable::GetMap(ReadOnlyRoots roots) { in GetMap() argument 150 Handle<Map> EphemeronHashTable::GetMap(ReadOnlyRoots roots) { in GetMap() argument 163 FindEntry(PtrComprCageBase cage_base, ReadOnlyRoots roots, Key key, int32_t hash) FindEntry() argument 192 IsKey(ReadOnlyRoots roots, Object k) IsKey() argument 198 ToKey(ReadOnlyRoots roots, InternalIndex entry, Object* out_k) ToKey() argument 284 Hash(ReadOnlyRoots roots, Handle<String> key) Hash() argument 289 HashForObject(ReadOnlyRoots roots, Object object) HashForObject() argument 298 HashForObject(ReadOnlyRoots roots, Object other) HashForObject() argument 302 Hash(ReadOnlyRoots roots, Handle<Name> key) Hash() argument 306 Hash(ReadOnlyRoots roots, Handle<Object> key) Hash() argument 310 HashForObject(ReadOnlyRoots roots, Object other) HashForObject() argument [all...] |
H A D | swiss-name-dictionary.cc | 255 ReadOnlyRoots roots = this->GetReadOnlyRoots(); in NumberOfEnumerableProperties() local
|
H A D | dictionary-inl.h | 198 Handle<Map> GlobalDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() argument 211 Handle<Map> NameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() argument 266 uint32_t NumberDictionaryBaseShape::Hash(ReadOnlyRoots roots, uint32_t key) { in Hash() argument 270 uint32_t NumberDictionaryBaseShape::HashForObject(ReadOnlyRoots roots, in HashForObject() argument 287 Handle<Map> NumberDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() argument 291 GetMap(ReadOnlyRoots roots) GetMap() argument 301 Hash(ReadOnlyRoots roots, Handle<Name> key) Hash() argument 306 HashForObject(ReadOnlyRoots roots, Object other) HashForObject() argument 317 HashForObject(ReadOnlyRoots roots, Object other) HashForObject() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkGeometry.cpp | 78 int SkFindUnitQuadRoots(SkScalar A, SkScalar B, SkScalar C, SkScalar roots[2]) { in SkFindUnitQuadRoots() argument [all...] |
H A D | SkEdgeClipper.cpp | 77 SkScalar roots[2]; // we only expect one, but make room for 2 for safety in chopMonoQuadAt() local
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsAsWinding.cpp | 110 int roots = 0; in left_edge() local
|
H A D | SkDCubicLineIntersection.cpp | 121 int intersectRay(double roots[3]) { in intersectRay() argument 154 int roots = intersectRay(rootVals); in intersect() local 167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() argument 189 double roots[3]; horizontalIntersect() local 230 VerticalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) VerticalIntersect() argument 252 double roots[3]; verticalIntersect() local [all...] |
H A D | SkDQuadLineIntersection.cpp | 139 int intersectRay(double roots[2]) { in intersectRay() argument 175 int roots = intersectRay(rootVals); in intersect() local 188 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() argument 204 int roots = horizontalIntersect(axisIntercept, rootVals); in horizontalIntersect() local 244 int verticalIntersect(double axisIntercept, double roots[ argument 260 int roots = verticalIntersect(axisIntercept, rootVals); verticalIntersect() local 452 HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) HorizontalIntercept() argument 457 VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) VerticalIntercept() argument [all...] |
H A D | SkDConicLineIntersection.cpp | 67 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() argument 77 double roots[2]; in horizontalIntersect() local 103 int roots = this->intersectRay(rootVals); in intersect() local 125 int intersectRay(double roots[2]) { in intersectRay() argument 135 int validT(double r[3], double axisIntercept, double roots[ argument 145 verticalIntersect(double axisIntercept, double roots[2]) verticalIntersect() argument 155 double roots[2]; verticalIntersect() local 376 HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) HorizontalIntercept() argument 381 VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) VerticalIntercept() argument [all...] |
H A D | SkPathOpsConic.cpp | 37 int roots = SkDQuad::RootsValidT(coeff[0], coeff[1], coeff[2], tValues); in FindExtrema() local
|
H A D | SkPathOpsCurve.h | 360 static int line_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in line_intercept_h() argument 369 static int line_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in line_intercept_v() argument 378 static int quad_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in quad_intercept_h() argument 383 static int quad_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in quad_intercept_v() argument 388 conic_intercept_h(const SkPoint a[2], SkScalar w, SkScalar y, double* roots) conic_intercept_h() argument 393 conic_intercept_v(const SkPoint a[2], SkScalar w, SkScalar x, double* roots) conic_intercept_v() argument 398 cubic_intercept_h(const SkPoint a[3], SkScalar , SkScalar y, double* roots) cubic_intercept_h() argument 403 cubic_intercept_v(const SkPoint a[3], SkScalar , SkScalar x, double* roots) cubic_intercept_v() argument [all...] |
/third_party/curl/lib/vtls/ |
H A D | rustls.c | 376 struct rustls_root_cert_store *roots = NULL; in cr_init_backend() local
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-stream.cc | 329 ReadOnlyRoots roots = array.GetReadOnlyRoots(); in PrintFixedArray() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | upgrade_memory_model.cpp | 649 std::queue<uint32_t> roots; in UpgradeBarriers() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | upgrade_memory_model.cpp | 649 std::queue<uint32_t> roots; in UpgradeBarriers() local
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | convert_utils.cpp | 103 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 D | ref-verify.c | 69 struct rb_root roots; member [all...] |