/third_party/f2fs-tools/fsck/ |
D | mkquota.c | 29 static void print_dquot(const char *desc, struct dquot *dq) in print_dquot() argument 34 dq->dq_id, (long long) dq->dq_dqb.dqb_curspace, in print_dquot() 35 (long long) dq->dq_dqb.dqb_bsoftlimit, in print_dquot() 36 (long long) dq->dq_dqb.dqb_bhardlimit, in print_dquot() 37 (long long) dq->dq_dqb.dqb_curinodes, in print_dquot() 38 (long long) dq->dq_dqb.dqb_isoftlimit, in print_dquot() 39 (long long) dq->dq_dqb.dqb_ihardlimit); in print_dquot() 48 struct dquot *dq; in write_dquots() local 52 dq = dnode_get(n); in write_dquots() 53 if (dq) { in write_dquots() [all …]
|
/third_party/boost/boost/sort/common/ |
D | deque_cnc.hpp | 63 deque_t dq; member in sort::tools::deque_cnc 76 explicit inline deque_cnc(void): dq() { }; in deque_cnc() 83 explicit inline deque_cnc(const Allocator &ALLC): dq(ALLC){ }; in deque_cnc() 89 virtual ~deque_cnc(void){ dq.clear(); }; in ~deque_cnc() 98 dq.clear(); in clear() 111 dq.swap(A.dq); in swap() 127 return dq.size(); in size() 138 return (dq.max_size()); in max_size() 154 dq.shrink_to_fit(); in shrink_to_fit() 165 return (dq.empty()); in empty() [all …]
|
/third_party/e2fsprogs/lib/support/ |
D | mkquota.c | 49 static void print_dquot(const char *desc, struct dquot *dq) in print_dquot() argument 54 dq->dq_id, (long long) dq->dq_dqb.dqb_curspace, in print_dquot() 55 (long long) dq->dq_dqb.dqb_bsoftlimit, in print_dquot() 56 (long long) dq->dq_dqb.dqb_bhardlimit, in print_dquot() 57 (long long) dq->dq_dqb.dqb_curinodes, in print_dquot() 58 (long long) dq->dq_dqb.dqb_isoftlimit, in print_dquot() 59 (long long) dq->dq_dqb.dqb_ihardlimit); in print_dquot() 63 struct dquot *dq EXT2FS_ATTR((unused))) in print_dquot() 150 struct dquot *dq; in write_dquots() local 153 dq = dnode_get(n); in write_dquots() [all …]
|
/third_party/libsnd/src/G72x/ |
D | g721.c | 90 short dq, i ; in g721_encoder() local 105 dq = reconstruct (i & 8, _dqlntab [i], y) ; /* quantized est diff */ in g721_encoder() 107 sr = (dq < 0) ? se - (dq & 0x3FFF) : se + dq ; /* reconst. signal */ in g721_encoder() 111 update (4, y, arith_shift_left (_witab [i], 5), _fitab [i], dq, sr, dqsez, state_ptr) ; in g721_encoder() 133 short dq ; in g721_decoder() local 144 dq = reconstruct (i & 0x08, _dqlntab [i], y) ; /* quantized diff. */ in g721_decoder() 146 sr = (dq < 0) ? (se - (dq & 0x3FFF)) : se + dq ; /* reconst. signal */ in g721_decoder() 150 update (4, y, arith_shift_left (_witab [i], 5), _fitab [i], dq, sr, dqsez, state_ptr) ; in g721_decoder()
|
D | g723_24.c | 78 short dq, i ; in g723_24_encoder() local 93 dq = reconstruct (i & 4, _dqlntab [i], y) ; /* quantized diff. */ in g723_24_encoder() 95 sr = (dq < 0) ? se - (dq & 0x3FFF) : se + dq ; /* reconstructed signal */ in g723_24_encoder() 99 update (3, y, _witab [i], _fitab [i], dq, sr, dqsez, state_ptr) ; in g723_24_encoder() 119 short dq ; in g723_24_decoder() local 129 dq = reconstruct (i & 0x04, _dqlntab [i], y) ; /* unquantize pred diff */ in g723_24_decoder() 131 sr = (dq < 0) ? (se - (dq & 0x3FFF)) : (se + dq) ; /* reconst. signal */ in g723_24_decoder() 135 update (3, y, _witab [i], _fitab [i], dq, sr, dqsez, state_ptr) ; in g723_24_decoder()
|
D | g723_16.c | 92 short dq, i ; in g723_16_encoder() local 115 dq = reconstruct (i & 2, _dqlntab [i], y) ; /* quantized diff. */ in g723_16_encoder() 117 sr = (dq < 0) ? se - (dq & 0x3FFF) : se + dq ; /* reconstructed signal */ in g723_16_encoder() 121 update (2, y, _witab [i], _fitab [i], dq, sr, dqsez, state_ptr) ; in g723_16_encoder() 141 short dq ; in g723_16_decoder() local 151 dq = reconstruct (i & 0x02, _dqlntab [i], y) ; /* unquantize pred diff */ in g723_16_decoder() 153 sr = (dq < 0) ? (se - (dq & 0x3FFF)) : (se + dq) ; /* reconst. signal */ in g723_16_decoder() 157 update (2, y, _witab [i], _fitab [i], dq, sr, dqsez, state_ptr) ; in g723_16_decoder()
|
D | g723_40.c | 94 short dq, i ; in g723_40_encoder() local 110 dq = reconstruct (i & 0x10, _dqlntab [i], y) ; /* quantized diff */ in g723_40_encoder() 112 sr = (dq < 0) ? se - (dq & 0x7FFF) : se + dq ; /* reconstructed signal */ in g723_40_encoder() 116 update (5, y, _witab [i], _fitab [i], dq, sr, dqsez, state_ptr) ; in g723_40_encoder() 133 short dq ; in g723_40_decoder() local 143 dq = reconstruct (i & 0x10, _dqlntab [i], y) ; /* estimation diff. */ in g723_40_decoder() 145 sr = (dq < 0) ? (se - (dq & 0x7FFF)) : (se + dq) ; /* reconst. signal */ in g723_40_decoder() 149 update (5, y, _witab [i], _fitab [i], dq, sr, dqsez, state_ptr) ; in g723_40_decoder()
|
D | g72x.c | 129 state_ptr->dq [cnta] = 32 ; in private_init_state() 276 sezi = fmult (state_ptr->b [0] >> 2, state_ptr->dq [0]) ; in predictor_zero() 278 sezi += fmult (state_ptr->b [i] >> 2, state_ptr->dq [i]) ; in predictor_zero() 386 short dq ; /* Reconstructed difference signal sample */ in reconstruct() local 395 dq = (dqt << 7) >> (14 - dex) ; in reconstruct() 396 return ((sign) ? (dq - 0x8000) : dq) ; in reconstruct() 412 int dq, /* quantized prediction difference */ in update() argument 430 mag = dq & 0x7FFF ; /* prediction difference magnitude */ in update() 532 if (dq & 0x7FFF) /* XOR */ in update() 533 { if ((dq ^ state_ptr->dq [cnt]) >= 0) in update() [all …]
|
/third_party/e2fsprogs/debugfs/ |
D | quota.c | 92 static int list_quota_callback(struct dquot *dq, in list_quota_callback() argument 96 dq->dq_id, (long long)dq->dq_dqb.dqb_curspace, in list_quota_callback() 97 (long long)dq->dq_dqb.dqb_bsoftlimit, in list_quota_callback() 98 (long long)dq->dq_dqb.dqb_bhardlimit, in list_quota_callback() 99 (long long)dq->dq_dqb.dqb_curinodes, in list_quota_callback() 100 (long long)dq->dq_dqb.dqb_isoftlimit, in list_quota_callback() 101 (long long)dq->dq_dqb.dqb_ihardlimit); in list_quota_callback() 140 struct dquot *dq; in do_get_quota() local 165 dq = qh->qh_ops->read_dquot(qh, id); in do_get_quota() 166 if (dq) { in do_get_quota() [all …]
|
/third_party/ffmpeg/tests/checkasm/x86/ |
D | checkasm.asm | 34 x6: dq 0x1a1b2550a612b48c,0x79445c159ce79064 35 x7: dq 0x2eed899d5a28ddcd,0x86b2536fcd8cf636 36 x8: dq 0xb0856806085e7943,0x3f2bf84fc0fcca4e 37 x9: dq 0xacbd382dcf5b8de2,0xd229e1f5b281303f 38 x10: dq 0x71aeaff20b095fd9,0xab63e2e11fa38ed9 39 x11: dq 0x89b0c0765892729a,0x77d410d5c42c882d 40 x12: dq 0xc45ea11a955d8dd5,0x24b3c1d2a024048b 41 x13: dq 0x2e8ec680de14b47c,0xdd7b8919edd42786 42 x14: dq 0x135ce6888fa02cbf,0x11e53e2b2ac655ef 43 x15: dq 0x011ff554472a7a10,0x6de8f4c914c334d5 [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | DecimalQuantityTest.java | 533 DecimalQuantity_DualStorageBCD dq = new DecimalQuantity_DualStorageBCD(876.543); in testMaxDigits() local 534 dq.roundToInfinity(); in testMaxDigits() 535 dq.setMinInteger(0); in testMaxDigits() 536 dq.applyMaxInteger(2); in testMaxDigits() 537 dq.setMinFraction(0); in testMaxDigits() 538 dq.roundToMagnitude(-2, RoundingUtils.mathContextUnlimited(RoundingMode.FLOOR)); in testMaxDigits() 539 assertEquals("Should trim, toPlainString", "76.54", dq.toPlainString()); in testMaxDigits() 540 assertEquals("Should trim, toScientificString", "7.654E+1", dq.toScientificString()); in testMaxDigits() 541 assertEquals("Should trim, toLong", 76, dq.toLong(true)); in testMaxDigits() 542 assertEquals("Should trim, toFractionLong", 54, dq.toFractionLong(false)); in testMaxDigits() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_decimalquantity.cpp | 420 DecimalQuantity dq; in testMaxDigits() local 421 dq.setToDouble(876.543); in testMaxDigits() 422 dq.roundToInfinity(); in testMaxDigits() 423 dq.setMinInteger(0); in testMaxDigits() 424 dq.applyMaxInteger(2); in testMaxDigits() 425 dq.setMinFraction(0); in testMaxDigits() 426 dq.roundToMagnitude(-2, UNUM_ROUND_FLOOR, status); in testMaxDigits() 427 assertEquals("Should trim, toPlainString", "76.54", dq.toPlainString()); in testMaxDigits() 428 assertEquals("Should trim, toScientificString", "7.654E+1", dq.toScientificString()); in testMaxDigits() 429 assertEquals("Should trim, toLong", 76LL, dq.toLong(true)); in testMaxDigits() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | DecimalQuantityTest.java | 524 DecimalQuantity_DualStorageBCD dq = new DecimalQuantity_DualStorageBCD(876.543); in testMaxDigits() local 525 dq.roundToInfinity(); in testMaxDigits() 526 dq.setMinInteger(0); in testMaxDigits() 527 dq.applyMaxInteger(2); in testMaxDigits() 528 dq.setMinFraction(0); in testMaxDigits() 529 dq.roundToMagnitude(-2, RoundingUtils.mathContextUnlimited(RoundingMode.FLOOR)); in testMaxDigits() 530 assertEquals("Should trim, toPlainString", "76.54", dq.toPlainString()); in testMaxDigits() 531 assertEquals("Should trim, toScientificString", "7.654E+1", dq.toScientificString()); in testMaxDigits() 532 assertEquals("Should trim, toLong", 76, dq.toLong(true)); in testMaxDigits() 533 assertEquals("Should trim, toFractionLong", 54, dq.toFractionLong(false)); in testMaxDigits() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | g726.c | 82 Float11 dq[6]; /**< prev. difference */ member 195 int dq, re_signal, pk0, fa1, i, tr, ylint, ylfrac, thr2, al, dq0; in g726_decode() local 199 dq = inverse_quant(c, I); in g726_decode() 205 tr= (c->td == 1 && dq > ((3*thr2)>>2)); in g726_decode() 208 dq = -dq; in g726_decode() 209 re_signal = (int16_t)(c->se + dq); in g726_decode() 212 pk0 = (c->sez + dq) ? sgn(c->sez + dq) : 0; in g726_decode() 213 dq0 = dq ? sgn(dq) : 0; in g726_decode() 229 c->b[i] += 128*dq0*sgn(-c->dq[i].sign) - (c->b[i]>>8); in g726_decode() 238 c->dq[i] = c->dq[i-1]; in g726_decode() [all …]
|
/third_party/ffmpeg/libavutil/x86/ |
D | x86util.asm | 91 SBUTTERFLY dq, %1, %3, %5 92 SBUTTERFLY dq, %2, %4, %5 101 SBUTTERFLY dq, %1, %2, %5 102 SBUTTERFLY dq, %3, %4, %5 108 SBUTTERFLY dq, %1, %3, %5 109 SBUTTERFLY dq, %2, %4, %5 115 SBUTTERFLY dq, %1, %2, %5 116 SBUTTERFLY dq, %3, %4, %5 133 SBUTTERFLY dq, %1, %2, %9 134 SBUTTERFLY dq, %3, %4, %9 [all …]
|
/third_party/boost/libs/numeric/odeint/test/ |
D | dummy_odes.hpp | 108 void operator()( const StateIn &p , StateOut &dq ) const in operator ()() 110 dq[0] = p[0]; in operator ()() 128 void operator()( const T &p , T &dq ) const in operator ()() 130 dq = p; in operator ()()
|
/third_party/icu/icu4c/source/i18n/ |
D | upluralrules.cpp | 45 number::impl::DecimalQuantity dq; in select() local 46 decFmt->formatToDecimalQuantity(obj, dq, status); in select() 48 return rules.select(dq); in select() 110 const number::impl::DecimalQuantity* dq = in uplrules_selectFormatted() local 115 UnicodeString result = ((PluralRules*)uplrules)->select(*dq); in uplrules_selectFormatted()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | upluralrules.cpp | 45 number::impl::DecimalQuantity dq; in select() local 46 decFmt->formatToDecimalQuantity(obj, dq, status); in select() 48 return rules.select(dq); in select() 110 const number::impl::DecimalQuantity* dq = in uplrules_selectFormatted() local 115 UnicodeString result = ((PluralRules*)uplrules)->select(*dq); in uplrules_selectFormatted()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | upluralrules.cpp | 45 number::impl::DecimalQuantity dq; in select() local 46 decFmt->formatToDecimalQuantity(obj, dq, status); in select() 48 return rules.select(dq); in select() 110 const number::impl::DecimalQuantity* dq = in uplrules_selectFormatted() local 115 UnicodeString result = ((PluralRules*)uplrules)->select(*dq); in uplrules_selectFormatted()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp9lpf.asm | 264 SBUTTERFLY dq, %1, %5, %12 265 SBUTTERFLY dq, %2, %6, %12 266 SBUTTERFLY dq, %3, %7, %12 267 SBUTTERFLY dq, %4, %8, %12 268 SBUTTERFLY dq, %9, %13, %12 269 SBUTTERFLY dq, %10, %14, %12 270 SBUTTERFLY dq, %11, %15, %12 273 SBUTTERFLY dq, %12, %16, %8 306 SBUTTERFLY dq, %1, %5, %3 307 SBUTTERFLY dq, %2, %6, %3 [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DecimalFormat.java | 707 DecimalQuantity dq = new DecimalQuantity_DualStorageBCD(number); in format() local 709 formatter.formatImpl(dq, string); in format() 710 fieldPositionHelper(dq, string, fieldPosition, result.length()); in format() 720 DecimalQuantity dq = new DecimalQuantity_DualStorageBCD(number); in format() local 722 formatter.formatImpl(dq, string); in format() 723 fieldPositionHelper(dq, string, fieldPosition, result.length()); in format() 733 DecimalQuantity dq = new DecimalQuantity_DualStorageBCD(number); in format() local 735 formatter.formatImpl(dq, string); in format() 736 fieldPositionHelper(dq, string, fieldPosition, result.length()); in format() 747 DecimalQuantity dq = new DecimalQuantity_DualStorageBCD(number); in format() local [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 716 DecimalQuantity dq = new DecimalQuantity_DualStorageBCD(number); in format() local 718 formatter.formatImpl(dq, string); in format() 719 fieldPositionHelper(dq, string, fieldPosition, result.length()); in format() 731 DecimalQuantity dq = new DecimalQuantity_DualStorageBCD(number); in format() local 733 formatter.formatImpl(dq, string); in format() 734 fieldPositionHelper(dq, string, fieldPosition, result.length()); in format() 746 DecimalQuantity dq = new DecimalQuantity_DualStorageBCD(number); in format() local 748 formatter.formatImpl(dq, string); in format() 749 fieldPositionHelper(dq, string, fieldPosition, result.length()); in format() 762 DecimalQuantity dq = new DecimalQuantity_DualStorageBCD(number); in format() local [all …]
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_overlay.asm | 50 pmovzxbw m1, [dq+xq] 58 movq [dq+xq], m0 88 pmovzxbw m1, [dq+xq] 96 movq [dq+xq], m0 129 pmovzxbw m1, [dq+xq] 137 movq [dq+xq], m0
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | wordexp.c | 30 int sq=0, dq=0; in do_wordexp() local 49 if (!dq) sq^=1; in do_wordexp() 52 if (!sq) dq^=1; in do_wordexp() 72 if (!(sq|dq|np)) return WRDE_BADCHAR; in do_wordexp()
|
/third_party/musl/src/misc/ |
D | wordexp.c | 29 int sq=0, dq=0; in do_wordexp() local 48 if (!dq) sq^=1; in do_wordexp() 51 if (!sq) dq^=1; in do_wordexp() 71 if (!(sq|dq|np)) return WRDE_BADCHAR; in do_wordexp()
|