/third_party/benchmark/src/ |
D | benchmark_register.h | 16 int mult) { in AddPowers() 39 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddNegatedPowers() 59 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | bytes_by_prefix.c | 75 char mult, junk; in bytes_by_prefix() local 123 char mult, junk; in lbytes_by_prefix() local 175 char mult, junk; in llbytes_by_prefix() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_crystalizer.c | 29 float mult; member 82 float mult; member 94 const float mult = td->mult; in filter_flt() local 129 double mult = td->mult; in filter_dbl() local 165 float mult = td->mult; in filter_fltp() local 198 const double mult = td->mult; in filter_dblp() local 231 const float mult = -td->mult; in ifilter_flt() local 267 const double mult = -td->mult; in ifilter_dbl() local 304 const float mult = -td->mult; in ifilter_fltp() local 338 const double mult = -td->mult; in ifilter_dblp() local
|
D | af_extrastereo.c | 29 float mult; member 66 const float mult = s->mult; in filter_frame() local
|
D | vf_histogram.c | 42 int mult; member 309 const int mult = s->mult; in filter_frame() local 409 const int mult = s->mult; in filter_frame() local 442 const int mult = s->mult; in filter_frame() local
|
D | vf_waveform.c | 738 const int mult = s->max / 256; in lowpass16() local 762 const int mult = s->max / 256; in lowpass16() local 2617 static void draw_htext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, c… in draw_htext() 2643 static void draw_htext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt,… in draw_htext16() 2669 static void draw_vtext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, c… in draw_vtext() 2694 static void draw_vtext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt,… in draw_vtext16() 2761 static void idraw_htext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, … in idraw_htext() 2787 static void idraw_htext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt… in idraw_htext16() 2813 static void idraw_vtext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, … in idraw_vtext() 2838 static void idraw_vtext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt… in idraw_vtext16() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | castTest.js | 29 mult: function(p) { return p; } method 49 mult: function (p) { return p; } method
|
/third_party/node/benchmark/fixtures/ |
D | coverage-many-branches.js | 22 mult() { method in CoveredClass 54 function mult(x, y) { function
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | rescaler_sse2.c | 66 const __m128i mult = _mm_set1_epi32(((x_add - accum) << 16) | accum); in RescalerImportRowExpand_SSE2() local 85 const __m128i mult = _mm_cvtsi32_si128(((x_add - accum) << 16) | accum); in RescalerImportRowExpand_SSE2() local 144 const __m128i mult = _mm_set1_epi16(-accum); in RescalerImportRowShrink_SSE2() local 172 const __m128i* const mult, in LoadDispatchAndMult_SSE2() 198 const __m128i* const mult, in ProcessRow_SSE2() 234 const __m128i mult = _mm_set_epi32(0, wrk->fy_scale, 0, wrk->fy_scale); in RescalerExportRowExpand_SSE2() local 330 const __m128i mult = _mm_set_epi32(0, scale, 0, scale); in RescalerExportRowShrink_SSE2() local
|
D | lossless_enc_sse41.c | 54 const __m128i mult = in CollectColorBlueTransforms_SSE41() local 100 const __m128i mult = MK_CST_16(0, CST_5b(green_to_red)); in CollectColorRedTransforms_SSE41() local
|
D | alpha_processing.c | 29 static uint32_t Mult(uint8_t x, uint32_t mult) { in Mult() 235 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_C() local 273 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444_C() local
|
D | rescaler_msa.c | 87 #define CALC_MULT_FIX2_16(in0, in1, in2, in3, mult, scale, shift, \ argument 102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \ argument
|
D | alpha_processing_neon.c | 68 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_NEON() local
|
/third_party/ltp/lib/ |
D | tst_fs_has_free.c | 30 unsigned int size, unsigned int mult) in tst_fs_has_free_()
|
D | random_range.c | 45 int mult; member 278 long random_range(int min, int max, int mult, char **errp) in random_range() 365 long random_rangel(long min, long max, long mult, char **errp) in random_rangel() 452 long long mult, char **errp) in random_rangell()
|
/third_party/skia/gm/ |
D | crbug_905548.cpp | 37 auto mult = SkImageFilters::Arithmetic(1, 0, 0, 0, false, eroded, imageSource, nullptr); variable
|
/third_party/ffmpeg/libavformat/ |
D | dcstr.c | 36 int mult; in dcstr_read_header() local
|
/third_party/ltp/include/ |
D | tst_fs.h | 231 unsigned int mult) in tst_fs_has_free() 257 unsigned int size, unsigned int mult) in tst_fs_has_free()
|
/third_party/cups-filters/filter/pdftopdf/ |
D | pptypes.cc | 135 void PageRect::scale(float mult) // {{{ in scale()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_offset.c | 93 float zoffset, mult; in do_offset_tri() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | pcg_engine.h | 186 state_type mult = Params::multiplier(); in advance() local
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
D | perf_event_open02.c | 107 static void do_work(int mult) in do_work()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 221 static int div_down(int val, int mult) { in div_down() 226 static int div_up(int val, int mult) { in div_up()
|
/third_party/gptfdisk/ |
D | support.cc | 138 uint64_t response = def, bytesPerUnit, mult = 1, divide = 1; in IeeeToInt() local
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | tiffdec.c | 125 static uint32_t Unmult(uint8_t x, uint32_t mult) { in Unmult()
|