/third_party/node/benchmark/fixtures/ |
H A D | coverage-many-branches.js | 54 function mult(x, y) { function [all...] |
/third_party/ltp/lib/ |
H A D | tst_fs_has_free.c | 29 tst_fs_has_free_(void (*cleanup)(void), const char *path, unsigned int size, unsigned int mult) tst_fs_has_free_() argument
|
H A D | random_range.c | 45 int mult; member 278 random_range(int min, int max, int mult, char **errp) random_range() argument 365 random_rangel(long min, long max, long mult, char **errp) random_rangel() argument 451 random_rangell(long long min, long long max, long long mult, char **errp) random_rangell() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | dcstr.c | 36 int mult; in dcstr_read_header() local
|
/third_party/skia/gm/ |
H A D | crbug_905548.cpp | 37 auto mult = SkImageFilters::Arithmetic(1, 0, 0, 0, false, eroded, imageSource, nullptr); in DEF_SIMPLE_GM() local
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A 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 [all...] |
/third_party/benchmark/src/ |
H A D | benchmark_register.h | 40 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddNegatedPowers() argument 60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() argument 16 AddPowers(std::vector<T>* dst, T lo, T hi, int mult) AddPowers() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_crystalizer.c | 29 float mult; member 52 float mult; member [all...] |
H A D | af_extrastereo.c | 29 float mult; member 65 const float mult = s->mult; in filter_frame() local
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pptypes.cc | 135 void PageRect::scale(float mult) // {{{ in scale() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_dec.c | 516 int mult = (qp_type == FF_MPV_QSCALE_TYPE_MPEG1) ? 2 : 1; in ff_mpv_export_qp_table() local
|
H A D | wmaenc.c | 242 float *coefs, *exponents, mult; in encode_block() local
|
H A D | dvdsubenc.c | 159 int i, j, bright, mult; in select_palette() local
|
H A D | wmadec.c | 639 float *coefs, *exponents, mult, mult1, noise; in wma_decode_block() local
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | smult_curve25519_ref.c | 60 static void mult(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) in mult() function [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_offset.c | 93 float zoffset, mult; in do_offset_tri() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing_neon.c | 68 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_NEON() local
|
H A 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
|
/third_party/gptfdisk/ |
H A D | support.cc | 140 uint64_t response = def, bytesPerUnit, mult = 1, divide = 1; in IeeeToInt() local
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | misc.c | 265 mult in mult() function
|
/third_party/ltp/include/ |
H A D | tst_fs.h | 222 tst_fs_has_free(const char *path, unsigned int size, unsigned int mult) tst_fs_has_free() argument 248 tst_fs_has_free(void (*cleanup)(void), const char *path, unsigned int size, unsigned int mult) tst_fs_has_free() argument
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open02.c | 106 static void do_work(int mult) in do_work() argument
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | tiffdec.c | 125 static uint32_t Unmult(uint8_t x, uint32_t mult) { in Unmult() argument
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_weight_align.cpp | 114 vfloat mult = vfloat(1.0f / (2.0f * astc::PI)); in compute_angular_offsets() local
|
/third_party/rust/crates/humantime/src/ |
H A D | date.rs | 164 let mut mult = 100_000_000; in parse_rfc3339_weak() variables
|