Home
last modified time | relevance | path

Searched defs:phase (Results 1 – 25 of 86) sorted by relevance

1234

/external/proguard/src/proguard/gui/splash/
DSineTiming.java31 private final long phase; field in SineTiming
39 public SineTiming(long period, long phase) in SineTiming()
DSawToothTiming.java31 private final long phase; field in SawToothTiming
39 public SawToothTiming(long period, long phase) in SawToothTiming()
/external/speex/libspeex/
D_kiss_fft_guts.h133 # define KISS_FFT_COS(phase) floor(MIN(32767,MAX(-32767,.5+32768 * cos (phase)))) argument
134 # define KISS_FFT_SIN(phase) floor(MIN(32767,MAX(-32767,.5+32768 * sin (phase)))) argument
137 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument
138 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument
141 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument
142 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument
146 #define kf_cexp(x,phase) \ argument
151 #define kf_cexp2(x,phase) \ argument
Dkiss_fftr.c64 spx_word32_t phase = i+(nfft>>1); in kiss_fftr_alloc() local
72 double phase = pi*(((double)i) /nfft + .5); in kiss_fftr_alloc() local
/external/chromium/chrome/browser/net/
Dload_timing_observer.cc85 net::NetLog::EventPhase phase, in OnAddEntry()
127 net::NetLog::EventPhase phase, in OnAddURLRequestEntry()
222 net::NetLog::EventPhase phase, in OnAddHTTPStreamJobEntry()
294 net::NetLog::EventPhase phase, in OnAddConnectJobEntry()
339 net::NetLog::EventPhase phase, in OnAddSocketEntry()
Dnet_log_logger.cc27 net::NetLog::EventPhase phase, in OnAddEntry()
Dchrome_net_log.cc48 net::NetLog::EventPhase phase, in Entry()
87 EventPhase phase, in AddEntry()
Dchrome_net_log.h51 net::NetLog::EventPhase phase; member
/external/skia/src/animator/
DSkDrawDash.h31 SkScalar phase; variable
/external/chromium/chrome/browser/debugger/
Ddevtools_netlog_observer.cc43 net::NetLog::EventPhase phase, in OnAddEntry()
64 net::NetLog::EventPhase phase, in OnAddURLRequestEntry()
159 net::NetLog::EventPhase phase, in OnAddHTTPStreamJobEntry()
182 net::NetLog::EventPhase phase, in OnAddSocketEntry()
/external/webkit/Source/JavaScriptCore/wtf/
DComplex.h39 inline Complex complexFromMagnitudePhase(double magnitude, double phase) in complexFromMagnitudePhase()
/external/chromium/net/base/
Dnet_log.cc60 const char* NetLog::EventPhaseToString(EventPhase phase) { in EventPhaseToString()
77 NetLog::EventPhase phase, in EntryToDictionaryValue()
113 NetLog::EventPhase phase, in AddEntry()
123 NetLog::EventPhase phase, in AddEntryWithTime()
Dcapturing_net_log.cc12 EventPhase phase, in Entry()
46 EventPhase phase, in AddEntry()
Dcapturing_net_log.h36 EventPhase phase; member
/external/skia/src/effects/
DSkDashPathEffect.cpp26 static SkScalar FindFirstInterval(const SkScalar intervals[], SkScalar phase, in FindFirstInterval()
38 SkScalar phase, bool scaleToFit) in SkDashPathEffect()
/external/webkit/Source/WebCore/platform/audio/
DFFTFrame.cpp192 double phase = arg(c); in extractAverageGroupDelay() local
239 double phase = arg(c); in addConstantGroupDelay() local
263 double phase = atan2(realP[i], imagP[i]); in print() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageWinCE.cpp137const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRe… in drawPattern()
143const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRe… in drawPattern()
DSharedBitmap.cpp346 static void drawPatternSimple(HDC hdc, const RECT& destRect, HBITMAP hbmp, const POINT& phase) in drawPatternSimple()
358 …le(HDC hdc, const RECT& destRect, const SharedBitmap* bmp, const SIZE& bmpSize, const POINT& phase) in drawPatternSimple()
379 static LONG normalizePhase(LONG phase, int limit) in normalizePhase()
403const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRe… in drawPattern()
411const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRe… in drawPattern()
/external/webkit/Source/WebCore/platform/graphics/
DGeneratedImage.cpp51const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator compositeOp, const FloatRec… in drawPattern()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DContextShadowCairo.cpp152 FloatPoint phase = dest.location(); in getPhase() local
288 FloatPoint phase = getPhase(destRect, tileRect); in drawRectShadow() local
/external/icu4c/tools/gennorm2/
Dn2builder.h106 int32_t phase; variable
/external/tcpdump/
Dprint-isakmp.c420 const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, in isakmp_sa_print()
480 const u_char *ep, u_int32_t phase, u_int32_t doi0, in isakmp_p_print()
661 const u_char *ep _U_, u_int32_t phase, u_int32_t doi _U_, in isakmp_id_print()
975 const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, in isakmp_n_print()
1182 u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) in isakmp_sub0_print()
1221 u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) in isakmp_sub_print()
1288 int phase; in isakmp_print() local
/external/webkit/Source/WebKit2/Shared/
DWebWheelEvent.cpp52 …loatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Phase phase, Phase momentum… in WebWheelEvent()
/external/webkit/Source/WebCore/rendering/
DPaintInfo.h102 PaintPhase phase; member
/external/sonivox/arm-fm-22k/lib_src/
Deas_fmengine.c285 EAS_U32 phase; in FM_Operator() local
395 EAS_U32 phase; in FM_NoiseOperator() local

1234