/external/libunwind/include/ |
D | libunwind-dynamic.h | 86 int8_t qp; /* qualifying predicate register */ member 178 #define _U_dyn_op_save_reg(op, qp, when, reg, dst) \ argument 179 (*(op) = _U_dyn_op (UNW_DYN_SAVE_REG, (qp), (when), (reg), (dst))) 181 #define _U_dyn_op_spill_fp_rel(op, qp, when, reg, offset) \ argument 182 (*(op) = _U_dyn_op (UNW_DYN_SPILL_FP_REL, (qp), (when), (reg), \ 185 #define _U_dyn_op_spill_sp_rel(op, qp, when, reg, offset) \ argument 186 (*(op) = _U_dyn_op (UNW_DYN_SPILL_SP_REL, (qp), (when), (reg), \ 189 #define _U_dyn_op_add(op, qp, when, reg, value) \ argument 190 (*(op) = _U_dyn_op (UNW_DYN_ADD, (qp), (when), (reg), (value))) 192 #define _U_dyn_op_pop_frames(op, qp, when, num_frames) \ argument [all …]
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_imm.c | 11 qword_t *qp = (qword_t *) dest; in x86_imm_signsized() local 28 *qp = *((qword_t *) buf); in x86_imm_signsized() 43 qword_t *qp = (qword_t *) dest; in x86_imm_sized() local 60 *qp = *((qword_t *) buf); in x86_imm_sized()
|
/external/libavc/encoder/ |
D | ih264e_debug.h | 43 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) \ argument 44 ih264e_debug_dump_qp(pic_cnt, qp, num_cores); 55 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) (void); argument
|
D | irc_frame_info_collector.h | 69 #define FI_UPDATE_MB_QP(frame_info,qp,mb_type)\ argument 70 {(frame_info)->qp_sum[(mb_type)] += (qp);(frame_info)->num_mbs[(mb_type)]++;}
|
D | ih264e_utils.h | 281 void ih264e_init_quant_params(process_ctxt_t *ps_proc, int qp);
|
D | ih264e_utils.c | 974 void ih264e_init_quant_params(process_ctxt_t *ps_proc, int qp) in ih264e_init_quant_params() argument 999 u4_qp[Y] = qp; in ih264e_init_quant_params() 1005 u4_qp[U] = gu1_qpc_fqpi[qp]; in ih264e_init_quant_params() 1006 u4_qp[V] = gu1_qpc_fqpi[qp]; in ih264e_init_quant_params()
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_util/ |
D | test_mimeparse.py | 144 qp = quality_parsed 145 assert qp('image/gif;q=0.7', [('image', 'jpg', {'q': '0.5'})]) == 0 146 assert qp('image/gif;q=0.7', [('image', '*', {'q': '0.5'})]) == 0.5 147 assert qp('audio/mp3;q=0.7;quality=100', [
|
/external/libunwind/src/ia64/ |
D | unwind_decoder.h | 144 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local 151 qp = (byte1 & 0x3f); in unw_decode_x3() 155 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3() 157 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3() 164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 170 qp = (byte1 & 0x3f); in unw_decode_x4() 176 UNW_DEC_RESTORE_P(X4, qp, t, abreg, arg); in unw_decode_x4() 178 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); in unw_decode_x4()
|
D | Gparser.c | 546 desc_is_active (unsigned char qp, unw_word t, struct ia64_state_record *sr) in desc_is_active() argument 550 if (qp > 0) in desc_is_active() 552 if ((sr->pr_val & ((unw_word_t) 1 << qp)) == 0) in desc_is_active() 554 sr->pr_mask |= ((unw_word_t) 1 << qp); in desc_is_active() 560 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_restore_p() argument 565 if (!desc_is_active (qp, t, sr)) in desc_restore_p() 575 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_spill_reg_p() argument 582 if (!desc_is_active (qp, t, sr)) in desc_spill_reg_p() 597 desc_spill_psprel_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_spill_psprel_p() argument 602 if (!desc_is_active (qp, t, sr)) in desc_spill_psprel_p() [all …]
|
/external/fio/engines/ |
D | rdma.c | 98 struct ibv_qp *qp; member 369 rd->qp = rd->child_cm_id->qp; in fio_rdmaio_setup_qp() 375 rd->qp = rd->cm_id->qp; in fio_rdmaio_setup_qp() 637 if (ibv_post_send(rd->qp, &r_io_u_d->sq_wr, &bad_wr) != 0) { in fio_rdmaio_send() 664 if (ibv_post_recv(rd->qp, &r_io_u_d->rq_wr, &bad_wr) != in fio_rdmaio_recv() 673 if (ibv_post_recv(rd->qp, &rd->rq_wr, &bad_wr) != 0) { in fio_rdmaio_recv() 787 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) { in fio_rdmaio_connect() 835 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) { in fio_rdmaio_accept() 867 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) { in fio_rdmaio_close_file() 893 ibv_destroy_qp(rd->qp); in fio_rdmaio_close_file() [all …]
|
/external/libhevc/decoder/ |
D | ihevcd_cabac.c | 134 WORD32 qp, in ihevcd_cabac_init() argument 141 ASSERT((qp >= 0) && (qp < 52)); in ihevcd_cabac_init() 143 UNUSED(qp); in ihevcd_cabac_init()
|
D | ihevcd_parse_slice.c | 1858 WORD32 qp; in ihevcd_parse_coding_quadtree() local 1885 qp = (qp_pred + ps_codec->s_parse.s_cu.i4_cu_qp_delta + 52) % 52; in ihevcd_parse_coding_quadtree() 1892 ps_codec->s_parse.ai1_8x8_cu_qp[cur_cu_offset + (i * 8) + j] = qp; in ihevcd_parse_coding_quadtree() 1896 ps_codec->s_parse.u4_qp = qp; in ihevcd_parse_coding_quadtree() 1897 ps_codec->s_parse.s_cu.i4_qp = qp; in ihevcd_parse_coding_quadtree()
|
/external/libavc/common/arm/ |
D | ih264_ihadamard_scaling_a9.s | 62 @ * Floor (qp/6) 185 @ * Floor (qp/6) 216 vld1.u16 d28[0], [sp] @load qp/6 221 vsubl.u16 q14, d28, d29 @qp\6 - 5
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kdt_mgc4.pkb | 33 ������ �OI��x}z8v��?^"�0�?qp~���a��� �R�j�8P�c�VȈ��B2�a���6m�_t#*Y��a����j���hIp�ƚ�C…
|
/external/strace/ |
D | syscall.c | 382 qualbits_t *qp; in reallocate_qual() local 384 qp = qual_vec[p] = realloc(qual_vec[p], n * sizeof(qualbits_t)); in reallocate_qual() 385 if (!qp) in reallocate_qual() 387 memset(&qp[num_quals], 0, (n - num_quals) * sizeof(qualbits_t)); in reallocate_qual()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1571 uint64_t qp = dividend / v[n-1]; in KnuthDiv() local 1573 if (qp == b || qp*v[n-2] > b*rp + u[j+n-2]) { in KnuthDiv() 1574 qp--; in KnuthDiv() 1576 if (rp < b && (qp == b || qp*v[n-2] > b*rp + u[j+n-2])) in KnuthDiv() 1577 qp--; in KnuthDiv() 1579 DEBUG(dbgs() << "KnuthDiv: qp == " << qp << ", rp == " << rp << '\n'); in KnuthDiv() 1592 uint64_t subtrahend = uint64_t(qp) * uint64_t(v[i]); in KnuthDiv() 1617 q[j] = (unsigned)qp; in KnuthDiv()
|
/external/eigen/Eigen/src/Core/ |
D | MathFunctions.h | 299 RealScalar qp = q/p; 300 return p * sqrt(RealScalar(1) + qp*qp);
|
D | Functors.h | 160 Scalar qp = q/p; 161 return p * sqrt(Scalar(1) + qp*qp);
|
/external/libunwind/src/mi/ |
D | Gdyn-remote.c | 46 || (ret = fetch8 (as, a, addr, &op->qp, arg)) < 0 in intern_op()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kpdf_dur.pkb | 45 @0�[A�p``qpe�up�p5���
|
D | en-US_kdt_g2p.pkb | 529 sWPf��3�Z"Ӄ<��L(3�9�<�@L��`�1!��Y�=@@e�0Y�D�`�1"��Z�f%�ݳ����������0,��,��*rv��{ـqpйR'b*.�…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_kdt_posd.pkb | 191 …0gi��\<� @ h��r���'�tA 1̥��%�����pY����qp;�Ap�AH@Q8
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | ddms_calculator_start.trace | 3530 Sqp�� 4391 �Yqp/�� 5024 qp>�� 5166 �q�qp@�� 6765 p0�qp`�� 7576 A��qp��m� 11243 HOqp 11270 _qp�� 11427 �0�qp�� 11583 �@qp�� [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.lucene_1.9.1.v20100518-1140.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 8544 DNSQuestion **qp = &m->Questions; in mDNS_StopQuery_internal() local 8548 … == mDNSInterface_LocalOnly || question->InterfaceID == mDNSInterface_P2P) qp = &m->LocalOnlyQuest… in mDNS_StopQuery_internal() 8549 while (*qp && *qp != question) qp=&(*qp)->next; in mDNS_StopQuery_internal() 8550 if (*qp) *qp = (*qp)->next; in mDNS_StopQuery_internal()
|