Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_heap.cc56 uint32_t right_child = left_child + 1; in adjust_downwards() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_heap.cc56 uint32_t right_child = left_child + 1; in adjust_downwards() local
/external/grpc-grpc/test/core/iomgr/
Dtimer_heap_test.cc56 size_t right_child = left_child + 1u; in check_valid() local
/external/avb/libavb_aftl/
Davb_aftl_util.c79 uint8_t* right_child, in avb_aftl_rfc6962_hash_children()
/external/llvm-project/libcxx/utils/gdb/libcxx/
Dprinters.py600 def right_child(self, node): member in RBTreeUtils
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3100 NodeDef* right_child = node_map_->GetNode(parent.input(1)); in PrepareConstantPushDown() local