Home
last modified time | relevance | path

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

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