Home
last modified time | relevance | path

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

/external/u-boot/tools/
Difdtool.c77 static int get_region(struct frba_t *frba, int region_type, in get_region() argument
80 if (region_type >= MAX_REGIONS) { in get_region()
85 region->base = FLREG_BASE(frba->flreg[region_type]); in get_region()
86 region->limit = FLREG_LIMIT(frba->flreg[region_type]); in get_region()
92 static const char *region_name(int region_type) in region_name() argument
102 assert(region_type < MAX_REGIONS); in region_name()
104 return regions[region_type]; in region_name()
107 static const char *region_filename(int region_type) in region_filename() argument
117 assert(region_type < MAX_REGIONS); in region_filename()
119 return region_filenames[region_type]; in region_filename()
[all …]
/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc167 int region_type = GetWindowRgn(selected, scoped_hrgn.Get()); in ShouldUseScreenCapturer() local
170 if (region_type == COMPLEXREGION || region_type == NULLREGION) in ShouldUseScreenCapturer()
173 if (region_type == SIMPLEREGION) { in ShouldUseScreenCapturer()
/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()