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

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/
PeiPerf.h 59 #define PEI_PERF_START(Ps, Token, FileHeader, Value) PeiPerfMeasure (Ps, Token, FileHeader, FALSE, Value)
60 #define PEI_PERF_END(Ps, Token, FileHeader, Value) PeiPerfMeasure (Ps, Token, FileHeader, TRUE, Value)
62 #define PEI_PERF_START(Ps, Token, FileHeader, Value)
63 #define PEI_PERF_END(Ps, Token, FileHeader, Value)
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
ReservoirSamplerTest.cpp 50 double Ps = 1.0 / Items.size();
53 Sum += Ys * Ys / Ps;
  /external/google-fruit/include/fruit/impl/meta/
component.h 528 // The actual set of requirements is SetDifference(RsSuperset, Ps)
532 using Ps = PsParam;
534 // - If a type is in SetDifference(RsSuperset, Ps) and not here: it's required as const only
535 // - If a type is in SetDifference(RsSuperset, Ps) and also here: it's required as non-const
536 // - If a type is in Ps and not here: it's provided as const only
537 // - If a type is in Ps and also here: it's provided as non-const
547 // * all types in Ps are at the head of one (and only one) Dep.
556 // * Each element of NonConstRsPs is in RsSuperset or in Ps (or both)
586 using type = typename Comp::Ps;
840 template <typename... Ps>
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_ps.cpp 23 constexpr wchar_t kName[] = L"ps";
32 XFA_Element::Ps,
cxfa_node_statics.cpp 322 {0x23ee3 /* ps */, XFA_Element::Ps},
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/PeiMain/
PeiMain.c 182 OldCoreData->Ps = &OldCoreData->ServiceTableShadow;
213 SetPeiServicesTablePointer ((CONST EFI_PEI_SERVICES **)&OldCoreData->Ps);
218 ProcessLibraryConstructorList (NULL, (CONST EFI_PEI_SERVICES **)&OldCoreData->Ps);
302 PrivateData.Ps = &PrivateData.ServiceTableShadow;
307 SetPeiServicesTablePointer ((CONST EFI_PEI_SERVICES **)&PrivateData.Ps);
312 ProcessLibraryConstructorList (NULL, (CONST EFI_PEI_SERVICES **)&PrivateData.Ps);
366 InitializeSecurityServices (&PrivateData.Ps, OldCoreData);
465 &PrivateData.Ps,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Security/
Security.c 118 (CONST EFI_PEI_SERVICES **) &PrivateData->Ps,
  /external/google-fruit/include/fruit/impl/
normalized_component.defn.h 42 fruit::impl::meta::Type<Params>...)>::Ps)>>(memory_pool),
component_functors.defn.h 140 using Comp1 = ConsComp(typename Comp::RsSuperset, typename Comp::Ps, typename Comp::NonConstRsPs,
164 If(IsInSet(AnnotatedI, typename Comp::Ps), ConstructError(TypeAlreadyBoundErrorTag, AnnotatedI),
689 using new_Ps = SetUncheckedUnion(typename OtherComp::Ps, typename Comp::Ps);
    [all...]
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
TypeInference.java 74 List<ResolvedTypeParameterDeclaration> Ps = methodDeclaration.getTypeParameters();
75 List<InferenceVariable> alphas = InferenceVariable.instantiate(Ps);
77 for (int i=0;i<Ps.size();i++) {
78 theta = theta.withPair(Ps.get(0), alphas.get(0));
83 BoundSet B0 = boundSetup(Ps, alphas);
89 for (int i=0;i<Ps.size();i++) {
90 ResolvedTypeParameterDeclaration Pi = Ps.get(i);
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/util/
CXX11Meta.h 485 template<class InstType, typename ArrType, std::size_t N, bool Reverse, typename... Ps>
488 template<class InstType, typename ArrType, std::size_t N, typename... Ps>
489 struct h_instantiate_by_c_array<InstType, ArrType, N, false, Ps...>
491 static InstType run(ArrType* arr, Ps... args)
493 return h_instantiate_by_c_array<InstType, ArrType, N - 1, false, Ps..., ArrType>::run(arr + 1, args..., arr[0]);
497 template<class InstType, typename ArrType, std::size_t N, typename... Ps>
498 struct h_instantiate_by_c_array<InstType, ArrType, N, true, Ps...>
500 static InstType run(ArrType* arr, Ps... args)
502 return h_instantiate_by_c_array<InstType, ArrType, N - 1, false, ArrType, Ps...>::run(arr + 1, arr[0], args...);
506 template<class InstType, typename ArrType, typename... Ps>
    [all...]
  /external/clang/test/SemaCXX/
coroutines.cpp 30 template<typename Promise, typename... Ps>
31 struct std::coroutine_traits<coro<Promise>, Ps...> {
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 51 template <typename RET, typename... Ps>
52 class CheckerFn<RET(Ps...)> {
53 typedef RET (*Func)(void *, Ps...);
58 RET operator()(Ps... ps) const {
59 return Fn(Checker, ps...);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 457 uint32_t Ps = !isTop() ? properties()
459 if (Ps != ConstantProperties::Unknown) {
460 Properties = Ps;
472 uint32_t Ps = properties();
473 if (Ps & ConstantProperties::Zero)
475 if (Ps & ConstantProperties::NonZero)
477 if (Ps & ConstantProperties::Finite)
479 if (Ps & ConstantProperties::Infinity)
481 if (Ps & ConstantProperties::NaN)
483 if (Ps & ConstantProperties::PosOrZero
    [all...]
RDFLiveness.cpp 434 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG);
435 Phis.insert(Phis.end(), Ps.begin(), Ps.end());
    [all...]
HexagonAsmPrinter.cpp 372 MCOperand &Ps = Inst.getOperand(1);
374 MappedInst.addOperand(Ps);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Memory/
MemoryServices.c 55 // Set Ps to point to ServiceTableShadow in Cache
57 PrivateData->Ps = &(PrivateData->ServiceTableShadow);
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dispatcher/
Dispatcher.c 670 PeiServices = (CONST EFI_PEI_SERVICES **) &Private->Ps;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
PeiMain.h 189 EFI_PEI_SERVICES *Ps;
240 // and Ps should not be changed since maybe user could get this top address by using the offet to Ps.
274 CR(a, PEI_CORE_INSTANCE, Ps, PEI_CORE_HANDLE_SIGNATURE)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 320 MCOperand &Ps = Inst.getOperand(1);
322 MappedInst.addOperand(Ps);
RDFLiveness.cpp 331 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG);
332 Phis.insert(Phis.end(), Ps.begin(), Ps.end());
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 617 Ps,
  /external/clang/lib/Sema/
SemaTemplate.cpp 42 clang::getTemplateParamsRange(TemplateParameterList const * const *Ps,
45 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc());
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp 421 ?( B?? >?m?D$?e(?U" 6?)????ks?8?8?L?Zw ???8f???j+(;?""?:4R"?l? SX?!???k?@????Z? A??0??)+?X?} I?????V?YXiWp?(4???"?? r_R??c????a?gA?jM?~???_?a(??@?}O??EI??X?,??)> ?Ps?<Wg? D?^???Q{4?u???(L?1EQ???,(O?giR????(???QX;?o}?
    [all...]

Completed in 944 milliseconds

1 2