Home
last modified time | relevance | path

Searched defs:LeftOf (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkTDPQueue.h123 static int LeftOf(int x) { SkASSERT(x >= 0); return 2 * x + 1; } in LeftOf() function
/external/skia/src/core/
DSkTDPQueue.h123 static int LeftOf(int x) { SkASSERT(x >= 0); return 2 * x + 1; } in LeftOf() function
/external/deqp-deps/SPIRV-Tools/source/comp/
Dhuffman_codec.h252 uint32_t LeftOf(uint32_t node) const { return nodes_.at(node).left; } in LeftOf() function
Dmove_to_front.h135 uint32_t LeftOf(uint32_t node) const { return nodes_.at(node).left; } in LeftOf() function
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dhuffman_codec.h252 uint32_t LeftOf(uint32_t node) const { return nodes_.at(node).left; } in LeftOf() function
Dmove_to_front.h135 uint32_t LeftOf(uint32_t node) const { return nodes_.at(node).left; } in LeftOf() function