Home
last modified time | relevance | path

Searched refs:branched (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h988 assert(!branched() && "Cannot acces leaf data in branched root"); in rootLeaf()
992 assert(!branched() && "Cannot acces leaf data in branched root"); in rootLeaf()
997 assert(branched() && "Cannot access branch data in non-branched root"); in rootBranchData()
1001 assert(branched() && "Cannot access branch data in non-branched root"); in rootBranchData()
1034 bool branched() const { return height > 0; } in branched() function
1061 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()
1067 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()
1075 return branched() ? treeSafeLookup(x, NotFound) :
1083 if (branched() || rootSize == RootLeaf::Capacity) in insert()
1156 assert(branched() && "treeLookup assumes a branched root"); in treeSafeLookup()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/doc/
DBranchingAndRolling.md7 branch to correspond to a branched release of Chrome.
35 has already been branched. If this is the case, a branch of ANGLE should be
39 admins can create a new branch.** To create a branch of ANGLE for a branched
/third_party/skia/third_party/externals/angle2/doc/
DBranchingAndRolling.md7 branch to correspond to a branched release of Chrome.
48 has already been branched. If this is the case, a branch of ANGLE should be
52 admins can create a new branch.** To create a branch of ANGLE for a branched
/third_party/EGL/sdk/docs/man/
DREADME1 EGL reference pages, branched from /repos/ogles/branches/1.X/doc/man/xhtml
DNOTES29 OK> egl/egl-man.xsl - branched from opengl-man.xsl, should be compared to es/opengl-man.xsl
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/
DREADME1 EGL man pages branched from /repos/ogles/branches/1.X/doc/man/xhtml
DNOTES29 OK> egl/egl-man.xsl - branched from opengl-man.xsl, should be compared to es/opengl-man.xsl
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_post_depth_coverage.txt220 Initial ARB spec branched from EXT_post_depth_coverage
/third_party/openGLES/extensions/ARB/
DARB_post_depth_coverage.txt230 Initial ARB spec branched from EXT_post_depth_coverage
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbirpt.txt257 # The state that branched to here must have pushed a return state
/third_party/skia/third_party/externals/icu/source/common/
Drbbirpt.txt257 # The state that branched to here must have pushed a return state
/third_party/icu/icu4c/source/common/
Drbbirpt.txt257 # The state that branched to here must have pushed a return state
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_wait_sync.txt278 - Initial draft branched from GL 4.x API spec language.
/third_party/mesa3d/docs/
Dreleasing.rst38 - Feature releases are branched on or around the second Wednesday of
/third_party/python/Lib/idlelib/
DHISTORY.txt32 - IDLEfork CVS will now be branched to enable further development and
/third_party/EGL/extensions/KHR/
DEGL_KHR_wait_sync.txt278 - Initial draft branched from GL 4.x API spec language.
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2814 bool branched = false; in midgard_cull_dead_branch() local
2819 if (branched) in midgard_cull_dead_branch()
2822 branched = true; in midgard_cull_dead_branch()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c4721 bool branched = false; in bi_lower_branch() local
4727 if (branched) { in bi_lower_branch()
4733 branched = true; in bi_lower_branch()
/third_party/ltp/doc/
Dc-test-tutorial-simple.txt811 repository. First lets look at the commit history since we branched from
/third_party/libffi/
DChangeLog6002 branched from, and expands test coverage to run many more tests on
/third_party/gstreamer/gstplugins_good/
DChangeLog82981 commit c1b100cf9c is after 0.10.29 and 0.10.30 was a branched release.