HomeSort by relevance Sort by last modified time
    Searched refs:phase (Results 226 - 250 of 583) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libjpeg-turbo/simd/
jidctred-sse2-64.asm 289 movdqa xmm6,xmm1 ; transpose coefficients(phase 1)
292 movdqa xmm7,xmm2 ; transpose coefficients(phase 1)
296 movdqa xmm0,xmm1 ; transpose coefficients(phase 2)
299 movdqa xmm3,xmm6 ; transpose coefficients(phase 2)
369 movdqa xmm0,xmm4 ; transpose coefficients(phase 1)
373 movdqa xmm6,xmm4 ; transpose coefficients(phase 2)
jidctred-sse2.asm 296 movdqa xmm6,xmm1 ; transpose coefficients(phase 1)
299 movdqa xmm7,xmm2 ; transpose coefficients(phase 1)
303 movdqa xmm0,xmm1 ; transpose coefficients(phase 2)
306 movdqa xmm3,xmm6 ; transpose coefficients(phase 2)
376 movdqa xmm0,xmm4 ; transpose coefficients(phase 1)
380 movdqa xmm6,xmm4 ; transpose coefficients(phase 2)
  /external/mksh/src/
Build.sh 240 phase=x
330 if test $phase = u; then
1371 phase=u
1373 phase=x
1418 NOWARN=$DOWARN; phase=u
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 70 public void onBootPhase(int phase) {
71 if (phase == SystemService.PHASE_ACTIVITY_MANAGER_READY) {
73 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) {
  /external/libchrome/base/trace_event/
trace_event_impl.cc 85 char phase,
103 phase_ = phase;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 96 CPWL_Dash(int32_t dash, int32_t gap, int32_t phase)
97 : nDash(dash), nGap(gap), nPhase(phase) {}
  /external/skia/tools/lua/
scrape_dashing_full.lua 82 if 0 == de.phase then
  /external/v8/test/webkit/
dfg-constant-fold-misprediction.js 39 // predicted double, will lead the Fixup phase to inject an Int32ToDouble node on
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 126 nsecs_t phase, nsecs_t period, size_t numSamplesToUse,
150 int64_t y = divRound(time - phase, period >> kPrecision);
260 ALOGV("priming[%zu] phase:%lld period:%lld",
283 // initialize phase to the current render time
304 ALOGV("new phase:%lld period:%lld", (long long)mPhase, (long long)mPeriod);
  /system/connectivity/shill/
portal_detector_unittest.cc 63 return (result.trial_result.phase == arg.trial_result.phase &&
  /bionic/libc/kernel/uapi/linux/
input.h 187 __u16 phase; member in struct:ff_periodic_effect
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
ShadowDOM.js     [all...]
webcomponents.js     [all...]
  /external/freetype/src/truetype/
ttinterp.h 221 FT_F26Dot6 phase; /* `SuperRounding' */ member in struct:TT_ExecContextRec_
  /external/kernel-headers/original/uapi/linux/
input.h 363 * @phase: 'horizontal' shift
380 __u16 phase; member in struct:ff_periodic_effect
  /external/libopus/celt/
kiss_fft.c 523 opus_val32 phase = -i; local
524 kf_cexp2(twiddles+i, DIV32(SHL32(phase,17),nfft));
529 double phase = ( -2*pi /nfft ) * i; local
530 kf_cexp(twiddles+i, phase );
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 122 @ update and store phase
ARM-E_interpolate_noloop_gnu.s 117 @ update and store phase
  /external/v8/src/libplatform/
default-platform.cc 172 char phase, const uint8_t* category_enabled_flag, const char* name,
  /external/v8/test/cctest/heap/
test-incremental-marking.cc 87 uint64_t AddTraceEvent(char phase, const uint8_t* categoryEnabledFlag,
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 149 public void onBootPhase(int phase) {
154 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) {
158 } else if (phase == SystemService.PHASE_THIRD_PARTY_APPS_CAN_START) {
161 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) {
    [all...]
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 379 enum dsscomp_wait_phase phase; member in struct:dsscomp_wait_data
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-filtering/1.0-beta-4/
maven-filtering-1.0-beta-4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-facade/0.20.0/
tycho-p2-facade-0.20.0.jar 
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 495 * Phase is given by hundredth of a cycle meaning that giving the phase a value
497 * - 0: No phase displacement.
558 Uint16 phase; /**< Horizontal shift given by hundredth of a cycle. */ member in struct:SDL_HapticPeriodic
    [all...]

Completed in 1373 milliseconds

1 2 3 4 5 6 7 8 91011>>