/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_ArithDecoder.cpp | 39 int JBig2ArithCtx::DecodeNLPS(const JBig2ArithQe& qe) { in DecodeNLPS() argument 41 if (qe.bSwitch) in DecodeNLPS() 43 m_I = qe.NLPS; in DecodeNLPS() 48 int JBig2ArithCtx::DecodeNMPS(const JBig2ArithQe& qe) { in DecodeNMPS() argument 49 m_I = qe.NMPS; in DecodeNMPS() 70 const JBig2ArithCtx::JBig2ArithQe& qe = kQeTable[pCX->I()]; in Decode() local 71 m_A -= qe.Qe; in Decode() 76 const int D = m_A < qe.Qe ? pCX->DecodeNLPS(qe) : pCX->DecodeNMPS(qe); in Decode() 82 const int D = m_A < qe.Qe ? pCX->DecodeNMPS(qe) : pCX->DecodeNLPS(qe); in Decode() 83 m_A = qe.Qe; in Decode()
|
D | JBig2_ArithDecoder.h | 28 int DecodeNLPS(const JBig2ArithQe& qe); 29 int DecodeNMPS(const JBig2ArithQe& qe);
|
/external/skia/src/gpu/effects/ |
D | GrBezierEffect.cpp | 284 const GrQuadEffect& qe = primProc.cast<GrQuadEffect>(); in setData() local 286 if (!qe.viewMatrix().isIdentity() && in setData() 287 !SkMatrixPriv::CheapEqual(fViewMatrix, qe.viewMatrix())) in setData() 289 fViewMatrix = qe.viewMatrix(); in setData() 295 if (qe.color() != fColor) { in setData() 296 pdman.set4fv(fColorUniform, 1, qe.color().vec()); in setData() 297 fColor = qe.color(); in setData() 300 if (qe.coverageScale() != 0xff && qe.coverageScale() != fCoverageScale) { in setData() 301 pdman.set1f(fCoverageScaleUniform, GrNormalizeByteToFloat(qe.coverageScale())); in setData() 302 fCoverageScale = qe.coverageScale(); in setData() [all …]
|
/external/skqp/src/gpu/effects/ |
D | GrBezierEffect.cpp | 281 const GrQuadEffect& qe = primProc.cast<GrQuadEffect>(); in setData() local 283 if (!qe.viewMatrix().isIdentity() && !fViewMatrix.cheapEqualTo(qe.viewMatrix())) { in setData() 284 fViewMatrix = qe.viewMatrix(); in setData() 290 if (qe.color() != fColor) { in setData() 291 pdman.set4fv(fColorUniform, 1, qe.color().vec()); in setData() 292 fColor = qe.color(); in setData() 295 if (qe.coverageScale() != 0xff && qe.coverageScale() != fCoverageScale) { in setData() 296 pdman.set1f(fCoverageScaleUniform, GrNormalizeByteToFloat(qe.coverageScale())); in setData() 297 fCoverageScale = qe.coverageScale(); in setData() 299 this->setTransformDataHelper(qe.localMatrix(), pdman, &transformIter); in setData()
|
/external/libjpeg-turbo/ |
D | jdarith.c | 119 register JLONG qe, temp; in arith_decode() local 161 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */ in arith_decode() 162 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */ in arith_decode() 163 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */ in arith_decode() 166 temp = e->a - qe; in arith_decode() 172 if (e->a < qe) { in arith_decode() 173 e->a = qe; in arith_decode() 176 e->a = qe; in arith_decode() 182 if (e->a < qe) { in arith_decode()
|
D | jcarith.c | 229 register JLONG qe, temp; in arith_encode() local 236 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */ in arith_encode() 237 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */ in arith_encode() 238 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */ in arith_encode() 241 e->a -= qe; in arith_encode() 244 if (e->a >= qe) { in arith_encode() 250 e->a = qe; in arith_encode() 257 if (e->a < qe) { in arith_encode() 262 e->a = qe; in arith_encode()
|
/external/u-boot/drivers/qe/ |
D | Makefile | 5 obj-$(CONFIG_QE) += qe.o uccf.o uec.o uec_phy.o 6 obj-$(CONFIG_U_QE) += qe.o
|
/external/libfuse/lib/ |
D | fuse.c | 1079 static void queue_element_unlock(struct fuse *f, struct lock_queue_element *qe) in queue_element_unlock() argument 1083 if (qe->first_locked) { in queue_element_unlock() 1084 wnode = qe->wnode1 ? *qe->wnode1 : NULL; in queue_element_unlock() 1085 unlock_path(f, qe->nodeid1, wnode, NULL); in queue_element_unlock() 1086 qe->first_locked = false; in queue_element_unlock() 1088 if (qe->second_locked) { in queue_element_unlock() 1089 wnode = qe->wnode2 ? *qe->wnode2 : NULL; in queue_element_unlock() 1090 unlock_path(f, qe->nodeid2, wnode, NULL); in queue_element_unlock() 1091 qe->second_locked = false; in queue_element_unlock() 1095 static void queue_element_wakeup(struct fuse *f, struct lock_queue_element *qe) in queue_element_wakeup() argument [all …]
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_args_string.tc | 35 grep -qe "testprobe.* arg1=\"test\"" trace 42 grep -qe "testprobe.* arg1=\"test\" arg2=\"test\"" trace
|
/external/u-boot/board/freescale/p1_p2_rdb_pc/ |
D | README | 42 CPLD. QE-UEC and QE-UART can be enabled for linux kernel by setting "qe" 44 enable QE-TDM for linux kernel, set "qe;tdm" in hwconfig. Syntax is as below 46 'setenv hwconfig qe' to enable QE UEC/UART and disable Nor-Flash/CPLD. 47 'setenv hwconfig 'qe;tdm'' to enalbe QE TDM and disable Nor-Flash/CPLD.
|
/external/u-boot/doc/device-tree-bindings/gpio/ |
D | gpio.txt | 122 compatible = "fsl,qe-pario-bank-a", "fsl,qe-pario-bank"; 129 compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank"; 183 compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank"; 197 compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank";
|
/external/icu/icu4c/source/data/unit/ |
D | ku.txt | 65 dnam{"deqîqe"} 66 one{"{0} deqîqe"} 67 other{"{0} deqîqe"}
|
/external/skqp/src/gpu/ops/ |
D | GrAAConvexPathRenderer.cpp | 543 const QuadEdgeEffect& qe = args.fGP.cast<QuadEdgeEffect>(); in onEmitCode() local 549 varyingHandler->emitAttributes(qe); in onEmitCode() 553 vertBuilder->codeAppendf("%s = %s;", v.vsOut(), qe.fInQuadEdge.name()); in onEmitCode() 556 varyingHandler->addPassThroughAttribute(qe.fInColor, args.fOutputColor); in onEmitCode() 561 this->writeOutputPosition(vertBuilder, gpArgs, qe.fInPosition.name()); in onEmitCode() 567 qe.fInPosition.asShaderVar(), in onEmitCode() 568 qe.fLocalMatrix, in onEmitCode() 602 const QuadEdgeEffect& qe = gp.cast<QuadEdgeEffect>(); in setData() local 603 this->setTransformDataHelper(qe.fLocalMatrix, pdman, &transformIter); in setData()
|
/external/skia/src/gpu/ops/ |
D | GrAAConvexPathRenderer.cpp | 559 const QuadEdgeEffect& qe = args.fGP.cast<QuadEdgeEffect>(); in onEmitCode() local 565 varyingHandler->emitAttributes(qe); in onEmitCode() 569 vertBuilder->codeAppendf("%s = %s;", v.vsOut(), qe.fInQuadEdge.name()); in onEmitCode() 572 varyingHandler->addPassThroughAttribute(qe.fInColor, args.fOutputColor); in onEmitCode() 577 this->writeOutputPosition(vertBuilder, gpArgs, qe.fInPosition.name()); in onEmitCode() 583 qe.fInPosition.asShaderVar(), in onEmitCode() 584 qe.fLocalMatrix, in onEmitCode() 618 const QuadEdgeEffect& qe = gp.cast<QuadEdgeEffect>(); in setData() local 619 this->setTransformDataHelper(qe.fLocalMatrix, pdman, transformRange); in setData()
|
/external/autotest/cli/ |
D | job.py | 190 for qe in qes: 191 if qe['host']: 192 job_id = qe['job']['id'] 193 hostname = qe['host']['hostname'] 195 {}).setdefault(qe['status'],
|
/external/u-boot/drivers/ |
D | Makefile | 98 obj-$(CONFIG_QE) += qe/ 99 obj-$(CONFIG_U_QE) += qe/
|
/external/aac/libSBRenc/src/ |
D | sbrenc_freq_sca.cpp | 563 INT i, qb, qe, qtmp; in CalcBands() local 571 exp = fDivNorm((FIXP_DBL)i, (FIXP_DBL)num_bands, &qe); in CalcBands() 572 tmp = fPow(base, qb, exp, qe, &qtmp); in CalcBands()
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_uyvy.miff | 14 …qe�te�ub�tb�kc�_c�^b�]b�Ze�We�Ti�Si�Sh�Rh�Tj�Wj�cd�jd�\r�9r�6~�4~�2}�2}�0~/~/~�0~�,}�7}�Ps�js���…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 0ebc287565a3082c3baf871baff36ef7.000002f7.honggfuzz.cov | 3 Accept: text/*;qe, ��
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 0ebc287565a3082c3baf871baff36ef7.000002f7.honggfuzz.cov | 3 Accept: text/*;qe, ��
|
D | 3e3dc0d4e319d21a70d157fca56c6474.00002f56.honggfuzz.cov | 11 ,A�j�rKH��WA0.-��2�=�K�����W`��qe��&� %�|�������.…
|
/external/cldr/common/testData/transforms/ |
D | chr-t-tlh.txt | 48 qe'rot ᎩᎲᎯᎶᏘᎯ
|
D | fa-t-tlh.txt | 48 qe'rot قاروت
|
D | am-t-tlh.txt | 48 qe'rot ቀእሮጢ
|
D | ar-t-tlh.txt | 48 qe'rot قاروت
|