/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | PeriodFormatterData.java | 36 final DataRecord dr; field in PeriodFormatterData 42 public PeriodFormatterData(String localeName, DataRecord dr) { in PeriodFormatterData() argument 43 this.dr = dr; in PeriodFormatterData() 49 if (dr == null) { in PeriodFormatterData() 68 return dr.pl; in pluralization() 76 return dr.allowZero; in allowZero() 80 return dr.weeksAloneOnly; in weeksAloneOnly() 84 return dr.useMilliseconds; in useMilliseconds() 97 if (dr.scopeData != null) { in appendPrefix() 99 ScopeData sd = dr.scopeData[ix]; in appendPrefix() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
D | PeriodFormatterData.java | 38 final DataRecord dr; field in PeriodFormatterData 44 public PeriodFormatterData(String localeName, DataRecord dr) { in PeriodFormatterData() argument 45 this.dr = dr; in PeriodFormatterData() 51 if (dr == null) { in PeriodFormatterData() 70 return dr.pl; in pluralization() 78 return dr.allowZero; in allowZero() 82 return dr.weeksAloneOnly; in weeksAloneOnly() 86 return dr.useMilliseconds; in useMilliseconds() 99 if (dr.scopeData != null) { in appendPrefix() 101 ScopeData sd = dr.scopeData[ix]; in appendPrefix() [all …]
|
/external/u-boot/drivers/core/ |
D | devres.c | 40 static void set_node_dbginfo(struct devres *dr, const char *name, size_t size) in set_node_dbginfo() argument 42 dr->name = name; in set_node_dbginfo() 43 dr->size = size; in set_node_dbginfo() 46 static void devres_log(struct udevice *dev, struct devres *dr, in devres_log() argument 50 dev->name, op, dr, dr->name, (unsigned long)dr->size); in devres_log() 53 #define set_node_dbginfo(dr, n, s) do {} while (0) argument 54 #define devres_log(dev, dr, op) do {} while (0) argument 65 struct devres *dr; in __devres_alloc() local 67 dr = kmalloc(tot_size, gfp); in __devres_alloc() 68 if (unlikely(!dr)) in __devres_alloc() [all …]
|
/external/skia/tools/skdiff/ |
D | skdiff.cpp | 145 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1); in colors_match_thresholded() local 150 (SkAbs32(dr) <= threshold) && in colors_match_thresholded() 158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { in compute_diff() argument 159 const int w = dr->fComparison.fBitmap.width(); in compute_diff() 160 const int h = dr->fComparison.fBitmap.height(); in compute_diff() 161 if (w != dr->fBase.fBitmap.width() || h != dr->fBase.fBitmap.height()) { in compute_diff() 162 dr->fResult = DiffRecord::kDifferentSizes_Result; in compute_diff() 174 dr->fWeightedFraction = 0; in compute_diff() 177 SkPMColor c0 = *dr->fBase.fBitmap.getAddr32(x, y); in compute_diff() 178 SkPMColor c1 = *dr->fComparison.fBitmap.getAddr32(x, y); in compute_diff() [all …]
|
/external/skqp/tools/skdiff/ |
D | skdiff.cpp | 145 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1); in colors_match_thresholded() local 150 (SkAbs32(dr) <= threshold) && in colors_match_thresholded() 158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { in compute_diff() argument 159 const int w = dr->fComparison.fBitmap.width(); in compute_diff() 160 const int h = dr->fComparison.fBitmap.height(); in compute_diff() 161 if (w != dr->fBase.fBitmap.width() || h != dr->fBase.fBitmap.height()) { in compute_diff() 162 dr->fResult = DiffRecord::kDifferentSizes_Result; in compute_diff() 174 dr->fWeightedFraction = 0; in compute_diff() 177 SkPMColor c0 = *dr->fBase.fBitmap.getAddr32(x, y); in compute_diff() 178 SkPMColor c1 = *dr->fComparison.fBitmap.getAddr32(x, y); in compute_diff() [all …]
|
/external/clang/www/ |
D | make_cxx_dr_status | 23 def parse(dr): argument 26 for col in dr.split('</TR>', 1)[0].split('<TD')[1:] 47 drs = sorted((parse(dr) for dr in file(index, 'r').read().split('<TR>')[2:]), 48 key = lambda dr: dr.issue) 136 assert False, 'unknown status %s for issue %s' % (status, dr.issue) 140 for dr in drs: 141 if dr.status in ('concepts',): 144 if dr.status in ('open', 'concurrency', 'drafting', 'review', 'extension'): 149 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue 152 avail, avail_style = availability(dr.issue) [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_array_refcount.cpp | 81 ir_array_refcount_entry::mark_array_elements_referenced(const array_deref_range *dr, in mark_array_elements_referenced() argument 87 mark_array_elements_referenced(dr, count, 1, 0); in mark_array_elements_referenced() 91 ir_array_refcount_entry::mark_array_elements_referenced(const array_deref_range *dr, in mark_array_elements_referenced() argument 101 if (dr[i].index < dr[i].size) { in mark_array_elements_referenced() 102 linearized_index += dr[i].index * scale; in mark_array_elements_referenced() 103 scale *= dr[i].size; in mark_array_elements_referenced() 113 for (unsigned j = 0; j < dr[i].size; j++) { in mark_array_elements_referenced() 114 mark_array_elements_referenced(&dr[i + 1], in mark_array_elements_referenced() 116 scale * dr[i].size, in mark_array_elements_referenced() 195 array_deref_range *const dr = get_array_deref(); in visit_enter() local [all …]
|
/external/u-boot/drivers/gpio/ |
D | sh_pfc.c | 68 static int gpio_read_bit(struct pinmux_data_reg *dr, in gpio_read_bit() argument 74 pos = dr->reg_width - (in_pos + 1); in gpio_read_bit() 77 dr->reg + offset, pos, dr->reg_width); in gpio_read_bit() 79 return (gpio_read_raw_reg(dr->mapped_reg + offset, in gpio_read_bit() 80 dr->reg_width) >> pos) & 1; in gpio_read_bit() 83 static void gpio_write_bit(struct pinmux_data_reg *dr, in gpio_write_bit() argument 88 pos = dr->reg_width - (in_pos + 1); in gpio_write_bit() 92 dr->reg, !!value, pos, dr->reg_width); in gpio_write_bit() 95 __set_bit(pos, &dr->reg_shadow); in gpio_write_bit() 97 __clear_bit(pos, &dr->reg_shadow); in gpio_write_bit() [all …]
|
/external/skia/gm/ |
D | hsl.cpp | 82 static void hue(float dr, float dg, float db, in hue() argument 88 set_sat(&R,&G,&B, sat(dr,dg,db)); in hue() 89 set_lum(&R,&G,&B, lum(dr,dg,db)); in hue() 95 static void saturation(float dr, float dg, float db, in saturation() argument 98 float R = dr, in saturation() 102 set_lum(&R,&G,&B, lum( dr, dg, db)); // This may seem redundant, but it is not. in saturation() 108 static void color(float dr, float dg, float db, in color() argument 114 set_lum(&R,&G,&B, lum(dr,dg,db)); in color() 120 static void luminosity(float dr, float dg, float db, in luminosity() argument 123 float R = dr, in luminosity()
|
/external/skqp/gm/ |
D | hsl.cpp | 82 static void hue(float dr, float dg, float db, in hue() argument 88 set_sat(&R,&G,&B, sat(dr,dg,db)); in hue() 89 set_lum(&R,&G,&B, lum(dr,dg,db)); in hue() 95 static void saturation(float dr, float dg, float db, in saturation() argument 98 float R = dr, in saturation() 102 set_lum(&R,&G,&B, lum( dr, dg, db)); // This may seem redundant, but it is not. in saturation() 108 static void color(float dr, float dg, float db, in color() argument 114 set_lum(&R,&G,&B, lum(dr,dg,db)); in color() 120 static void luminosity(float dr, float dg, float db, in luminosity() argument 123 float R = dr, in luminosity()
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | SoftwareRenderer.cpp | 226 BRect dr = bitmap->Bounds(); in CopyPixelsOut() local 233 sr = sr & dr.OffsetBySelf(location); in CopyPixelsOut() 234 dr = sr.OffsetByCopy(-location.x, -location.y); in CopyPixelsOut() 244 d = (uint32 *)(pd + (y + (uint32)(dr.top - sr.top)) in CopyPixelsOut() 246 d += (uint32) dr.left; in CopyPixelsOut() 247 memcpy(d, s, dr.IntegerWidth() * 4); in CopyPixelsOut() 271 BRect dr = fBitmap->Bounds(); in CopyPixelsIn() local 273 sr = sr & dr.OffsetBySelf(location); in CopyPixelsIn() 274 dr = sr.OffsetByCopy(-location.x, -location.y); in CopyPixelsIn() 285 d = (uint32 *)(pd + (y + (uint32)(dr.top - sr.top)) in CopyPixelsIn() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | win_cst_pool.ll | 10 ; CHECK-NEXT: .section .rdata,"dr",discard,__real@0000000000800000 18 ; MINGW: .section .rdata,"dr" 30 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000000000000010000000200000003 45 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000001000200030004000500060007 65 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000000000000003f8000003f800000 84 ; CHECK-NEXT: .section .rdata,"dr",discard,__real@bf8000003f800000 96 ; CHECK: .section .rdata,"dr",discard,__ymm@0000000400000003000000020000000100000004000000030000000…
|
/external/llvm/test/CodeGen/X86/ |
D | win_cst_pool.ll | 9 ; CHECK-NEXT: .section .rdata,"dr",discard,__real@0000000000800000 21 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000000000000010000000200000003 36 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000001000200030004000500060007 56 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000000000000003f8000003f800000 75 ; CHECK-NEXT: .section .rdata,"dr",discard,__real@bf8000003f800000 87 ; CHECK: .section .rdata,"dr",discard,__ymm@0000000400000003000000020000000100000004000000030000000…
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | collective_param_resolver_local.cc | 166 DevRec* dr = &tdm[ip.device_names[i]]; in BuildDevRecs() local 167 dr->task = ip.task_names[i]; in BuildDevRecs() 168 dr->device = ip.device_names[i]; in BuildDevRecs() 169 dr->original_rank = i; in BuildDevRecs() 170 dr->local_rank = 0; // Will be populated later by OrderTaskDeviceMap. in BuildDevRecs() 171 dr->global_rank = 0; // Will be populated later by EstablishGlobalRank. in BuildDevRecs() 172 dr->locality = &localities[i]; in BuildDevRecs() 193 DevRec* dr = &tdm_it.second; in ParseRingOrder() local 194 if (!DeviceNameUtils::ParseFullName(dr->device, &parsed_name)) { in ParseRingOrder() 199 dr->local_rank = rank_it->second; in ParseRingOrder() [all …]
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | pytree_idempotency.py | 26 dr = driver.Driver(gr, convert=pytree.convert) 29 tree = dr.parse_file(fn, debug=True) 48 tree = dr.parse_file(fn, debug=True) 65 tree = dr.parse_file(fn, debug=True)
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | pytree_idempotency.py | 28 dr = driver.Driver(gr, convert=pytree.convert) 31 tree = dr.parse_file(fn, debug=True) 50 tree = dr.parse_file(fn, debug=True) 67 tree = dr.parse_file(fn, debug=True)
|
/external/u-boot/fs/ubifs/ |
D | log.c | 546 struct done_ref *dr; in done_already() local 550 dr = rb_entry(parent, struct done_ref, rb); in done_already() 551 if (lnum < dr->lnum) in done_already() 553 else if (lnum > dr->lnum) in done_already() 559 dr = kzalloc(sizeof(struct done_ref), GFP_NOFS); in done_already() 560 if (!dr) in done_already() 563 dr->lnum = lnum; in done_already() 565 rb_link_node(&dr->rb, parent, p); in done_already() 566 rb_insert_color(&dr->rb, done_tree); in done_already() 577 struct done_ref *dr, *n; in destroy_done_tree() local [all …]
|
/external/python/cpython2/Mac/Demo/textedit/ |
D | ped.py | 29 vr = dr = x0, y0, x1, y1 35 self.ted = TE.TENew(dr, vr) 48 dr = self.ted.destRect 51 vx = self.scalebarvalue(dr[0], dr[2]-dr[0], vr[0], vr[2]) 52 vy = self.scalebarvalue(dr[1], dr[1]+height, vr[1], vr[3]) 53 print dr, vr, height, vx, vy
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 810 F dr,dg,db,da; member 849 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da); \ 853 params->dr, params->dg, params->db, params->da); \ 858 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da) 862 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da); \ 864 F r, F g, F b, F a, F dr, F dg, F db, F da) { \ 865 name##_k(Ctx{program},dx,dy,tail, r,g,b,a, dr,dg,db,da); \ 867 next(tail,program,dx,dy, r,g,b,a, dr,dg,db,da); \ 870 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da) 1009 dr = dg = db = da = 0; in STAGE() [all …]
|
/external/u-boot/board/keymile/km83xx/ |
D | km83xx_i2c.c | 39 in_8(&base->dr); in i2c_make_abort() 41 last = in_8(&base->dr); in i2c_make_abort() 51 last = in_8(&base->dr); in i2c_make_abort()
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 810 F dr,dg,db,da; member 849 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da); \ 853 params->dr, params->dg, params->db, params->da); \ 858 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da) 862 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da); \ 864 F r, F g, F b, F a, F dr, F dg, F db, F da) { \ 865 name##_k(Ctx{program},dx,dy,tail, r,g,b,a, dr,dg,db,da); \ 867 next(tail,program,dx,dy, r,g,b,a, dr,dg,db,da); \ 870 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da) 1009 dr = dg = db = da = 0; in STAGE() [all …]
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | array_refcount_test.cpp | 278 static const array_deref_range dr[] = { in TEST_F() local 283 entry.mark_array_elements_referenced(dr, 3); in TEST_F() 298 static const array_deref_range dr[] = { in TEST_F() local 302 entry.mark_array_elements_referenced(dr, 3); in TEST_F() 326 static const array_deref_range dr[] = { in TEST_F() local 330 entry.mark_array_elements_referenced(dr, 3); in TEST_F() 354 static const array_deref_range dr[] = { in TEST_F() local 358 entry.mark_array_elements_referenced(dr, 3); in TEST_F() 382 static const array_deref_range dr[] = { in TEST_F() local 386 entry.mark_array_elements_referenced(dr, 3); in TEST_F()
|
/external/curl/tests/data/ |
D | test244 | 21 dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev 23 dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc 25 dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr
|
D | test352 | 21 dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev 23 dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc 25 dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr
|
/external/mesa3d/src/intel/compiler/ |
D | brw_ir_fs.h | 207 regions_overlap(const fs_reg &r, unsigned dr, const fs_reg &s, unsigned ds) in regions_overlap() argument 215 return regions_overlap(t, dr / 2, s, ds) || in regions_overlap() 216 regions_overlap(byte_offset(t, 4 * REG_SIZE), dr / 2, s, ds); in regions_overlap() 219 return regions_overlap(s, ds, r, dr); in regions_overlap() 223 !(reg_offset(r) + dr <= reg_offset(s) || in regions_overlap() 234 region_contained_in(const fs_reg &r, unsigned dr, const fs_reg &s, unsigned ds) in region_contained_in() argument 238 reg_offset(r) + dr <= reg_offset(s) + ds; in region_contained_in()
|