/external/bcc/src/cc/api/ |
BPFTable.cc | 84 StatusTuple BPFTable::update_value(const std::string& key_str, function in class:ebpf::BPFTable 105 StatusTuple BPFTable::update_value(const std::string& key_str, function in class:ebpf::BPFTable 523 StatusTuple BPFProgTable::update_value(const int& index, const int& prog_fd) { function in class:ebpf::BPFProgTable 542 StatusTuple BPFCgroupArray::update_value(const int& index, function in class:ebpf::BPFCgroupArray 549 StatusTuple BPFCgroupArray::update_value(const int& index, function in class:ebpf::BPFCgroupArray 554 TRY2(update_value(index, (int)f)); 571 StatusTuple BPFDevmapTable::update_value(const int& index, function in class:ebpf::BPFDevmapTable
|
BPFTable.h | 99 StatusTuple update_value(const std::string& key_str, 101 StatusTuple update_value(const std::string& key_str, 138 virtual StatusTuple update_value(const int& index, const ValueType& value) { function in class:ebpf::BPFArrayTable 182 StatusTuple update_value(const int& index, function in class:ebpf::BPFPercpuArrayTable 186 return BPFArrayTable<std::vector<ValueType>>::update_value(index, value); 212 virtual StatusTuple update_value(const KeyType& key, const ValueType& value) { function in class:ebpf::BPFHashTable 284 StatusTuple update_value(const KeyType& key, function in class:ebpf::BPFPercpuHashTable 288 return BPFHashTable<KeyType, std::vector<ValueType>>::update_value(key, 358 StatusTuple update_value(const int& index, const int& prog_fd); 366 StatusTuple update_value(const int& index, const int& cgroup2_fd) [all...] |
/external/tensorflow/tensorflow/compiler/xla/tests/ |
dynamic_ops_test.cc | 382 Literal update_value = local 394 auto update = ConstantLiteral(&builder, update_value); [all...] |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorIndexList.h | 86 EIGEN_DEVICE_FUNC void update_value(T& val, DenseIndex new_val) { function in namespace:Eigen::internal 90 EIGEN_DEVICE_FUNC void update_value(type2index<n>& val, DenseIndex new_val) { function in namespace:Eigen::internal 95 EIGEN_DEVICE_FUNC void update_value(T& val, IndexPair<DenseIndex> new_val) { function in namespace:Eigen::internal 99 EIGEN_DEVICE_FUNC void update_value(type2indexpair<f, s>& val, IndexPair<DenseIndex> new_val) { function in namespace:Eigen::internal 241 update_value(array_get<Idx>(t), value); 278 update_value(array_get<0>(t), value);
|
/external/u-boot/drivers/ddr/altera/ |
sdram_arria10.c | 257 u32 update_value, io48_value; local 284 update_value = readl(&socfpga_io48_mmr_base->niosreserve0); 285 writel(((update_value & 0xFF) >> 5), 308 update_value = match_ddr_conf(io48_value); 309 if (update_value) 310 writel(update_value, 369 update_value = (caltim2_cfg_rd_to_pch + caltim4_cfg_pch_to_valid + 382 (update_value <<
|
/external/tensorflow/tensorflow/core/graph/ |
quantize_training.cc | 394 Node* update_value; local 399 .Finalize(graph, &update_value)); 404 .Input(update_value)
|