Home
last modified time | relevance | path

Searched refs:regions (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
Dmemmap.c158 struct memory_region *region = memmap->regions; in meme820()
244 if ( memmap->count >= ( sizeof ( memmap->regions ) / in meme820()
245 sizeof ( memmap->regions[0] ) ) ) { in meme820()
266 if ( memmap->regions[0].start != 0 ) { in meme820()
268 "assuming insane\n", memmap->regions[0].start ); in meme820()
271 if ( memmap->regions[1].start != 0x100000 ) { in meme820()
273 "assuming insane\n", memmap->regions[0].start ); in meme820()
308 memmap->regions[0].end = ( basemem * 1024 ); in get_memmap()
309 memmap->regions[1].start = 0x100000; in get_memmap()
310 memmap->regions[1].end = 0x100000 + ( extmem * 1024 ); in get_memmap()
/external/libmojo/base/android/library_loader/
Dlibrary_prefetcher_unittest.cc29 const base::debug::MappedMemoryRegion regions[4] = { in TEST() local
37 ASSERT_FALSE(NativeLibraryPrefetcher::IsGoodToPrefetch(regions[i])); in TEST()
67 std::vector<base::debug::MappedMemoryRegion> regions; in TEST() local
68 regions.push_back( in TEST()
70 regions.push_back( in TEST()
73 NativeLibraryPrefetcher::FilterLibchromeRangesOnlyIfPossible(regions, in TEST()
84 std::vector<base::debug::MappedMemoryRegion> regions; in TEST() local
85 regions.push_back( in TEST()
87 regions.push_back(base::debug::MappedMemoryRegion{ in TEST()
89 regions.push_back( in TEST()
[all …]
/external/llvm/test/Analysis/RegionInfo/
Dcond_loop.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
7 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
29 ; STAT: 2 region - The # of regions
30 ; STAT: 1 region - The # of simple regions
Dloop_with_condition.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
6 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
8 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
38 ; STAT: 4 region - The # of regions
39 ; STAT: 1 region - The # of simple regions
Dpaper.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
7 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
47 ; STAT: 4 region - The # of regions
48 ; STAT: 1 region - The # of simple regions
Dmix_1.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
6 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
8 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
59 ; STAT: 5 region - The # of regions
60 ; STAT: 1 region - The # of simple regions
Dcondition_forward_edge.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
7 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
23 ; STAT: 2 region - The # of regions
Dcondition_simple.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
7 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
25 ; STAT: 2 region - The # of regions
Dinfinite_loop_2.ll2 ; RUN: opt -regions -analyze < %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
30 ; STAT: 2 region - The # of regions
31 ; STAT: 1 region - The # of simple regions
Dcondition_same_exit.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
7 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
26 ; STAT: 3 region - The # of regions
Dexit_in_condition.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
7 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
34 ; STAT: 2 region - The # of regions
35 ; STAT: 1 region - The # of simple regions
Dtwo_loops_same_header.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
7 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
40 ; STAT: 3 region - The # of regions
41 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_4.ll2 ; RUN: opt -regions -analyze < %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
42 ; STAT: 2 region - The # of regions
43 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_3.ll2 ; RUN: opt -regions -analyze < %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
6 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
44 ; STAT: 3 region - The # of regions
45 ; STAT: 2 region - The # of simple regions
Dnested_loops.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
6 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
8 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
30 ; STAT: 2 region - The # of regions
Dnext.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
7 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
41 ; STAT: 4 region - The # of regions
42 ; STAT: 1 region - The # of simple regions
Dloops_2.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
7 ; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
45 ; STAT: 2 region - The # of regions
46 ; STAT: 1 region - The # of simple regions
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYSeriesFormatter.java26 ZHash<RectRegion, XYRegionFormatterType> regions; field in XYSeriesFormatter
29 regions = new ZHash<RectRegion, XYRegionFormatterType>();
33 regions.addToBottom(region, regionFormatter); in addRegion()
37 regions.remove(region); in removeRegion()
45 return regions; in getRegions()
53 return regions.get(region); in getRegionFormatter()
/external/swiftshader/third_party/LLVM/test/Analysis/RegionInfo/
Dcond_loop.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
26 ; STAT: 2 region - The # of regions
27 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_2.ll1 ; RUN: opt -regions -analyze < %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
29 ; STAT: 2 region - The # of regions
30 ; STAT: 1 region - The # of simple regions
Dloop_with_condition.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
35 ; STAT: 4 region - The # of regions
36 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_4.ll1 ; RUN: opt -regions -analyze < %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
41 ; STAT: 2 region - The # of regions
42 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_3.ll1 ; RUN: opt -regions -analyze < %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
43 ; STAT: 3 region - The # of regions
44 ; STAT: 2 region - The # of simple regions
Dmix_1.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
56 ; STAT: 5 region - The # of regions
57 ; STAT: 1 region - The # of simple regions
Dpaper.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
44 ; STAT: 4 region - The # of regions
45 ; STAT: 1 region - The # of simple regions

12345678910>>...15