Searched refs:Phase (Results 1 – 25 of 49) sorted by relevance
12
231 Phase="$1"234 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log313 Phase="$1"350 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log354 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log361 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log367 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log374 Phase="$1"383 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log389 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log[all …]
57 mov->U.I.DstReg.WriteMask = split.Phase[phase]; in rewrite_source()63 if (!GET_BIT(split.Phase[phase], chan)) in rewrite_source()71 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate; in rewrite_source()74 else if (masked_negate == split.Phase[phase]) in rewrite_source()
35 unsigned char Phase[4]; member
191 split->Phase[split->NumPhases++] = best_matchmask; in r300_swizzle_split()
263 split->Phase[split->NumPhases++] = negatebase[i]; in r500_swizzle_split()
454 class Phase(with_metaclass(getMetaclass(debug, log))): class495 class InitialPhase(Phase):624 class BeforeHtmlPhase(Phase):659 class BeforeHeadPhase(Phase):661 Phase.__init__(self, parser, tree)705 class InHeadPhase(Phase):707 Phase.__init__(self, parser, tree)804 class AfterHeadPhase(Phase):806 Phase.__init__(self, parser, tree)871 class InBodyPhase(Phase):[all …]
46 DEFTIMEVAR (TV_IELR_PHASE1 , "IELR(1) Phase 1")47 DEFTIMEVAR (TV_IELR_PHASE2 , "IELR(1) Phase 2")48 DEFTIMEVAR (TV_IELR_PHASE3 , "IELR(1) Phase 3")49 DEFTIMEVAR (TV_IELR_PHASE4 , "IELR(1) Phase 4")
64 template <typename Phase>66 template <typename Phase, typename Arg0>
466 template <typename Phase>468 PipelineRunScope scope(this->data_, Phase::phase_name()); in Run()469 Phase phase; in Run()474 template <typename Phase, typename Arg0>476 PipelineRunScope scope(this->data_, Phase::phase_name()); in Run()477 Phase phase; in Run()
197 static Query Phase(char phase);251 return Query(EVENT_PHASE) == Query::Phase(phase); in EventPhaseIs()318 return Query(OTHER_PHASE) == Query::Phase(phase); in OtherPhaseIs()354 return (Query(EVENT_PHASE) == Query::Phase(TRACE_EVENT_PHASE_BEGIN)) && in MatchBeginWithEnd()360 return (Query(EVENT_PHASE) == Query::Phase(TRACE_EVENT_PHASE_COMPLETE)); in MatchComplete()366 Query::Phase(TRACE_EVENT_PHASE_ASYNC_BEGIN)) && in MatchAsyncBeginWithNext()
23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration.41 # version based on the Phase 1 identity. Without this flag, the EAP58 # Phase 1 users85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
467 * EAP-FAST server: piggyback Phase 2 start with the end of Phase 1584 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2586 * added support for EAP Sequences in EAP-FAST Phase 2593 * added support for fragmenting EAP-TTLS/PEAP/FAST Phase 2 (tunneled)616 phase 2 to allow EAP-SIM and EAP-AKA to be used as the Phase 2 method892 Phase 1 identity912 * added support for configuring multiple allowed EAP types for Phase 2920 * added support for configuring list of EAP methods for Phase 1 so that
36 enum Phase { enum114 Phase phase() const { in phase()126 void setPhase(Phase phase) { in setPhase()146 Phase fPhase;
1283 int Phase = 0, NextPhase; in _LUTeval16() local1285 From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels); in _LUTeval16()1291 NextPhase = Phase ^ 1; in _LUTeval16()1292 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe); in _LUTeval16()1293 Phase = NextPhase; in _LUTeval16()1297 FromFloatTo16(&Storage[Phase][0], Out, lut ->OutputChannels); in _LUTeval16()1309 int Phase = 0, NextPhase; in _LUTevalFloat() local1311 memmove(&Storage[Phase][0], In, lut ->InputChannels * sizeof(cmsFloat32Number)); in _LUTevalFloat()1317 NextPhase = Phase ^ 1; in _LUTevalFloat()1318 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe); in _LUTevalFloat()[all …]
58 # Phase 1 configuration (for ISAKMP SA)89 # Phase 2 proposal (for IPsec SA)
236 packet from Supplicant looks like the one sent in the Phase 1. The237 server generates a valid looking reply in the same way as in Phase256 seems to get confused and fails to send proper Phase 2 data.265 seems to get confused and fails to send proper Phase 2 data.306 (Failed to decrypt Phase 2 data)
205 # phase1: Pre-configure Phase 1 (outer authentication) parameters208 # phase2: Pre-configure Phase 2 (inner authentication) parameters
393 * added domain_suffix_match (and domain_suffix_match2 for Phase 2574 certificate configuration between Phase 1 and Phase 21027 * added support for configuring Phase 2 (inner/tunneled) authentication1031 * added support for EAP Sequences in EAP-FAST Phase 21156 * added support for fragmentation of outer TLS packets during Phase 21757 * fixed ctrl_iface requests for identity/password/otp in Phase 2 of1786 * allow EAP-PEAP/TTLS fast reauthentication only if Phase 2 succeeded1787 in the previous authentication (previously, only Phase 1 success was1901 * added support for configuring list of allowed Phase 2 EAP types1980 Phase 2 (inner EAP) fragment reassembly
1474 for (const auto &Phase : PL) in BuildActions() local1475 if (Phase <= FinalPhase && Phase == phases::Compile) { in BuildActions()1476 CudaInjectionPhase = Phase; in BuildActions()1484 phases::ID Phase = *i; in BuildActions() local1487 if (Phase > FinalPhase) in BuildActions()1491 if (Phase == phases::Link) { in BuildActions()1500 if (Phase == phases::Assemble && Current->getType() != types::TY_PP_Asm) in BuildActions()1504 Current = ConstructPhaseAction(TC, Args, Phase, std::move(Current)); in BuildActions()1506 if (InputType == types::TY_CUDA && Phase == CudaInjectionPhase) { in BuildActions()1543 phases::ID Phase, in ConstructPhaseAction() argument[all …]
148 Phase 1 : Read LLVM Bitcode Files166 Phase 2 : Symbol Resolution175 Phase 3 : Optimize Bitcode Files186 Phase 4 : Symbol Resolution after optimization
380 phases::ID Phase, std::unique_ptr<Action> Input) const;
42 Embedded/common/src/b_BasicEm/Phase.c \
1069 typedef ArithmTestBase Phase; typedef1071 OCL_TEST_P(Phase, angleInDegree) in OCL_TEST_P() argument1083 OCL_TEST_P(Phase, angleInRadians) in OCL_TEST_P() argument1837 OCL_INSTANTIATE_TEST_CASE_P(Arithm, Phase, Combine(::testing::Values(CV_32F, CV_64F), OCL_ALL_CHANN…
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
68 Phase behavior