/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.cpp | 33 namespace adjust { namespace 255 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue() 258 adjust::fixup_13_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue() 261 adjust::fixup_call(Size, Fixup, Value, Ctx); in adjustFixupValue() 264 adjust::ldi::fixup(Size, Fixup, Value, Ctx); in adjustFixupValue() 267 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue() 271 adjust::pm(Value); in adjustFixupValue() 272 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue() 275 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue() 279 adjust::pm(Value); in adjustFixupValue() [all …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/flutter/skia/third_party/externals/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 …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_fillrect.c | 73 int adjust = 16 - ((uintptr_t)p & 15); \ 74 if (adjust < 16) { \ 75 n -= adjust; \ 76 adjust /= bpp; \ 77 while (adjust--) { \ 109 int adjust = 16 - ((uintptr_t)p & 15); in SDL_FillRect1SSE() local 110 if (adjust) { in SDL_FillRect1SSE() 111 n -= adjust; in SDL_FillRect1SSE() 112 SDL_memset(p, color, adjust); in SDL_FillRect1SSE() 113 p += adjust; in SDL_FillRect1SSE()
|
/third_party/ffmpeg/tools/ |
D | normalize.py | 25 adjust = ref - float(loudness) variable 26 if abs(adjust) < 0.0001: 29 print "Adjust %s by %.1fdB" % (ifile, adjust) 30 norm_cmd = ['ffmpeg', '-i', ifile, '-af', 'volume=%fdB' % adjust]
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 492 def common_emit_one_arg(self, p, pc, adjust, extra_offset): argument 500 % (pc, p.offset + adjust, p.size_string() )) 503 % (pc, p.offset + adjust, src_ptr, p.size_string() )) 506 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() )) 508 def common_emit_args(self, f, pc, adjust, skip_vla): argument 513 self.common_emit_one_arg(p, pc, adjust, extra_offset) 533 adjust = 8 535 adjust = 4 539 self.common_emit_one_arg(param, pc, adjust, None) 542 … print('(void) memcpy((void *)(%s + %u), zero, 4);' % (pc, (param.offset + param.size()) + adjust)) [all …]
|
/third_party/ltp/lib/ |
D | tst_wallclock.c | 46 static struct timespec mono_end, elapsed, adjust; in tst_wallclock_restore() local 59 adjust = tst_timespec_add(real_begin, elapsed); in tst_wallclock_restore() 63 if (tst_clock_settime(CLOCK_REALTIME, &adjust)) in tst_wallclock_restore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingWriter.cpp | 88 Counter adjust(Counter C) const { in adjust() function in __anon2f9b48230111::CounterExpressionsMinimizer 156 writeCounter(MinExpressions, Minimizer.adjust(E.LHS), OS); in write() 157 writeCounter(MinExpressions, Minimizer.adjust(E.RHS), OS); in write() 179 Counter Count = Minimizer.adjust(I->Count); in write()
|
/third_party/python/Lib/distutils/command/ |
D | build_scripts.py | 63 adjust = False 91 adjust = True 94 if adjust:
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftgloadr.c | 209 FT_Bool adjust = 0; in FT_GlyphLoader_CheckPoints() local 243 adjust = 1; in FT_GlyphLoader_CheckPoints() 261 adjust = 1; in FT_GlyphLoader_CheckPoints() 265 if ( adjust ) in FT_GlyphLoader_CheckPoints()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftgloadr.c | 213 FT_Bool adjust = 0; in FT_GlyphLoader_CheckPoints() local 251 adjust = 1; in FT_GlyphLoader_CheckPoints() 273 adjust = 1; in FT_GlyphLoader_CheckPoints() 277 if ( adjust ) in FT_GlyphLoader_CheckPoints()
|
/third_party/freetype/src/base/ |
D | ftgloadr.c | 213 FT_Bool adjust = 0; in FT_GlyphLoader_CheckPoints() local 251 adjust = 1; in FT_GlyphLoader_CheckPoints() 273 adjust = 1; in FT_GlyphLoader_CheckPoints() 277 if ( adjust ) in FT_GlyphLoader_CheckPoints()
|
/third_party/ffmpeg/libavcodec/ |
D | libopenjpegdec.c | 257 int adjust[4]; in libopenjpeg_copy_to_packed16() local 259 … adjust[x] = FFMAX(FFMIN(desc->comp[x].depth - image->comps[x].prec, 8), 0) + desc->comp[x].shift; in libopenjpeg_copy_to_packed16() 267 (unsigned)image->comps[c].data[index] << adjust[c]; in libopenjpeg_copy_to_packed16() 294 int adjust[4]; in libopenjpeg_copyto16() local 296 … adjust[x] = FFMAX(FFMIN(desc->comp[x].depth - image->comps[x].prec, 8), 0) + desc->comp[x].shift; in libopenjpeg_copyto16() 304 (unsigned)*comp_data << adjust[index]; in libopenjpeg_copyto16()
|
/third_party/libinput/doc/user/ |
D | trackpoint-configuration.rst | 55 model**, so proceed with caution. You must be capable/willing to adjust 57 to adjust the multiplier. If this does not apply, wait for someone else with 65 .. warning:: The multiplier is not a configuration to adjust to personal 69 To adjust the local multiplier, first 99 multiplier is good enough. If not, adjust the ``.quirks`` file and re-run the
|
D | touchpad-pressure.rst | 10 database to adjust the thresholds on a per-device basis. libinput uses 21 necessary. See :ref:`touchpad_pressure_hwdb` for instructions on how to adjust 23 how to adjust the touch size ranges.
|
/third_party/ffmpeg/libavfilter/ |
D | vf_eq.c | 100 param->adjust = NULL; in check_values() 102 param->adjust = eq->process; in check_values() 104 param->adjust = apply_lut; in check_values() 291 if (eq->param[i].adjust) in filter_frame() 292 eq->param[i].adjust(&eq->param[i], out->data[i], out->linesize[i], in filter_frame()
|
D | asrc_sinc.c | 255 float adjust = detect * ((delta < -detect * .7f) - (delta > detect * .7f)); in fir_to_phase() local 258 cum_2pi += adjust; in fir_to_phase() 262 adjust = detect * ((delta < -detect * .7f) - (delta > detect * .7f)); in fir_to_phase() 264 cum_1pi += fabsf(adjust); /* fabs for when 2pi and 1pi have combined */ in fir_to_phase()
|
/third_party/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_resize_buffers.spec | 42 when a window size changes but would still like Mesa to adjust to 59 and adjust its internal data structures. This may include
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | MESA_resize_buffers.txt | 44 when a window size changes but would still like Mesa to adjust to 61 and adjust its internal data structures. This may include
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_resize_buffers.txt | 44 when a window size changes but would still like Mesa to adjust to 61 and adjust its internal data structures. This may include
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | AnyTransliterator.java | 87 it.adjust(run.limit); in handleTransliterate() 121 public void adjust(int newCurrentLimit); in adjust() method 238 public void adjust(int newCurrentLimit) { in adjust() method in AnyTransliterator.ScriptRunIterator
|
/third_party/node/deps/brotli/c/enc/ |
D | compress_fragment.c | 90 const uint32_t adjust = 2 * BROTLI_MIN(uint32_t, histogram[i], 11u); in BuildAndStoreLiteralPrefixCode() local 91 histogram[i] += adjust; in BuildAndStoreLiteralPrefixCode() 92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode() 106 const uint32_t adjust = 1 + 2 * BROTLI_MIN(uint32_t, histogram[i], 11u); in BuildAndStoreLiteralPrefixCode() local 107 histogram[i] += adjust; in BuildAndStoreLiteralPrefixCode() 108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | compress_fragment.c | 90 const uint32_t adjust = 2 * BROTLI_MIN(uint32_t, histogram[i], 11u); in BuildAndStoreLiteralPrefixCode() local 91 histogram[i] += adjust; in BuildAndStoreLiteralPrefixCode() 92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode() 106 const uint32_t adjust = 1 + 2 * BROTLI_MIN(uint32_t, histogram[i], 11u); in BuildAndStoreLiteralPrefixCode() local 107 histogram[i] += adjust; in BuildAndStoreLiteralPrefixCode() 108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
|
/third_party/skia/infra/bots/assets/linux_vulkan_sdk/ |
D | README.md | 1 To update the Vulkan SDK asset, adjust SDK_VERSION in create.py, then run
|
/third_party/flutter/skia/docs/examples/ |
D | IRect_adjust.cpp | 8 rect.adjust(2, -1, 1, -2); in draw()
|