Home
last modified time | relevance | path

Searched refs:source_it (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dmemory_tracker_snapshot_parser.cc211 auto source_it = id_node_map.find(edge.source()->id()); in EmitRows() local
212 if (source_it == id_node_map.end()) in EmitRows()
215 static_cast<tables::MemorySnapshotNodeTable::Id>(source_it->second); in EmitRows()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma.c818 uint32_t source_it = hdma->Instance->CCR; in HAL_DMA_IRQHandler() local
821 …if ((RESET != (flag_it & (DMA_FLAG_HT1 << hdma->ChannelIndex))) && (RESET != (source_it & DMA_IT_H… in HAL_DMA_IRQHandler()
843 …else if ((RESET != (flag_it & (DMA_FLAG_TC1 << hdma->ChannelIndex))) && (RESET != (source_it & DMA… in HAL_DMA_IRQHandler()
867 …else if (( RESET != (flag_it & (DMA_FLAG_TE1 << hdma->ChannelIndex))) && (RESET != (source_it & DM… in HAL_DMA_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma.c818 uint32_t source_it = hdma->Instance->CCR; in HAL_DMA_IRQHandler() local
821 …if ((RESET != (flag_it & (DMA_FLAG_HT1 << hdma->ChannelIndex))) && (RESET != (source_it & DMA_IT_H… in HAL_DMA_IRQHandler()
843 …else if ((RESET != (flag_it & (DMA_FLAG_TC1 << hdma->ChannelIndex))) && (RESET != (source_it & DMA… in HAL_DMA_IRQHandler()
867 …else if (( RESET != (flag_it & (DMA_FLAG_TE1 << hdma->ChannelIndex))) && (RESET != (source_it & DM… in HAL_DMA_IRQHandler()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_replication_analysis.cc257 auto source_it = hlo_replication_.find(source); in ComputeHloReplicationOnComputation() local
258 if (source_it == hlo_replication_.end()) { in ComputeHloReplicationOnComputation()
262 ShapeTree<HloReplication>(source_it->second), dest); in ComputeHloReplicationOnComputation()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc318 auto source_it = nodes_by_id.find(edge->source); in AddEdges() local
321 if (source_it == nodes_by_id.end()) { in AddEdges()
334 global_graph->AddNodeOwnershipEdge(source_it->second, target_it->second, in AddEdges()