Home
last modified time | relevance | path

Searched refs:left_child (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-priority-queue.hh95 static constexpr unsigned left_child (unsigned index) in left_child() function
107 unsigned left = left_child (index); in bubble_down()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.cpp236 deUint32 left_child; member
258 p = r[p].left_child; in cacheSearch()
282 r[*tail].left_child = 0; in cacheInsert()
318 if (r[p].left_child != 0) in cacheInsert()
320 p = r[p].left_child; in cacheInsert()
324 r[p].left_child = newnode; in cacheInsert()
/third_party/node/deps/v8/src/compiler/
H A Dpersistent-map.h493 if (const FocusedTree* left_child = GetChild(current, *level, kLeft)) { in FindLeftmost()
495 current = left_child; in FindLeftmost()

Completed in 3 milliseconds