/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_inline.h | 467 int c, old, dec; in qla_atomic_dtz() local 471 dec = c - amount; in qla_atomic_dtz() 472 if (unlikely(dec < 0)) in qla_atomic_dtz() 473 dec = 0; in qla_atomic_dtz() 475 old = atomic_cmpxchg((v), c, dec); in qla_atomic_dtz()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_hw.c | 371 dev = hw_device_match_by_codec(ist->dec); in hw_device_setup_for_decode() 382 if (!avcodec_get_hw_config(ist->dec, 0)) { in hw_device_setup_for_decode() 387 config = avcodec_get_hw_config(ist->dec, i); in hw_device_setup_for_decode() 399 config = avcodec_get_hw_config(ist->dec, i); in hw_device_setup_for_decode() 434 av_hwdevice_get_type_name(type), ist->dec->name); in hw_device_setup_for_decode()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/ |
H A D | dsi_pll_10nm.c | 162 u64 dec, dec_multiple; in dsi_pll_calc_dec_frac() local 177 dec = div_u64(dec_multiple, multiplier); in dsi_pll_calc_dec_frac() 191 regs->decimal_div_start = dec; in dsi_pll_calc_dec_frac() 491 u32 dec; in dsi_pll_10nm_vco_recalc_rate() local 494 dec = pll_read(base + REG_DSI_10nm_PHY_PLL_DECIMAL_DIV_START_1); in dsi_pll_10nm_vco_recalc_rate() 495 dec &= 0xff; in dsi_pll_10nm_vco_recalc_rate() 509 pll_freq = dec * (ref_clk * 2); in dsi_pll_10nm_vco_recalc_rate() 515 DBG("DSI PLL%d returning vco rate = %lu, dec = %x, frac = %x", in dsi_pll_10nm_vco_recalc_rate() 516 pll_10nm->id, (unsigned long)vco_rate, dec, frac); in dsi_pll_10nm_vco_recalc_rate()
|
H A D | dsi_pll_7nm.c | 163 u64 dec, dec_multiple; in dsi_pll_calc_dec_frac() local 178 dec = div_u64(dec_multiple, multiplier); in dsi_pll_calc_dec_frac() 192 regs->decimal_div_start = dec; in dsi_pll_calc_dec_frac() 517 u32 dec; in dsi_pll_7nm_vco_recalc_rate() local 520 dec = pll_read(base + REG_DSI_7nm_PHY_PLL_DECIMAL_DIV_START_1); in dsi_pll_7nm_vco_recalc_rate() 521 dec &= 0xff; in dsi_pll_7nm_vco_recalc_rate() 535 pll_freq = dec * (ref_clk * 2); in dsi_pll_7nm_vco_recalc_rate() 541 DBG("DSI PLL%d returning vco rate = %lu, dec = %x, frac = %x", in dsi_pll_7nm_vco_recalc_rate() 542 pll_7nm->id, (unsigned long)vco_rate, dec, frac); in dsi_pll_7nm_vco_recalc_rate()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_10nm.c | 119 u64 dec, dec_multiple; in dsi_pll_calc_dec_frac() local 129 dec = div_u64_rem(dec_multiple, multiplier, &frac); in dsi_pll_calc_dec_frac() 142 config->decimal_div_start = dec; in dsi_pll_calc_dec_frac() 429 u32 dec; in dsi_pll_10nm_vco_recalc_rate() local 432 dec = dsi_phy_read(base + REG_DSI_10nm_PHY_PLL_DECIMAL_DIV_START_1); in dsi_pll_10nm_vco_recalc_rate() 433 dec &= 0xff; in dsi_pll_10nm_vco_recalc_rate() 446 pll_freq = dec * (ref_clk * 2); in dsi_pll_10nm_vco_recalc_rate() 453 DBG("DSI PLL%d returning vco rate = %lu, dec = %x, frac = %x", in dsi_pll_10nm_vco_recalc_rate() 454 pll_10nm->phy->id, (unsigned long)vco_rate, dec, frac); in dsi_pll_10nm_vco_recalc_rate()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | qpeldsp.asm | 54 dec r5d 127 dec r5d 275 dec r4d 358 dec r4d 422 dec r4d 467 dec r4d 512 dec r4d 544 dec r4d
|
H A D | h264_qpel_8bit.asm | 90 dec r4d 150 dec r4d 193 dec r4d 240 dec r5d 304 dec r5d 351 dec r5d 532 dec r3d 620 dec r4d 661 dec r4d 710 dec r4 [all...] |
H A D | vp9intrapred.asm | 181 dec cntd 223 dec cntd 262 dec cntd 350 dec cntd 386 dec cntd 424 dec cntd 464 dec cntd 485 dec cntd 506 dec cntd 557 dec cnt [all...] |
H A D | hevc_idct.asm | 262 dec cntd 635 dec r1d 644 dec r1d 731 dec r1d 742 dec r1d 753 dec r1d 764 dec r1d 775 dec r1d 797 dec r1d 805 dec r1 [all...] |
/kernel/linux/linux-5.10/drivers/iio/imu/ |
H A D | adis16475.c | 255 u16 dec; in adis16475_get_freq() local 257 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_DEC_RATE, &dec); in adis16475_get_freq() 261 *freq = DIV_ROUND_CLOSEST(st->clk_freq, dec + 1); in adis16475_get_freq() 268 u16 dec; in adis16475_set_freq() local 274 dec = DIV_ROUND_CLOSEST(st->clk_freq, freq); in adis16475_set_freq() 276 if (dec) in adis16475_set_freq() 277 dec--; in adis16475_set_freq() 279 if (dec > st->info->max_dec) in adis16475_set_freq() 280 dec = st->info->max_dec; in adis16475_set_freq() 282 ret = adis_write_reg_16(&st->adis, ADIS16475_REG_DEC_RATE, dec); in adis16475_set_freq() [all...] |
/kernel/linux/linux-6.6/drivers/iio/imu/ |
H A D | adis16475.c | 260 u16 dec; in adis16475_get_freq() local 275 ret = __adis_read_reg_16(&st->adis, ADIS16475_REG_DEC_RATE, &dec); in adis16475_get_freq() 281 *freq = DIV_ROUND_CLOSEST(sample_rate, dec + 1); in adis16475_get_freq() 291 u16 dec; in adis16475_set_freq() local 346 dec = DIV_ROUND_CLOSEST(sample_rate, freq); in adis16475_set_freq() 348 if (dec) in adis16475_set_freq() 349 dec--; in adis16475_set_freq() 351 if (dec > st->info->max_dec) in adis16475_set_freq() 352 dec = st->info->max_dec; in adis16475_set_freq() 354 ret = __adis_write_reg_16(&st->adis, ADIS16475_REG_DEC_RATE, dec); in adis16475_set_freq() [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | dz.c | 13 * Changed IRQ to use Harald's dec internals interrupts.h 53 #include <asm/dec/interrupts.h> 54 #include <asm/dec/kn01.h> 55 #include <asm/dec/kn02.h> 56 #include <asm/dec/machtype.h> 57 #include <asm/dec/prom.h> 58 #include <asm/dec/system.h>
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | dz.c | 13 * Changed IRQ to use Harald's dec internals interrupts.h 53 #include <asm/dec/interrupts.h> 54 #include <asm/dec/kn01.h> 55 #include <asm/dec/kn02.h> 56 #include <asm/dec/machtype.h> 57 #include <asm/dec/prom.h> 58 #include <asm/dec/system.h>
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.h | 378 void RegisterDecorationForId(uint32_t id, const Decoration& dec) { in RegisterDecorationForId() argument 380 auto lb = std::find(dec_list.begin(), dec_list.end(), dec); in RegisterDecorationForId() 382 dec_list.push_back(dec); in RegisterDecorationForId() 417 /// Returns true if the given id <id> has the given decoration <dec>, 419 bool HasDecoration(uint32_t id, SpvDecoration dec) { in HasDecoration() argument 425 [dec](const Decoration& d) { return dec == d.dec_type(); }); in HasDecoration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.h | 378 void RegisterDecorationForId(uint32_t id, const Decoration& dec) { in RegisterDecorationForId() argument 380 auto lb = std::find(dec_list.begin(), dec_list.end(), dec); in RegisterDecorationForId() 382 dec_list.push_back(dec); in RegisterDecorationForId() 417 /// Returns true if the given id <id> has the given decoration <dec>, 419 bool HasDecoration(uint32_t id, SpvDecoration dec) { in HasDecoration() argument 425 [dec](const Decoration& d) { return dec == d.dec_type(); }); in HasDecoration()
|
/third_party/python/Lib/test/ |
H A D | test_unicodedata.py | 265 dec = self.db.decimal(c, -1) 266 if dec != -1: 267 self.assertEqual(dec, self.db.numeric(c)) 278 dec = self.db.digit(c, -1) 279 if dec != -1: 280 self.assertEqual(dec, self.db.numeric(c))
|
H A D | _test_atexit.py | 98 def dec(): function 103 atexit.register(dec)
|
/third_party/ffmpeg/tests/fate/ |
H A D | opus.mak | 18 $(FATE_OPUS): REF = $(SAMPLES)/opus/$(@:fate-opus-%=%).dec 19 $(FATE_OPUS_HYBRID-yes): REF = $(SAMPLES)/opus/$(@:fate-opus-%=%)_v2.dec
|
/third_party/node/lib/internal/ |
H A D | v8_prof_polyfill.js | 85 const dec = new (require('string_decoder').StringDecoder)('utf-8'); 108 line += dec.write(buf.slice(0, bytes));
|
/third_party/node/test/parallel/ |
H A D | test-http2-respond-file-fd-range.js | 73 req.on('close', common.mustCall(() => countdown.dec())); 90 req.on('close', common.mustCall(() => countdown.dec()));
|
/third_party/node/deps/base64/base64/lib/ |
H A D | lib.c | 71 if (codec.dec == NULL || flags & 0xFFFF) { in base64_stream_decode_init() 89 return codec.dec(state, src, srclen, out, outlen); in base64_stream_decode()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_sem.c | 86 static void dec() in dec() function 117 dec(); in main()
|
/third_party/mesa3d/src/gtest/include/ |
H A D | mesa-gtest-extras.h | 57 result << "\n [" << std::dec << std::setw(3) << i << "]"; in array_equal_pred() 67 result << "\n [" << std::dec << std::setw(3) << i << "]"; in array_equal_pred()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_operator.py | 20 def dec(f): function 23 return dec
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_alu.c | 429 UNUSED int member, const struct vtn_decoration *dec, in handle_no_contraction() 432 vtn_assert(dec->scope == VTN_DEC_DECORATION); in handle_no_contraction() 433 if (dec->decoration != SpvDecorationNoContraction) in handle_no_contraction() 476 const struct vtn_decoration *dec, void *_opts) in handle_conversion_opts() 480 switch (dec->decoration) { in handle_conversion_opts() 482 opts->rounding_mode = vtn_rounding_mode_to_nir(b, dec->operands[0]); in handle_conversion_opts() 499 const struct vtn_decoration *dec, void *_alu) in handle_no_wrap() 502 switch (dec->decoration) { in handle_no_wrap() 518 const struct vtn_decoration *dec, void *void_ctx) in vtn_value_is_relaxed_precision_cb() 521 switch (dec in vtn_value_is_relaxed_precision_cb() 428 handle_no_contraction(struct vtn_builder *b, UNUSED struct vtn_value *val, UNUSED int member, const struct vtn_decoration *dec, UNUSED void *_void) handle_no_contraction() argument 474 handle_conversion_opts(struct vtn_builder *b, UNUSED struct vtn_value *val, UNUSED int member, const struct vtn_decoration *dec, void *_opts) handle_conversion_opts() argument 497 handle_no_wrap(UNUSED struct vtn_builder *b, UNUSED struct vtn_value *val, UNUSED int member, const struct vtn_decoration *dec, void *_alu) handle_no_wrap() argument 516 vtn_value_is_relaxed_precision_cb(struct vtn_builder *b, struct vtn_value *val, int member, const struct vtn_decoration *dec, void *void_ctx) vtn_value_is_relaxed_precision_cb() argument [all...] |