Searched defs:update_value (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/cc/api/ |
D | BPFTable.h | 138 virtual StatusTuple update_value(const int& index, const ValueType& value) { in update_value() function 182 StatusTuple update_value(const int& index, in update_value() function 212 virtual StatusTuple update_value(const KeyType& key, const ValueType& value) { in update_value() function 284 StatusTuple update_value(const KeyType& key, in update_value() function
|
D | BPFTable.cc | 84 StatusTuple BPFTable::update_value(const std::string& key_str, in update_value() function in ebpf::BPFTable 105 StatusTuple BPFTable::update_value(const std::string& key_str, in update_value() function in ebpf::BPFTable 523 StatusTuple BPFProgTable::update_value(const int& index, const int& prog_fd) { in update_value() function in ebpf::BPFProgTable 542 StatusTuple BPFCgroupArray::update_value(const int& index, in update_value() function in ebpf::BPFCgroupArray 549 StatusTuple BPFCgroupArray::update_value(const int& index, in update_value() function in ebpf::BPFCgroupArray 571 StatusTuple BPFDevmapTable::update_value(const int& index, in update_value() function in ebpf::BPFDevmapTable
|
/external/u-boot/drivers/ddr/altera/ |
D | sdram_arria10.c | 257 u32 update_value, io48_value; in sdram_mmr_init() local
|
/external/tensorflow/tensorflow/core/graph/ |
D | quantize_training.cc | 394 Node* update_value; in MakeExponentialMovingAverage() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | dynamic_ops_test.cc | 382 Literal update_value = in RunR0() local
|