HomeSort by relevance Sort by last modified time
    Searched refs:prior (Results 26 - 50 of 350) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/src/pathops/
SkOpEdgeBuilder.cpp 301 int prior = index; local
302 while (prior > 0 && !splits[prior - 1].fCanAdd) {
303 --prior;
305 if (prior < index) {
306 split->fT[0] = splits[prior].fT[0];
316 if (prior < index || next > index) {
SkOpContour.h 137 const SkOpSegment* prior = nullptr; local
140 SkASSERT(segment->prev() == prior);
141 prior = segment;
143 SkASSERT(prior == fTail);
SkOpSegment.cpp 285 SkOpSpan* prior = &fHead; local
290 priorAngle->set(spanBase, prior);
302 prior = span;
415 SkOpAngle* prior = angle; local
418 SkASSERT(prior->next() == angle);
420 if (prior->unorderable() || angle->unorderable() || next->unorderable()) {
441 SkOpAngle* prior = firstAngle; local
443 angle = prior;
444 prior = angle->previous();
445 SkASSERT(prior->next() == angle)
1110 SkOpSpan* prior = nullptr; local
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
CpuSleep.asm 30 ; are disabled prior to calling this function, then the CPU will be placed in a
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 179 prior:
181 prior_label = &&prior; // expected-error{{assigning to 'int'}}
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LatencyPriorityQueue.cpp 127 if (Best != prior(Queue.end()))
136 if (I != prior(Queue.end()))
RegisterScavenging.cpp 377 MachineBasicBlock::iterator II = prior(I);
382 II = prior(UseMI);
386 ScavengeRestore = prior(UseMI);
VirtRegRewriter.cpp 318 MachineBasicBlock::iterator Prev = prior(NewInsertLoc);
687 MachineInstr *NewMI = prior(MII);
    [all...]
  /external/icu/icu4c/source/common/unicode/
icuplug.h 337 * @param prior pass in 'NULL' to get the first (most recent) plug,
338 * otherwise pass the value returned on a prior call to uplug_nextPlug
343 uplug_nextPlug(UPlugData *prior);
  /external/curl/lib/
config-win32.h 546 # error VS2008 does not support Windows build targets prior to Windows 2000
560 # error VS2012 does not support Windows build targets prior to Windows XP
562 # error VS2012 does not support Windows build targets prior to Windows \
  /external/speex/libspeex/
preprocess.c 19 derived from this software without specific prior written permission.
215 spx_word16_t *prior; /**< A-priori SNR */ member in struct:SpeexPreprocessState_
458 st->prior = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t));
492 st->prior[i]=SHL16(1, SNR_SHIFT);
545 speex_free(st->prior);
807 st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gamma,DIV32_16_Q8(st->old_ps[i],tot_noise))), 15));
808 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT));
814 st->zeta[0] = PSHR32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[0]), MULT16_16(QCONST16(.3f,15),st->prior[0])),15);
816 st->zeta[i] = PSHR32(ADD32(ADD32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[i]), MULT16_16(QCONST16(.15f,15),st->prior[i]))
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
signal.go 69 // the program, nothing will happen. Ignore undoes the effect of any prior
133 // Reset undoes the effect of any prior calls to Notify for the provided
141 // It undoes the effect of all prior calls to Notify using c.
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 69 // the program, nothing will happen. Ignore undoes the effect of any prior
133 // Reset undoes the effect of any prior calls to Notify for the provided
141 // It undoes the effect of all prior calls to Notify using c.
  /external/c-ares/
config-win32.h 12 * written prior permission. M.I.T. makes no representations about the
297 # error VS2008 does not support Windows build targets prior to Windows 2000
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.cpp 57 I = llvm::prior(I);
  /external/google-breakpad/android/sample_app/jni/
Application.mk 16 # this software without specific prior written permission.
  /external/ims/rcs/presencepolling/
Android.mk 13 # derived from this software without specific prior written permission.
  /external/protobuf/js/
test_bootstrap.js 17 // this software without specific prior written permission.
  /external/smali/deodexerant/
Android.mk 16 # this software without specific prior written permission.
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
STLExtras.h 135 // next/prior - These functions unlike std::advance do not modify the
140 // prior(myIt) returns copy of myIt decremented once
141 // prior(myIt, n) returns copy of myIt decremented n times
157 inline ItTy prior(ItTy it, Dist n) function in namespace:llvm
164 inline ItTy prior(ItTy it) function in namespace:llvm
  /external/v8/samples/
count-hosts.js 14 // from this software without specific prior written permission.
  /compatibility/cdd/5_multimedia/
5_6_audio-latency.md 14 audio output system has been idle and powered down prior to the request.
24 prior to the request.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 20 derived from this software without specific prior written permission.
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MCFunction.cpp 97 spe = llvm::prior(Splits.end()); spi != spe; ++spi) {
  /external/tremolo/Tremolo/
floor1LARM.s 20 @ specific prior written permission.

Completed in 1545 milliseconds

12 3 4 5 6 7 8 91011>>