/external/u-boot/drivers/mtd/ |
D | jedec_flash.c | 150 const ulong regions[6]; member 176 .regions = { 192 .regions = { 206 .regions = { 220 .regions = { 234 .regions = { 248 .regions = { 262 .regions = { 276 .regions = { 292 .regions = { [all …]
|
D | cfi_mtd.c | 136 int regions = 0; in cfi_mtd_set_erasesize() local 147 regions++; in cfi_mtd_set_erasesize() 151 switch (regions) { in cfi_mtd_set_erasesize() 160 mtd->numeraseregions = regions; in cfi_mtd_set_erasesize() 161 mtd->eraseregions = malloc(sizeof(struct mtd_erase_region_info) * regions); in cfi_mtd_set_erasesize() 166 regions = 0; in cfi_mtd_set_erasesize() 171 mtd->eraseregions[regions].offset = offset - base_addr; in cfi_mtd_set_erasesize() 172 mtd->eraseregions[regions].erasesize = sect_size_old; in cfi_mtd_set_erasesize() 173 mtd->eraseregions[regions].numblocks = numblocks; in cfi_mtd_set_erasesize() 176 regions++; in cfi_mtd_set_erasesize() [all …]
|
/external/arm-trusted-firmware/plat/common/ |
D | plat_bl_common.c | 70 const mmap_region_t *regions = bl_regions; in setup_page_tables() local 72 while (regions->size != 0U) { in setup_page_tables() 74 regions->base_va, in setup_page_tables() 75 regions->base_va + regions->size, in setup_page_tables() 76 regions->attr); in setup_page_tables() 77 regions++; in setup_page_tables()
|
/external/u-boot/cmd/ |
D | armflash.c | 29 struct afs_region regions[MAX_REGIONS]; member 104 afi->regions[0].offset = readl((void *)imginfo + 0x04); in parse_bank() 105 afi->regions[0].load_address = in parse_bank() 107 afi->regions[0].size = readl((void *)imginfo + 0x0C); in parse_bank() 148 afi->regions[j].load_address = in parse_bank() 150 afi->regions[j].size = in parse_bank() 152 afi->regions[j].offset = in parse_bank() 200 from = afi->flash_mem_start + afi->regions[i].offset; in load_image() 203 } else if (afi->regions[i].load_address) { in load_image() 204 to = afi->regions[i].load_address; in load_image() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/RegionInfo/ |
D | cond_loop.ll | 2 ; RUN: opt -regions -analyze < %s | FileCheck %s 3 ; RUN: opt -regions -stats -disable-output < %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
|
D | loop_with_condition.ll | 2 ; RUN: opt -regions -analyze < %s | FileCheck %s 3 ; RUN: opt -regions -stats -disable-output < %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
|
D | paper.ll | 2 ; RUN: opt -regions -analyze < %s | FileCheck %s 3 ; RUN: opt -regions -stats -disable-output < %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
|
D | condition_forward_edge.ll | 2 ; RUN: opt -regions -analyze < %s | FileCheck %s 3 ; RUN: opt -regions -stats -disable-output < %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
|
D | condition_simple.ll | 2 ; RUN: opt -regions -analyze < %s | FileCheck %s 3 ; RUN: opt -regions -stats -disable-output < %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
|
D | condition_same_exit.ll | 2 ; RUN: opt -regions -analyze < %s | FileCheck %s 3 ; RUN: opt -regions -stats -disable-output < %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
|
D | mix_1.ll | 2 ; RUN: opt -regions -analyze < %s | FileCheck %s 3 ; RUN: opt -regions -stats -disable-output < %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
|
D | two_loops_same_header.ll | 2 ; RUN: opt -regions -analyze < %s | FileCheck %s 3 ; RUN: opt -regions -stats -disable-output < %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
|
D | exit_in_condition.ll | 2 ; RUN: opt -regions -analyze < %s | FileCheck %s 3 ; RUN: opt -regions -stats -disable-output < %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
|
/external/llvm/test/Analysis/RegionInfo/ |
D | cond_loop.ll | 2 ; 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
|
D | loop_with_condition.ll | 2 ; 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
|
D | paper.ll | 2 ; 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
|
D | mix_1.ll | 2 ; 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
|
D | condition_forward_edge.ll | 2 ; 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
|
D | condition_simple.ll | 2 ; 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
|
D | condition_same_exit.ll | 2 ; 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
|
D | infinite_loop_2.ll | 2 ; 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
|
D | two_loops_same_header.ll | 2 ; 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
|
D | exit_in_condition.ll | 2 ; 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
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
D | CachedRegionTracker.java | 42 private final TreeSet<Region> regions; field in CachedRegionTracker 49 this.regions = new TreeSet<>(); in CachedRegionTracker() 80 @Nullable Region floorRegion = regions.floor(lookupRegion); in getRegionEndTimeMs() 105 @Nullable Region floorRegion = regions.floor(removedRegion); in onSpanRemoved() 112 regions.remove(floorRegion); in onSpanRemoved() 120 regions.add(newFloorRegion); in onSpanRemoved() 126 regions.add(newCeilingRegion); in onSpanRemoved() 137 @Nullable Region floorRegion = regions.floor(newRegion); 138 @Nullable Region ceilingRegion = regions.ceiling(newRegion); 151 regions.add(newRegion); [all …]
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYSeriesFormatter.java | 26 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()
|