HomeSort by relevance Sort by last modified time
    Searched refs:P7 (Results 1 - 25 of 29) sorted by null

1 2

  /external/libgsm/inc/
unproto.h 20 #undef P7
proto.h 32 #undef P7
46 # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g)
60 # define P7(x, a, b, c, d, e, f, g) x a; b; c; d; e; f; g;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
unwind-ok.d 13 [[:space:]]*P7:spill_base\(pspoff=0x10-0x10\)
45 [[:space:]]*P7:spill_base\(pspoff=0x10-0x10\)
54 [[:space:]]*X4:restore_p\(qp=p7,t=13,reg=r4\)
128 [[:space:]]*P7:spill_base\(pspoff=0x10-0x10\)
138 [[:space:]]*P7:mem_stack_f\(t=0,size=0\)
144 [[:space:]]*P7:mem_stack_v\(t=0\)
150 [[:space:]]*P7:fpsr_when\(t=3\)
152 [[:space:]]*P7:lc_when\(t=4\)
154 [[:space:]]*P7:pfs_when\(t=5\)
158 [[:space:]]*P7:unat_when\(t=7\
    [all...]
  /external/webrtc/webrtc/base/
refcount.h 64 typename P6, typename P7>
65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7)
66 : T(p1, p2, p3, p4, p5, p6, p7), ref_count_(0) {
70 typename P6, typename P7, typename P8>
71 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8)
72 : T(p1, p2, p3, p4, p5, p6, p7, p8), ref_count_(0) {
76 typename P6, typename P7, typename P8, typename P9>
78 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9
    [all...]
bind.h 913 class P7>
924 P7 p7)
933 p7_(p7) {}
947 typename rtc::remove_reference<P7>::type p7_;
958 class P7>
968 P7 p7)
976 p7_(p7) {}
987 typename rtc::remove_reference<P7>::type p7_
1210 typename detail::identity<P7>::type p7, member in namespace:rtc
1238 typename detail::identity<P7>::type p7, member in namespace:rtc
1266 typename detail::identity<P7>::type p7, member in namespace:rtc
1293 typename detail::identity<P7>::type p7, member in namespace:rtc
1427 typename detail::identity<P7>::type p7, member in namespace:rtc
1469 typename detail::identity<P7>::type p7, member in namespace:rtc
1500 typename detail::identity<P7>::type p7, member in namespace:rtc
1529 typename detail::identity<P7>::type p7, member in namespace:rtc
    [all...]
  /external/libunwind/src/ia64/
unwind_decoder.h 303 UNW_DEC_MEM_STACK_F(P7, t, size, arg);
306 case 1: UNW_DEC_MEM_STACK_V(P7, t, arg); break;
307 case 2: UNW_DEC_SPILL_BASE(P7, t, arg); break;
308 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break;
309 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break;
310 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break;
311 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break;
312 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break;
313 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break;
314 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_PR, t, arg); break
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP256K1Field.java 18 private static final int P7 = 0xFFFFFFFF;
25 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P)))
46 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P)))
55 if (z[7] == P7 && Nat256.gte(z, P))
113 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P)))
122 || (z[7] == P7 && Nat256.gte(z, P)))
174 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P)))
SecP256R1Field.java 18 private static final int P7 = 0xFFFFFFFF;
24 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P)))
42 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P)))
51 if (z[7] == P7 && Nat256.gte(z, P))
191 if (cc != 0 || (z[7] == P7 && Nat256.gte(z, P)))
240 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P)))
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
256 P7[0]=A[15];P7[1]= -1.0;
278 db_MultiplyPoly1_3( p,P7,three3);
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen-instructions.h 903 #define DECLARE_INSTRUCTION_FACTORY_P7(I, P1, P2, P3, P4, P5, P6, P7) \
905 P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { \
906 return new (zone) I(p1, p2, p3, p4, p5, p6, p7); \
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_exp2l.c 55 P7 = 0x1.ffcbfc588b041p-17,
417 + z * (P7 + z * (P8 + z * (P9 + z * P10)))))))));
s_logl.c 103 P7 = 1.42857142857142857119522943477166120e-1L, /* 0x1249249249249248ed79a0ae434de.0p-115L */
550 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
659 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
  /external/boringssl/ios-arm/crypto/fipsmodule/
ghash-armv4.S 465 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
503 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
540 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
  /external/boringssl/linux-arm/crypto/fipsmodule/
ghash-armv4.S 454 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
492 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
529 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
  /prebuilts/go/darwin-x86/test/bench/go1/
parserdata_test.go 15 var parserbz2_base64 = "QlpoOTFBWSZTWd3QmOEAIYdfgHwwf//6P7/v/+/////+YEhcAAAB7hwvVWWaZT1X0dt999296z5B" +
  /prebuilts/go/linux-x86/test/bench/go1/
parserdata_test.go 15 var parserbz2_base64 = "QlpoOTFBWSZTWd3QmOEAIYdfgHwwf//6P7/v/+/////+YEhcAAAB7hwvVWWaZT1X0dt999296z5B" +
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 698 #define P7(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->transform_fields.bits.x)
700 P7(variable_sized_transform_flag);
701 P7(mb_level_transform_type_flag);
702 P7(frame_level_transform_type);
703 P7(transform_ac_codingset_idx1);
704 P7(transform_ac_codingset_idx2);
705 P7(intra_transform_dc_table);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 704 #define P7(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->transform_fields.bits.x)
706 P7(variable_sized_transform_flag);
707 P7(mb_level_transform_type_flag);
708 P7(frame_level_transform_type);
709 P7(transform_ac_codingset_idx1);
710 P7(transform_ac_codingset_idx2);
711 P7(intra_transform_dc_table);
    [all...]
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part1.stdout.exp 73 Test P7 floating point convert instructions
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_06_part1.stdout.exp 81 Test P7 floating point convert instructions
    [all...]
  /external/libgsm/src/
long_term.c 867 void Gsm_Long_Term_Predictor P7((S,d,dp,e,dpp,Nc,bc), /* 4x for 160 samples */
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-generated-actions.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]

Completed in 1394 milliseconds

1 2