/external/libpng/contrib/tools/ |
D | makesRGB.c | 82 double adjust; in main() local 104 adjust = adjust_lo; in main() 107 adjust = adjust_hi; in main() 110 adjust = adjust_mid; in main() 113 adjust = (adjust_mid + adjust_hi)/2; in main() 116 adjust = (adjust_mid + adjust_lo)/2; in main() 131 calc = nearbyint((lo+adjust) * 256); in main() 178 printf("/* adjust (mid ): %f: %u -> %u */\n", adjust, ec_mid, in main() 181 adjust_mid = adjust; in main() 184 else if (adjust < adjust_mid && error_count16 < ec_lo) in main() [all …]
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | system-alloc.cc | 318 size_t adjust = 0; in Alloc() 320 adjust = alignment - (ptr & (alignment - 1)); in Alloc() 324 if (adjust > 0) { in Alloc() 325 munmap(reinterpret_cast<void*>(ptr), adjust); in Alloc() 327 if (adjust < extra) { in Alloc() 328 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust); in Alloc() 331 ptr += adjust; in Alloc() 406 size_t adjust = 0; in Alloc() 408 adjust = alignment - (ptr & (alignment - 1)); in Alloc() 412 if (adjust > 0) { in Alloc() [all …]
|
D | memfs_malloc.cc | 203 size_t adjust = 0; in AllocInternal() local 205 adjust = alignment - (ptr & (alignment - 1)); in AllocInternal() 207 ptr += adjust; in AllocInternal() 211 *actual_size = size + extra - adjust; in AllocInternal()
|
/external/srec/srec/clib/ |
D | cnorm_tr.c | 78 int ii, adjust; in estimate_normalization_parameters() local 91 adjust = mean_normalize_data(chandata[ii], 0); in estimate_normalization_parameters() 94 shift_distribution_counts(chandata[ii], adjust); in estimate_normalization_parameters() 96 shift_parameters(chandata[ii], adjust); in estimate_normalization_parameters() 98 channorm->imelda_adjust[ii] += adjust; in estimate_normalization_parameters() 100 channorm->adjust[ii] += adjust; in estimate_normalization_parameters() 116 log_report("%d ", channorm->adjust[ii]); in estimate_normalization_parameters() 144 channorm->adjust[ii] = channorm->target[ii] in setup_channel_normalization()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | system-alloc.cc | 456 size_t adjust = 0; in Alloc() 458 adjust = alignment - (ptr & (alignment - 1)); in Alloc() 462 if (adjust > 0) { in Alloc() 463 munmap(reinterpret_cast<void*>(ptr), adjust); in Alloc() 465 if (adjust < extra) { in Alloc() 466 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust); in Alloc() 469 ptr += adjust; in Alloc() 543 size_t adjust = 0; in Alloc() 545 adjust = alignment - (ptr & (alignment - 1)); in Alloc() 549 if (adjust > 0) { in Alloc() [all …]
|
D | memfs_malloc.cc | 203 size_t adjust = 0; in AllocInternal() local 205 adjust = alignment - (ptr & (alignment - 1)); in AllocInternal() 207 ptr += adjust; in AllocInternal() 211 *actual_size = size + extra - adjust; in AllocInternal()
|
/external/chromium_org/chrome/common/extensions/docs/static/sass/ |
D | _typography.scss | 30 @include adjust-font-size-to( $h1-font-size ); 36 @include adjust-font-size-to( $h2-font-size ); 39 @include adjust-leading-to(1.4, $h2-font-size); 42 @include adjust-font-size-to( $h3-font-size ); 45 @include adjust-leading-to(1.4, $h2-font-size); 48 @include adjust-font-size-to( $h4-font-size ); 53 @include adjust-font-size-to( $h5-font-size ); 58 @include adjust-font-size-to( $h6-font-size ); 127 // @include adjust-font-size-to(12px); 137 // @include adjust-font-size-to(12px); [all …]
|
D | _normalize.scss | 110 * 2. Prevent iOS text size adjust after orientation change, without disabling 121 -ms-text-size-adjust: 100%; /* 2 */ 122 -webkit-text-size-adjust: 100%; /* 2 */ 126 @include adjust-leading-to(1); 209 @include adjust-font-size-to( $h1-font-size ); 222 @include adjust-font-size-to( $h2-font-size ); 228 @include adjust-font-size-to( $h3-font-size ); 234 @include adjust-font-size-to( $h4-font-size ); 240 @include adjust-font-size-to( $h5-font-size ); 246 @include adjust-font-size-to( $h6-font-size ); [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2011-09-03-Trampoline.ll | 4 declare i8* @llvm.adjust.trampoline(i8*) 13 %tramp = call i8* @llvm.adjust.trampoline(i8* %gep) 26 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem) 35 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem) 50 %tramp0 = call i8* @llvm.adjust.trampoline(i8* %trampmem) 55 %tramp1 = call i8* @llvm.adjust.trampoline(i8* %trampmem) 69 %tramp0 = call i8* @llvm.adjust.trampoline(i8* %gep) 73 %tramp1 = call i8* @llvm.adjust.trampoline(i8* %gep) 77 %tramp2 = call i8* @llvm.adjust.trampoline(i8* %gep)
|
D | 2008-01-14-VarArgTrampoline.ll | 7 declare i8* @llvm.adjust.trampoline(i8*) nounwind 20 %tramp = call i8* @llvm.adjust.trampoline( i8* %TRAMP.216.sub)
|
/external/chromium_org/third_party/skia/src/views/animated/ |
D | SkScrollBarView.cpp | 26 this->adjust(); in SkScrollBarView() 37 this->adjust(); in setStart() 49 this->adjust(); in setShown() 61 this->adjust(); in setTotal() 120 void SkScrollBarView::adjust() in adjust() function in SkScrollBarView
|
/external/skia/src/views/animated/ |
D | SkScrollBarView.cpp | 26 this->adjust(); in SkScrollBarView() 37 this->adjust(); in setStart() 49 this->adjust(); in setShown() 61 this->adjust(); in setTotal() 120 void SkScrollBarView::adjust() in adjust() function in SkScrollBarView
|
/external/skia/src/core/ |
D | SkAutoKern.h | 27 SkFixed adjust(const SkGlyph& glyph) in adjust() function 44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta); in adjust() local 46 return adjust; in adjust()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkAutoKern.h | 27 SkFixed adjust(const SkGlyph& glyph) in adjust() function 44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta); in adjust() local 46 return adjust; in adjust()
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 474 def common_emit_one_arg(self, p, pc, adjust, extra_offset): argument 482 % (pc, p.offset + adjust, p.size_string() ) 485 % (pc, p.offset + adjust, src_ptr, p.size_string() ) 488 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() ) 490 def common_emit_args(self, f, pc, adjust, skip_vla): argument 495 self.common_emit_one_arg(p, pc, adjust, extra_offset) 515 adjust = 8 517 adjust = 4 521 self.common_emit_one_arg(param, pc, adjust, None) 524 … print '(void) memcpy((void *)(%s + %u), zero, 4);' % (pc, (param.offset + param.size()) + adjust) [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 474 def common_emit_one_arg(self, p, pc, adjust, extra_offset): argument 482 % (pc, p.offset + adjust, p.size_string() ) 485 % (pc, p.offset + adjust, src_ptr, p.size_string() ) 488 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() ) 490 def common_emit_args(self, f, pc, adjust, skip_vla): argument 495 self.common_emit_one_arg(p, pc, adjust, extra_offset) 515 adjust = 8 517 adjust = 4 521 self.common_emit_one_arg(param, pc, adjust, None) 524 … print '(void) memcpy((void *)(%s + %u), zero, 4);' % (pc, (param.offset + param.size()) + adjust) [all …]
|
/external/valgrind/main/VEX/priv/ |
D | host_generic_maddf.c | 140 int adjust = 0; in h_generic_calc_MAddF64() 183 adjust = 1; in h_generic_calc_MAddF64() 194 adjust = 1; in h_generic_calc_MAddF64() 218 adjust = -1; in h_generic_calc_MAddF64() 253 if (UNLIKELY (adjust < 0)) { in h_generic_calc_MAddF64() 264 if (LIKELY (adjust == 0)) { in h_generic_calc_MAddF64() 269 } else if (LIKELY (adjust > 0)) { in h_generic_calc_MAddF64()
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext_attr.c | 114 char *block_buf, int adjust, in ext2fs_adjust_ea_refcount2() argument 137 header->h_refcount += adjust; in ext2fs_adjust_ea_refcount2() 152 char *block_buf, int adjust, in ext2fs_adjust_ea_refcount() argument 155 return ext2fs_adjust_ea_refcount(fs, blk, block_buf, adjust, newcount); in ext2fs_adjust_ea_refcount()
|
/external/javassist/sample/duplicate/ |
D | Ball.java | 23 private void adjust() { in adjust() method in Ball 38 adjust(); in move()
|
/external/icu/icu4c/source/layout/ |
D | KernTable.cpp | 198 float adjust = 0; 241 adjust += fTable.getFont()->xUnitsToPoints(value); 249 storage.adjustPosition(i, adjust, 0, success); 252 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-08-23-Trampoline.ll | 9 %tramp22 = call i8* @llvm.adjust.trampoline( i8* null) 16 declare i8* @llvm.adjust.trampoline(i8*) nounwind
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | port.cc | 248 size_t adjust = 0; in TCMalloc_SystemAlloc() local 250 adjust = alignment - (ptr & (alignment - 1)); in TCMalloc_SystemAlloc() 253 ptr += adjust; in TCMalloc_SystemAlloc()
|
/external/freetype/src/base/ |
D | ftgloadr.c | 209 FT_Bool adjust = 0; in FT_GlyphLoader_CheckPoints() local 242 adjust = 1; in FT_GlyphLoader_CheckPoints() 260 adjust = 1; in FT_GlyphLoader_CheckPoints() 264 if ( adjust ) in FT_GlyphLoader_CheckPoints()
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftgloadr.c | 209 FT_Bool adjust = 0; in FT_GlyphLoader_CheckPoints() local 242 adjust = 1; in FT_GlyphLoader_CheckPoints() 260 adjust = 1; in FT_GlyphLoader_CheckPoints() 264 if ( adjust ) in FT_GlyphLoader_CheckPoints()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | ftgloadr.c | 209 FT_Bool adjust = 0; in FT_GlyphLoader_CheckPoints() local 242 adjust = 1; in FT_GlyphLoader_CheckPoints() 260 adjust = 1; in FT_GlyphLoader_CheckPoints() 264 if ( adjust ) in FT_GlyphLoader_CheckPoints()
|