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

1 2

  /external/libgsm/inc/
unproto.h 19 #undef P6
proto.h 31 #undef P6
45 # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f)
59 # define P6(x, a, b, c, d, e, f) x a; b; c; d; e; f;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CrossThreadTask.h 254 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6>
258 typedef CrossThreadTask6<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5, P6, MP6> CrossThreadTask;
264 typedef typename CrossThreadTaskTraits<P6>::ParamType Param6;
295 P6 m_parameter6;
298 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6, typename P7, typename MP7>
302 typedef CrossThreadTask7<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5, P6, MP6, P7, MP7> CrossThreadTask;
308 typedef typename CrossThreadTaskTraits<P6>::ParamType Param6;
341 P6 m_parameter6;
345 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6, typename P7, typename MP7, typename P8, typename MP8>
349 typedef CrossThreadTask8<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5, P6, MP6, P7, MP7, P8, MP8> CrossThreadTask
    [all...]
ExecutionContextTask.h 135 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
138 const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4, const P5& parameter5, const P6& parameter6)
  /external/chromium_org/base/
bind.h 358 typename P5, typename P6>
368 typename internal::CallbackParamTraits<P6>::StorageType)>
371 const P5& p5, const P6& p6) {
415 COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P6>::value,
423 typename internal::CallbackParamTraits<P6>::StorageType)> BindState;
427 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5, p6));
431 typename P5, typename P6, typename P7>
441 typename internal::CallbackParamTraits<P6>::StorageType,
445 const P5& p5, const P6& p6, const P7& p7)
    [all...]
bind_internal.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Functional.h 161 template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
162 class FunctionWrapper<R(*)(P1, P2, P3, P4, P5, P6)> {
166 explicit FunctionWrapper(R(*function)(P1, P2, P3, P4, P5, P6))
171 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6)
173 return m_function(p1, p2, p3, p4, p5, p6);
177 R(*m_function)(P1, P2, P3, P4, P5, P6);
512 template<typename FunctionWrapper, typename R, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
513 class UnboundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5, P6)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1, P2, P3, P4, P5, P6)> {
    [all...]
  /external/chromium_org/gin/
function_template.h 93 typename P6 = void>
97 const base::Callback<R(P1, P2, P3, P4, P5, P6)>& callback,
103 const P6& a6) {
108 typename P6>
109 struct Invoker<void, P1, P2, P3, P4, P5, P6> {
112 const base::Callback<void(P1, P2, P3, P4, P5, P6)>& callback,
118 const P6& a6) {
449 typename P5, typename P6>
450 struct Dispatcher<R(P1, P2, P3, P4, P5, P6)> {
459 typedef CallbackHolder<R(P1, P2, P3, P4, P5, P6)> HolderT
    [all...]
  /external/chromium_org/testing/
gmock_mutant.h     [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
template_arity.hpp 72 , typename P5, typename P6
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
255 P6[0]=A[14];
281 db_SubtractPolyProduct0_2(p,P6,three2);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
255 P6[0]=A[14];
281 db_SubtractPolyProduct0_2(p,P6,three2);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
255 P6[0]=A[14];
281 db_SubtractPolyProduct0_2(p,P6,three2);
  /external/chromium_org/remoting/base/
dispatch_win.h 479 typename P6>
488 const P6& p6,
521 hr = disp_args[6 - 6].Wrap(p6);
547 disp_args[6 - 6].Unwrap(p6);
558 typename P6, typename P7>
567 const P6& p6,
601 hr = disp_args[7 - 6].Wrap(p6);
630 disp_args[7 - 6].Unwrap(p6);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/chromium_org/v8/src/
hydrogen.h     [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h     [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_exp2l.c 52 P6 = 0x1.430912f86c7876f4b663b23c5fe5p-13L;
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
s_logl.c 102 P6 = -1.66666666666666666666696142372698408e-1L, /* -0x15555555555555555567267a58e13.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/libunwind/src/ia64/
unwind_decoder.h 283 UNW_DEC_GR_MEM(P6, mask, arg);
285 UNW_DEC_FR_MEM(P6, mask, arg);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
253 CHECK(ConstantExpr::getExtractElement(P6, One), "extractelement <2 x i16> "
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/modes/
ghash-armv4.S 408 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
446 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
483 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
  /external/openssl/crypto/modes/asm/
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
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 684 #define P6(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->pic_quantizer_fields.bits.x)
686 P6(dquant);
687 P6(quantizer);
688 P6(half_qp);
689 P6(pic_quantizer_scale);
690 P6(pic_quantizer_type);
691 P6(dq_frame);
692 P6(dq_profile);
693 P6(dq_sb_edge);
694 P6(dq_db_edge)
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 690 #define P6(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->pic_quantizer_fields.bits.x)
692 P6(dquant);
693 P6(quantizer);
694 P6(half_qp);
695 P6(pic_quantizer_scale);
696 P6(pic_quantizer_type);
697 P6(dq_frame);
698 P6(dq_profile);
699 P6(dq_sb_edge);
700 P6(dq_db_edge)
    [all...]

Completed in 1053 milliseconds

1 2