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

1 2 3 4 5 6 7 8 91011>>

  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.c 876 * Calculates the fractional phase increment for the sample rate converter
927 pState->phase = 0;
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 175 phase(0), overrideHandling(OVERRIDE_PREVIOUS), optimization(OPTIMIZE_NORMAL),
254 (overrideHandling==OVERRIDE_PREVIOUS && p->mappingPhase==phase)
257 "error in gennorm2 phase %d: "
258 "not permitted to override mapping for U+%04lX from phase %d\n",
259 (int)phase, (long)c, (int)p->mappingPhase);
265 p->mappingPhase=phase;
272 ++phase;
292 "error in gennorm2 phase %d: "
294 (int)phase, (long)c);
306 "error in gennorm2 phase %d:
    [all...]
  /external/ppp/pppd/
main.c 173 int phase; /* where the link is at */ variable
581 while (phase != PHASE_DEAD) {
588 if (phase == PHASE_MASTER)
592 if (phase == PHASE_NETWORK || phase == PHASE_RUNNING) {
616 } while (phase == PHASE_HOLDOFF);
924 { 0x27, "DECnet Phase IV" },
995 { 0x8027, "DECnet Phase IV Control Protocol" },
1118 * Until we get past the authentication phase, toss all packets
1121 if (phase <= PHASE_AUTHENTICAT
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm.c 117 cxt->parse_cubby.phase=0;
303 cxt->parse_cubby.phase = 0;
325 cxt->parse_cubby.phase = 0;
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghashv8-armx.pl 123 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase
129 vext.8 $t2,$Xl,$Xl,#8 @ 2nd phase
172 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase of reduction
178 vext.8 $t2,$Xl,$Xl,#8 @ 2nd phase of reduction
285 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase of reduction
298 vext.8 $t2,$Xl,$Xl,#8 @ 2nd phase of reduction
328 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase of reduction
334 vext.8 $t2,$Xl,$Xl,#8 @ 2nd phase of reduction
  /external/libopus/celt/
kiss_fft.c 414 opus_val32 phase = -i; local
415 kf_cexp2(twiddles+i, DIV32(SHL32(phase,17),nfft));
420 double phase = ( -2*pi /nfft ) * i; local
421 kf_cexp(twiddles+i, phase );
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 220 FT_F26Dot6 phase; /* `SuperRounding' */ member in struct:TT_ExecContextRec_
  /external/v8/src/libplatform/tracing/
trace-writer.cc 135 << trace_event->phase() << "\",\"cat\":\""
  /frameworks/base/services/core/java/com/android/server/lights/
LightsService.java 185 public void onBootPhase(int phase) {
  /prebuilts/go/darwin-x86/src/math/
sin.go 138 j := int64(x * M4PI) // integer part of x/(Pi/4), as integer for tests on the phase angle
198 j := int64(x * M4PI) // integer part of x/(Pi/4), as integer for tests on the phase angle
  /prebuilts/go/linux-x86/src/math/
sin.go 138 j := int64(x * M4PI) // integer part of x/(Pi/4), as integer for tests on the phase angle
198 j := int64(x * M4PI) // integer part of x/(Pi/4), as integer for tests on the phase angle
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
ComplexMovementFragment.java 93 getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.COMPLEX_MOVEMENT.ordinal()]);
179 .setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.COMPLEX_MOVEMENT.ordinal()])
RobustnessFragment.java 95 getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ROBUSTNESS.ordinal()]);
189 .setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ROBUSTNESS.ordinal()])
  /frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityMetrics.java 109 public void onBootPhase(int phase) {
110 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) {
  /frameworks/base/services/core/java/com/android/server/telecom/
TelecomLoaderService.java 168 public void onBootPhase(int phase) {
169 if (phase == PHASE_ACTIVITY_MANAGER_READY) {
  /frameworks/base/services/core/java/com/android/server/tv/
TvRemoteService.java 81 public void onBootPhase(int phase) {
82 if (phase == SystemService.PHASE_THIRD_PARTY_APPS_CAN_START) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
layout.go 8 // After this phase returns, the order of f.Blocks matters and is the order
  /prebuilts/go/darwin-x86/src/os/
stat_plan9.go 60 panic("phase error in dirstat")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
layout.go 8 // After this phase returns, the order of f.Blocks matters and is the order
  /prebuilts/go/linux-x86/src/os/
stat_plan9.go 60 panic("phase error in dirstat")
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-embedder/0.18.1/
sisu-equinox-embedder-0.18.1.jar 
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go 31 // 2. GC performs the "mark 1" sub-phase. In this sub-phase, Ps are
34 // a. Prepare for the mark phase by setting gcphase to _GCmark
58 // may still contain work), GC performs the "mark 2" sub-phase.
78 // 5. GC performs the sweep phase.
80 // a. Prepare for the sweep phase by setting gcphase to _GCoff,
94 // The sweep phase proceeds concurrently with normal program execution.
236 // Garbage collector phase.
245 needed bool // whether we need a write barrier for current GC phase
265 // since more work is done in the mark phase. This tension is resolve
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go 31 // 2. GC performs the "mark 1" sub-phase. In this sub-phase, Ps are
34 // a. Prepare for the mark phase by setting gcphase to _GCmark
58 // may still contain work), GC performs the "mark 2" sub-phase.
78 // 5. GC performs the sweep phase.
80 // a. Prepare for the sweep phase by setting gcphase to _GCoff,
94 // The sweep phase proceeds concurrently with normal program execution.
236 // Garbage collector phase.
245 needed bool // whether we need a write barrier for current GC phase
265 // since more work is done in the mark phase. This tension is resolve
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-586.pl 91 my $phase=shift;
102 &movq ($A,"mm3") if ($phase<2);
142 &movq ("mm7",&QWP(8*(9+16-1),"esp")) if ($phase!=0); # pre-fetch
143 &movq ("mm5",$Fsse2) if ($phase==0); # load f
145 if ($phase>1) {
156 &movq ("mm6",$Gsse2) if ($phase==0); # load g
517 sub BODY_00_15_ssse3 { # "phase-less" copy of BODY_00_15_sse2
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 

Completed in 1708 milliseconds

1 2 3 4 5 6 7 8 91011>>