/external/qemu/distrib/jpeg-6b/ |
jfdctflt.c | 82 tmp10 = tmp0 + tmp3; /* phase 2 */ 87 dataptr[0] = tmp10 + tmp11; /* phase 3 */ 91 dataptr[2] = tmp13 + z1; /* phase 5 */ 96 tmp10 = tmp4 + tmp5; /* phase 2 */ 106 z11 = tmp7 + z3; /* phase 5 */ 109 dataptr[5] = z13 + z2; /* phase 6 */ 132 tmp10 = tmp0 + tmp3; /* phase 2 */ 137 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */ 141 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */ 146 tmp10 = tmp4 + tmp5; /* phase 2 * [all...] |
jfdctfst.c | 138 tmp10 = tmp0 + tmp3; /* phase 2 */ 143 dataptr[0] = tmp10 + tmp11; /* phase 3 */ 147 dataptr[2] = tmp13 + z1; /* phase 5 */ 152 tmp10 = tmp4 + tmp5; /* phase 2 */ 162 z11 = tmp7 + z3; /* phase 5 */ 165 dataptr[5] = z13 + z2; /* phase 6 */ 188 tmp10 = tmp0 + tmp3; /* phase 2 */ 193 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */ 197 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */ 202 tmp10 = tmp4 + tmp5; /* phase 2 * [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkDashPathEffect.cpp | 18 static SkScalar FindFirstInterval(const SkScalar intervals[], SkScalar phase, 21 if (phase > intervals[i]) { 22 phase -= intervals[i]; 25 return intervals[i] - phase; 28 // If we get here, phase "appears" to be larger than our length. This 37 SkScalar phase, bool scaleToFit) 54 if ((len > 0) && SkScalarIsFinite(phase) && SkScalarIsFinite(len)) { 56 // Adjust phase to be between 0 and len, "flipping" phase if negative. 57 // e.g., if len is 100, then phase of -20 (or -120) is equivalent to 8 [all...] |
/external/skia/src/effects/ |
SkDashPathEffect.cpp | 18 static SkScalar FindFirstInterval(const SkScalar intervals[], SkScalar phase, 21 if (phase > intervals[i]) { 22 phase -= intervals[i]; 25 return intervals[i] - phase; 28 // If we get here, phase "appears" to be larger than our length. This 37 SkScalar phase, bool scaleToFit) 54 if ((len > 0) && SkScalarIsFinite(phase) && SkScalarIsFinite(len)) { 56 // Adjust phase to be between 0 and len, "flipping" phase if negative. 57 // e.g., if len is 100, then phase of -20 (or -120) is equivalent to 8 [all...] |
/external/chromium_org/ui/v2/src/ |
view_unittest.cc | 119 lhs.phase == rhs.phase; 172 p1.phase = ViewObserver::DISPOSITION_CHANGED; 178 p11.phase = ViewObserver::DISPOSITION_CHANGING; 180 p11.phase = ViewObserver::DISPOSITION_CHANGED; 197 p1.phase = ViewObserver::DISPOSITION_CHANGING; 204 p11.phase = ViewObserver::DISPOSITION_CHANGED; 242 p1.phase = ViewObserver::DISPOSITION_CHANGED; 253 p111.phase = ViewObserver::DISPOSITION_CHANGING; 255 p111.phase = ViewObserver::DISPOSITION_CHANGED [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
PaintPhase.h | 32 * The painting of a layer occurs in three distinct phases. Each phase involves 33 * a recursive descent into the layer's render objects. The first phase is the background phase. 36 * In the foreground phase, all inlines are fully painted. Inline replaced elements will get all 37 * three phases invoked on them during this phase.
|
/external/replicaisland/src/com/replica/replicaisland/ |
PhasedObjectManager.java | 30 private PhasedObject mSearchDummy; // A dummy object allocated up-front for searching by phase. 71 public BaseObject find(int phase) { 72 mSearchDummy.setPhase(phase); 91 result = ((PhasedObject) object1).phase - ((PhasedObject) object2).phase;
|
/external/chromium/net/base/ |
net_log.cc | 60 const char* NetLog::EventPhaseToString(EventPhase phase) { 61 switch (phase) { 77 NetLog::EventPhase phase, 98 entry_dict->SetInteger("phase", static_cast<int>(phase)); 101 entry_dict->SetString("phase", NetLog::EventPhaseToString(phase)); 113 NetLog::EventPhase phase, 116 net_log_->AddEntry(type, base::TimeTicks::Now(), source_, phase, params); 123 NetLog::EventPhase phase, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_dataflow_swizzles.c | 49 for(unsigned int phase = 0; phase < split.NumPhases; ++phase) { 57 mov->U.I.DstReg.WriteMask = split.Phase[phase]; 63 if (!GET_BIT(split.Phase[phase], chan)) 71 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate; 74 else if (masked_negate == split.Phase[phase] [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow_swizzles.c | 49 for(unsigned int phase = 0; phase < split.NumPhases; ++phase) { 57 mov->U.I.DstReg.WriteMask = split.Phase[phase]; 63 if (!GET_BIT(split.Phase[phase], chan)) 71 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate; 74 else if (masked_negate == split.Phase[phase] [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
TimedItem.h | 58 enum Phase { 68 virtual void onEventCondition(const TimedItem*, bool isFirstSample, Phase previousPhase, double previousIteration) = 0; 75 Phase phase() const { return ensureCalculated().phase; } function in class:WebCore::TimedItem 130 Phase phase; member in struct:WebCore::TimedItem::CalculatedTiming
|
TimedItem.cpp | 60 const Phase previousPhase = m_calculated.phase; 80 const Phase currentPhase = calculatePhase(activeDuration, localTime, m_specified); 82 const TimedItem::Phase parentPhase = TimedItem::PhaseActive; 108 const TimedItem::Phase localCurrentPhase = calculatePhase(localActiveDuration, localLocalTime, m_specified); 123 m_calculated.phase = currentPhase; 125 m_calculated.isInPlay = phase() == PhaseActive && (!m_parent || m_parent->isInPlay()); 126 m_calculated.isCurrent = phase() == PhaseBefore || isInPlay() || (m_parent && m_parent->isCurrent()); 134 if (m_eventDelegate && (m_isFirstSample || previousPhase != phase() || (phase() == PhaseActive && previousIteration != m_calculated.currentIteration)) [all...] |
/external/llvm/utils/release/ |
test-release.sh | 58 echo " -no-compare-files Don't test that phase 2 and 3 files are identical." 231 Phase="$1" 269 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log 274 Phase="$1" 287 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log 292 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log 297 Phase="$1 [all...] |
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.pom | 204 <phase>package</phase> 215 <phase>package</phase> 249 <phase>package</phase> 267 <phase>package</phase> 278 <phase>package</phase> [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
trace_event_importer.py | 103 'C' phase events. 162 'E phase event without a matching B phase event.') 173 'The value of the E phase event will be used.') 224 phase = event.get('ph', None) 225 if phase == 'B' or phase == 'E': 227 elif phase == 'X': 229 elif phase == 'S' or phase == 'F' or phase == 'T' [all...] |
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-parent/4.9/ |
proguard-parent-4.9.pom | 90 <phase>package</phase> 104 <phase>package</phase> 119 <phase>verify</phase>
|
/external/chromium_org/base/mac/ |
sdk_forward_declarations.h | 19 NSEventPhaseNone = 0, // event not associated with a phase. 48 - (NSEventPhase)phase; 55 NSEventPhase phase,
|
/external/chromium_org/content/common/gpu/ |
devtools_gpu_agent.cc | 50 GpuEventsDispatcher::EventPhase phase, 58 task.phase = phase;
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Complex.h | 39 inline Complex complexFromMagnitudePhase(double magnitude, double phase) 41 return Complex(magnitude * cos(phase), magnitude * sin(phase));
|
/external/chromium_org/third_party/skia/include/effects/ |
Sk1DPathEffect.h | 51 @param phase distance (mod advance) along path for its initial position 55 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style); 73 SkScalar fInitialOffset; // computed from phase
|
/external/iproute2/ip/ |
iplink_can.c | 27 "\t[ tq TQ prop-seg PROP_SEG phase-seg1 PHASE-SEG1\n " 28 "\t phase-seg2 PHASE-SEG2 [ sjw SJW ] ]\n" 43 "\t PHASE-SEG1 := { 1..8 }\n" 44 "\t PHASE-SEG2 := { 1..8 }\n" 125 } else if (matches(*argv, "phase-seg1") == 0) { 128 invarg("invalid \"phase-seg1\" value\n", *argv); 129 } else if (matches(*argv, "phase-seg2") == 0) { 132 invarg("invalid \"phase-seg2\" value\n", *argv) [all...] |
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample | 34 # phase 1 proposal (for ISAKMP SA) 50 # phase 2 proposal (for IPsec SA). 51 # actual phase 2 proposal will obey the following items:
|
/external/jpeg/ |
jfdctfst.c | 138 tmp10 = tmp0 + tmp3; /* phase 2 */ 143 dataptr[0] = tmp10 + tmp11; /* phase 3 */ 147 dataptr[2] = tmp13 + z1; /* phase 5 */ 152 tmp10 = tmp4 + tmp5; /* phase 2 */ 162 z11 = tmp7 + z3; /* phase 5 */ 165 dataptr[5] = z13 + z2; /* phase 6 */ 188 tmp10 = tmp0 + tmp3; /* phase 2 */ 193 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */ 197 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */ 202 tmp10 = tmp4 + tmp5; /* phase 2 * [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
Phase.h | 23 * Phase data type. 24 * This data type represents a phase or angle value and takes advantage 27 * The phase value range lies within [ - PI, PI [; 29 * The phase data type is to be used whereever an angle is needed. 38 /** 8 bit phase value */ 41 /** 16 bit phase value */ 44 /** 32 bit phase value */ 83 * Computes sine of a phase 92 * Computes cosine of a phase 101 * Computes sine of a phase [all...] |
/external/skia/include/effects/ |
Sk1DPathEffect.h | 51 @param phase distance (mod advance) along path for its initial position 55 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style); 73 SkScalar fInitialOffset; // computed from phase
|