Searched refs:region_type (Results 1 – 10 of 10) sorted by relevance
/external/crosvm/devices/src/pci/ |
D | pci_configuration.rs | 220 region_type: PciBarRegionType, field 431 let min_size = if config.region_type == PciBarRegionType::IORegion { in add_pci_bar() 450 match config.region_type { in add_pci_bar() 475 let (mask, lower_bits) = match config.region_type { in add_pci_bar() 480 config.prefetchable as u32 | config.region_type as u32, in add_pci_bar() 485 (BAR_IO_ADDR_MASK, config.region_type as u32) in add_pci_bar() 520 self.bar_configs.get(bar_num)?.map(|c| c.region_type) in get_bar_type() 598 region_type: PciBarRegionType::Memory32BitRegion, in default() 608 region_type: PciBarRegionType, in new() 615 region_type, in new() [all …]
|
/external/webrtc/modules/desktop_capture/ |
D | cropping_window_capturer_win.cc | 215 const int region_type = in ShouldUseScreenCapturer() local 219 if (region_type == COMPLEXREGION || region_type == NULLREGION) { in ShouldUseScreenCapturer() 223 if (region_type == SIMPLEREGION) { in ShouldUseScreenCapturer()
|
/external/tensorflow/tensorflow/core/framework/ |
D | allocator.h | 103 const char* region_type, int32 data_type, in ScopedMemoryDebugAnnotation() argument 109 annotation_.pending_region_type = region_type; in ScopedMemoryDebugAnnotation() 115 const char* region_type, int32 data_type, in ScopedMemoryDebugAnnotation() argument 120 annotation_.pending_region_type = region_type; in ScopedMemoryDebugAnnotation()
|
/external/webrtc/modules/desktop_capture/win/ |
D | window_capture_utils.cc | 129 const int region_type = GetWindowRgn(window, scoped_hrgn.Get()); in GetWindowRegionTypeWithBoundary() local 131 if (region_type == SIMPLEREGION) { in GetWindowRegionTypeWithBoundary() 137 return region_type; in GetWindowRegionTypeWithBoundary()
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | xplane_to_memory_profile.cc | 206 alloc_meta->region_type()); in UpdateDeallocation() 259 a_meta->tf_op_name(), a_meta->region_type(), in operator ()() 263 b_meta->tf_op_name(), b_meta->region_type(), in operator ()() 315 a_meta->region_type() == b_meta->region_type() && in operator ==()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.h | 109 const char *region_type, ChunkTag tag);
|
D | lsan_common.cc | 148 const char *region_type, ChunkTag tag) { in ScanRangeForPointers() argument 151 LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, begin, end); in ScanRangeForPointers()
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_common.h | 151 const char *region_type, ChunkTag tag);
|
D | lsan_common.cpp | 155 const char *region_type, ChunkTag tag) { in ScanRangeForPointers() argument 158 LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, begin, end); in ScanRangeForPointers()
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | memory_profile.proto | 55 string region_type = 7; field
|