/external/libunwind/src/ia64/ |
D | unwind_decoder.h | 303 UNW_DEC_MEM_STACK_F(P7, t, size, arg); in unw_decode_p7_p10() 306 case 1: UNW_DEC_MEM_STACK_V(P7, t, arg); break; in unw_decode_p7_p10() 307 case 2: UNW_DEC_SPILL_BASE(P7, t, arg); break; in unw_decode_p7_p10() 308 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break; in unw_decode_p7_p10() 309 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 310 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 311 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 312 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 313 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10() 314 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | CrossThreadTask.h | 285 … P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6, typename P7, typename MP7> 289 …typedef CrossThreadTask7<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5, P6, MP6, P7, MP7> CrossThrea… 296 typedef typename CrossThreadTaskTraits<P7>::ParamType Param7; 329 P7 m_parameter7; 332 …pename MP4, typename P5, typename MP5, typename P6, typename MP6, typename P7, typename MP7, typen… 336 …typedef CrossThreadTask8<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5, P6, MP6, P7, MP7, P8, MP8> C… 343 typedef typename CrossThreadTaskTraits<P7>::ParamType Param7; 378 P7 m_parameter7; 451 … P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6, typename P7, typename MP7> 454 …parameter3, const P4& parameter4, const P5& parameter5, const P6& parameter6, const P7& parameter7) [all …]
|
/external/libgsm/inc/ |
D | proto.h | 32 #undef P7 46 # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g) macro 60 # define P7(x, a, b, c, d, e, f, g) x a; b; c; d; e; f; g; macro
|
D | unproto.h | 20 #undef P7
|
/external/chromium_org/base/ |
D | bind.h | 431 typename P5, typename P6, typename P7> 442 typename internal::CallbackParamTraits<P7>::StorageType)> 445 const P5& p5, const P6& p6, const P7& p7) { in Bind() 492 COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P7>::value, in Bind() 501 typename internal::CallbackParamTraits<P7>::StorageType)> BindState; in Bind()
|
D | bind_internal.h | 2743 typename P3, typename P4, typename P5, typename P6, typename P7> 2745 P7)> : public BindStateBase { 2758 typedef UnwrapTraits<P7> Bound7UnwrapTraits; 2761 const P4& p4, const P5& p5, const P6& p6, const P7& p7) 2783 P7 p7_;
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 1131 typename P7 = VariadicOperatorNoArg, 1142 const P7 &Param7 = VariadicOperatorNoArg(), 1183 const P7 Param7; 1242 const M5 &P5, const M6 &P6, const M7 &P7) const { 1244 Func, P1, P2, P3, P4, P5, P6, P7); 1251 const M5 &P5, const M6 &P6, const M7 &P7, const M8 &P8) const { 1253 Func, P1, P2, P3, P4, P5, P6, P7, P8); 1260 const M5 &P5, const M6 &P6, const M7 &P7, const M8 &P8, 1263 Func, P1, P2, P3, P4, P5, P6, P7, P8, P9);
|
/external/chromium_org/v8/src/ |
D | hydrogen.h | 1251 class P5, class P6, class P7> 1252 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in NewUncasted() 1257 class P5, class P6, class P7> 1258 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in New() 1263 class P4, class P5, class P6, class P7> 1264 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in AddUncasted() 1269 class P4, class P5, class P6, class P7> 1270 I* Add(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in Add() 1275 class P5, class P6, class P7, class P8> 1277 P5 p5, P6 p6, P7 p7, P8 p8) { in NewUncasted() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP7.td | 1 //===-- PPCScheduleP7.td - PPC P7 Scheduling Definitions ---*- tablegen -*-===// 19 // Scheduling for the P7 involves tracking two types of resources: 369 // P7 machine model for scheduling and other instruction cost heuristics.
|
/external/chromium_org/remoting/base/ |
D | dispatch_win.h | 551 typename P6, typename P7> 561 const P7& p7, in Invoke()
|
/external/openssl/crypto/modes/asm/ |
D | ghash-armv4.S | 400 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32 438 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32 475 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
|
/external/openssl/crypto/bn/asm/ |
D | armv4-gf2m.S | 131 veor d16, d16, d17 @ t3 = (K) (P6 + P7) << 32
|
/external/valgrind/main/none/tests/ppc32/ |
D | test_isa_2_06_part1.stdout.exp | 73 Test P7 floating point convert instructions
|
/external/valgrind/main/none/tests/ppc64/ |
D | test_isa_2_06_part1.stdout.exp | 81 Test P7 floating point convert instructions
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kdt_dur.pkb | 56 …�?��+8�q��W�7�8�������yc�q��?�ocӃ�C��~"���uol��,(�I�j�������ؕ�P7?� ��7��K+EZ<K�0��…
|
D | it-IT_cm0_kpdf_mgc.pkb | 1709 …����� =�� 9[ ��X�w��l�|��H��! ��U����N��Q_k�ǽ��Ӂ�����������<1P7(+3;.2':&%#1B:FOUd\C…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_posp.pkb | 194 ���Va[�W�7�n�/|�a(�/���]�H��q��@@��x�Q� zP7��$R������]�^^1�zׄHExf��7�B��"��W��…
|
D | en-GB_kh0_kpdf_mgc.pkb | 1018 -4=>P7;1D%;6F|9c9^Wc,3V!<dCL]FU^a^Nci�n�y����y�<P}MXRJY^QQSQhmYfYua`l��������,�f������8�K�2�…
|
/external/libgsm/src/ |
D | long_term.c | 867 void Gsm_Long_Term_Predictor P7((S,d,dp,e,dpp,Nc,bc), /* 4x for 160 samples */
|
/external/svox/pico/lib/ |
D | picopam.c | 274 #define P7 6 macro 1659 outVect[P7] = nLen - pam->nSyllPhoneme; in pam_expand_vector()
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
D | gcm128.c | 1532 *P7=NULL, variable
|
/external/openssl/crypto/modes/ |
D | gcm128.c | 1652 *P7=NULL, variable
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_mgc.pkb | 1322 o��vr�^������������ P7><=GEVTW.18?Whm������ /@?>AHK+*,045=N^et}�����v� h�/�N�#+,�U���… 3254 …-7`khZq>Rcu2CRV^d�:2$)2C=HJT)8,47CADWWW[a0!),2:=I "%*,-17=;@NTc\b���GP7�n�����;��q������…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_mgc.pkb | 2550 ��� ��2��O�NG&_EN=P7/]5F= -A,)8MZWdn��{����5@OM`hkr�FLBN[DlPfmmU\]XhIX[^�5A7LUgj&1…
|
/external/openssl/patches/ |
D | 0014-arm_asm.patch | 4330 + veor $t3#lo, $t3#lo, $t3#hi @ t3 = (K) (P6 + P7) << 32 5365 + veor $t3#lo, $t3#lo, $t3#hi @ t3 = (K) (P6 + P7) << 32
|