Home
last modified time | relevance | path

Searched refs:Phase (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/utils/release/
Dtest-release.sh277 Phase="$1"
320 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
325 Phase="$1"
338 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
343 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
348 Phase="$1"
358 echo "# Compiling phase $Phase dragonegg $Release-$RC $Flavor"
365 2>&1 | tee $LogDir/dragonegg-Phase$Phase-$Flavor.log
370 Phase="$1"
376 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_swizzles.c57 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()
Dradeon_swizzle.h35 unsigned char Phase[4]; member
Dr300_fragprog_swizzle.c191 split->Phase[split->NumPhases++] = best_matchmask; in r300_swizzle_split()
Dr500_fragprog.c263 split->Phase[split->NumPhases++] = negatebase[i]; in r500_swizzle_split()
/external/bison/lib/
Dtimevar.def46 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")
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration.
41 # version based on the Phase 1 identity. Without this flag, the EAP
58 # Phase 1 users
85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
DChangeLog431 * EAP-FAST server: piggyback Phase 2 start with the end of Phase 1
548 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2
550 * added support for EAP Sequences in EAP-FAST Phase 2
557 * added support for fragmenting EAP-TTLS/PEAP/FAST Phase 2 (tunneled)
580 phase 2 to allow EAP-SIM and EAP-AKA to be used as the Phase 2 method
856 Phase 1 identity
876 * added support for configuring multiple allowed EAP types for Phase 2
884 * added support for configuring list of EAP methods for Phase 1 so that
/external/skia/src/pathops/
DSkPathOpsTypes.h47 enum Phase { enum
97 Phase phase() const { in phase()
111 void setPhase(Phase phase) { in setPhase()
132 Phase fPhase;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmslut.c1283 int Phase = 0, NextPhase; in _LUTeval16() local
1285 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() local
1311 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 …]
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-natt58 # Phase 1 configuration (for ISAKMP SA)
89 # Phase 2 proposal (for IPsec SA)
/external/wpa_supplicant_8/wpa_supplicant/
Deap_testing.txt236 packet from Supplicant looks like the one sent in the Phase 1. The
237 server generates a valid looking reply in the same way as in Phase
256 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)
DREADME-HS20205 # phase1: Pre-configure Phase 1 (outer authentication) parameters
208 # phase2: Pre-configure Phase 2 (inner authentication) parameters
DChangeLog330 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
511 certificate configuration between Phase 1 and Phase 2
964 * added support for configuring Phase 2 (inner/tunneled) authentication
968 * added support for EAP Sequences in EAP-FAST Phase 2
1093 * added support for fragmentation of outer TLS packets during Phase 2
1694 * fixed ctrl_iface requests for identity/password/otp in Phase 2 of
1723 * allow EAP-PEAP/TTLS fast reauthentication only if Phase 2 succeeded
1724 in the previous authentication (previously, only Phase 1 success was
1838 * added support for configuring list of allowed Phase 2 EAP types
1917 Phase 2 (inner EAP) fragment reassembly
/external/llvm/docs/
DLinkTimeOptimization.rst148 Phase 1 : Read LLVM Bitcode Files
166 Phase 2 : Symbol Resolution
175 Phase 3 : Optimize Bitcode Files
186 Phase 4 : Symbol Resolution after optimization
DCodeGenerator.rst873 SelectionDAG LegalizeTypes Phase
902 SelectionDAG Legalize Phase
930 SelectionDAG Optimization Phase: the DAG Combiner
957 SelectionDAG Select Phase
1110 SelectionDAG Scheduling and Formation Phase
1381 the *SSA Deconstruction Phase*. The SSA form simplifies many analyses that are
DWritingAnLLVMBackend.rst784 during the SelectionDAG Select Phase described in :doc:`CodeGenerator`.
1302 The SelectionDAG Legalize Phase
/external/clang/lib/Driver/
DDriver.cpp1256 phases::ID Phase = *i; in BuildActions() local
1259 if (Phase > FinalPhase) in BuildActions()
1263 if (Phase == phases::Link) { in BuildActions()
1272 if (Phase == phases::Assemble && Current->getType() != types::TY_PP_Asm) in BuildActions()
1276 Current = ConstructPhaseAction(TC, Args, Phase, std::move(Current)); in BuildActions()
1303 phases::ID Phase, in ConstructPhaseAction() argument
1307 switch (Phase) { in ConstructPhaseAction()
/external/clang/include/clang/Driver/
DDriver.h361 phases::ID Phase, std::unique_ptr<Action> Input) const;
/external/neven/
DAndroid.mk39 Embedded/common/src/b_BasicEm/Phase.c \
/external/v8/src/compiler/
Dsimplified-lowering.cc31 enum Phase { enum
774 Phase phase_; // current phase of algorithm
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt68 Phase behavior
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1851 for (int Phase = 0; Phase < 2; ++Phase) { in ExpandBVWithShuffles() local
1860 if (Phase) in ExpandBVWithShuffles()
1889 if (Phase) in ExpandBVWithShuffles()
1913 else if (Phase) in ExpandBVWithShuffles()
1922 if (Phase) in ExpandBVWithShuffles()
/external/v8/src/
Dhydrogen.h476 template<class Phase>
478 Phase phase(this); in Run()
/external/valgrind/
DNEWS487 325477 Phase 4 support for IBM Power ISA 2.07
489 325628 Phase 5 support for IBM Power ISA 2.07
492 325816 Phase 6 support for IBM Power ISA 2.07
985 323437 Phase 2 support for IBM Power ISA 2.07
1004 324894 Phase 3 support for IBM Power ISA 2.07

12