Searched defs:Phase (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_swizzle.h35 unsigned char Phase[4]; member in struct:rc_swizzle_split
/external/v8/src/compiler/
H A Dsimplified-lowering.cc31 enum Phase { enum in namespace:v8::internal::compiler
774 Phase phase_; // current phase of algorithm
/external/skia/src/pathops/
H A DSkPathOpsTypes.h47 enum Phase { enum in class:SkOpGlobalState
97 Phase phase() const {
111 void setPhase(Phase phase) {
132 Phase fPhase;
/external/clang/lib/Driver/
H A DDriver.cpp1256 phases::ID Phase = *i; local
1259 if (Phase > FinalPhase)
1263 if (Phase == phases::Link) {
1272 if (Phase == phases::Assemble && Current->getType() != types::TY_PP_Asm)
1276 Current = ConstructPhaseAction(TC, Args, Phase, std::move(Current));
1303 phases::ID Phase,
1307 switch (Phase) {
1302 ConstructPhaseAction(const ToolChain &TC, const ArgList &Args, phases::ID Phase, std::unique_ptr<Action> Input) const argument
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c1283 int Phase = 0, NextPhase; local
1285 From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels);
1291 NextPhase = Phase ^ 1;
1292 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe);
1293 Phase = NextPhase;
1297 FromFloatTo16(&Storage[Phase][0], Out, lut ->OutputChannels);
1309 int Phase = 0, NextPhase; local
1311 memmove(&Storage[Phase][0], In, lut ->InputChannels * sizeof(cmsFloat32Number));
1317 NextPhase = Phase ^ 1;
1318 mpe ->EvalPtr(&Storage[Phase][
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 697 milliseconds