Home
last modified time | relevance | path

Searched refs:region_type (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/devices/src/pci/
Dpci_configuration.rs220 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/
Dcropping_window_capturer_win.cc215 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/
Dallocator.h103 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/
Dwindow_capture_utils.cc129 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/
Dxplane_to_memory_profile.cc206 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/
Dlsan_common.h109 const char *region_type, ChunkTag tag);
Dlsan_common.cc148 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/
Dlsan_common.h151 const char *region_type, ChunkTag tag);
Dlsan_common.cpp155 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/
Dmemory_profile.proto55 string region_type = 7; field