Home
last modified time | relevance | path

Searched refs:prior (Results 1 - 25 of 61) sorted by relevance

123

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cc.c210 cc->prior.cwnd = 0; in cubic_cc_reset()
211 cc->prior.ssthresh = 0; in cubic_cc_reset()
212 cc->prior.w_last_max = 0; in cubic_cc_reset()
213 cc->prior.w_tcp = 0; in cubic_cc_reset()
214 cc->prior.origin_point = 0; in cubic_cc_reset()
215 cc->prior.epoch_start = UINT64_MAX; in cubic_cc_reset()
216 cc->prior.k = 0; in cubic_cc_reset()
451 if (cc->prior.cwnd < cstat->cwnd) { in ngtcp2_cc_cubic_cc_congestion_event()
452 cc->prior.cwnd = cstat->cwnd; in ngtcp2_cc_cubic_cc_congestion_event()
453 cc->prior in ngtcp2_cc_cubic_cc_congestion_event()
[all...]
/third_party/skia/docs/examples/
H A DPath_IsCubicDegenerate.cpp9 SkScalar prior, length = 0, degenerate = 0; in REG_FIDDLE() local
11 prior = points[0].fX; in REG_FIDDLE()
14 degenerate = prior; in REG_FIDDLE()
17 length = prior; in REG_FIDDLE()
20 } while (prior != points[0].fX); in REG_FIDDLE()
/third_party/skia/src/core/
H A DSkClipStack.cpp375 // prior clip. This could be wildly incorrect if the in combineBoundsDiff()
378 // size of the prior bound (e.g., if the second clip in combineBoundsDiff()
379 // exactly matched the bottom half of the prior clip). in combineBoundsDiff()
420 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) { in updateBoundAndGenID() argument
434 (SkClipOp::kIntersect == fOp && nullptr == prior) || in updateBoundAndGenID()
435 (SkClipOp::kIntersect == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID()
436 prior->rectRectIntersectAllowed(this->getDeviceSpaceRect(), fDoAA))) { in updateBoundAndGenID()
471 if (nullptr == prior) { in updateBoundAndGenID()
472 // no prior clip means the entire plane is writable in updateBoundAndGenID()
476 prevFinite = prior in updateBoundAndGenID()
700 Element* prior = (Element*) iter.prev(); pushElement() local
[all...]
/third_party/openssl/test/
H A Drdrand_sanitytest.c27 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; in sanity_check_bytes() local
56 if (!TEST_false(!memcmp(prior, buf, sizeof(buf)))) in sanity_check_bytes()
66 memcpy(prior, buf, sizeof(buf)); in sanity_check_bytes()
/third_party/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp300 int prior = index; in walk() local
301 while (prior > 0 && !splits[prior - 1].fCanAdd) { in walk()
302 --prior; in walk()
304 if (prior < index) { in walk()
305 split->fT[0] = splits[prior].fT[0]; in walk()
306 split->fPts[0] = splits[prior].fPts[0]; in walk()
317 if (prior < index || next > index) { in walk()
H A DSkOpSegment.cpp291 SkOpSpan* prior = &fHead; in calcAngles() local
296 priorAngle->set(spanBase, prior); in calcAngles()
308 prior = span; in calcAngles()
434 SkOpAngle* prior = angle; in computeSum() local
437 SkASSERT(prior->next() == angle); in computeSum()
439 if (prior->unorderable() || angle->unorderable() || next->unorderable()) { in computeSum()
460 SkOpAngle* prior = firstAngle; in computeSum() local
462 angle = prior; in computeSum()
463 prior = angle->previous(); in computeSum()
464 SkASSERT(prior in computeSum()
1159 SkOpSpan* prior = nullptr; missingCoincidence() local
1665 testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, const SkOpSpanBase* prior, const SkOpSpanBase* spanBase, const SkOpSegment* opp) const testForCoincidence() argument
[all...]
H A DSkOpContour.h136 const SkOpSegment* prior = nullptr; in debugValidate() local
139 SkASSERT(segment->prev() == prior); in debugValidate()
140 prior = segment; in debugValidate()
142 SkASSERT(prior == fTail); in debugValidate()
H A DSkPathOpsTSect.cpp56 SkTSpan* prior) { in addFollowing()
59 result->fStartT = prior ? prior->fEndT : 0; in addFollowing()
60 SkTSpan* next = prior ? prior->fNext : fHead; in addFollowing()
62 result->fPrev = prior; in addFollowing()
64 if (prior) { in addFollowing()
65 prior->fNext = result; in addFollowing()
737 SkTSpan* prior = nullptr; in computePerpendiculars() local
740 if (prior) { in computePerpendiculars()
55 addFollowing( SkTSpan* prior) addFollowing() argument
1278 SkTSpan* prior = nullptr; mergeCoincidence() local
[all...]
H A DSkPathWriter.cpp353 SkPoint prior, next; in assemble() local
354 if (!fPathPtr->getLastPt(&prior)) { in assemble()
362 if (prior != next) { in assemble()
/third_party/pulseaudio/speex/tmv/
H A Dpreprocess_tm.h21 this software without specific prior written permission.
664 register spx_word16_t * restrict prior = st->prior; in preprocess_compute_SNR() local
690 prior[i]=MIN16(priori, QCONST16(100.f,SNR_SHIFT)); in preprocess_compute_SNR()
705 register spx_word16_t * restrict prior = st->prior; in preprocess_smooth_SNR() local
711 iprior = prior[0]; in preprocess_smooth_SNR()
712 priori = prior[1]; in preprocess_smooth_SNR()
721 register spx_word16_t priorii = prior[i+1]; in preprocess_smooth_SNR()
737 priori = prior[ in preprocess_smooth_SNR()
766 register spx_word16_t * restrict prior = st->prior; preprocess_compute_emgain() local
819 register spx_word16_t * restrict prior = st->prior; preprocess_compute_linear_gain() local
[all...]
/third_party/curl/lib/
H A Dconfig-win32.h360 # error VS2008 does not support Windows build targets prior to Windows 2000
374 # error VS2012 does not support Windows build targets prior to Windows XP
376 # error VS2012 does not support Windows build targets prior to Windows \
/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c19 derived from this software without specific prior written permission.
211 spx_word16_t *prior; /**< A-priori SNR */ member
454 st->prior = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t)); in speex_preprocess_state_init()
488 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
541 speex_free(st->prior); in speex_preprocess_state_destroy()
803 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)); in speex_preprocess_run()
804 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
810 st->zeta[0] = PSHR32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[0]), MULT16_16(QCONST16(.3f,15),st->prior[0])),15); in speex_preprocess_run()
812 st->zeta[i] = PSHR32(ADD32(ADD32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[i]), MULT16_16(QCONST16(.15f,15),st->prior[ in speex_preprocess_run()
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c1329 /* does instruction 'prior' need to be scheduled before 'instr'? */
1331 depends_on(struct ir3_instruction *instr, struct ir3_instruction *prior) in depends_on() argument
1339 prior->barrier_class) || in depends_on()
1340 ((prior->barrier_class & IR3_BARRIER_EVERYTHING) && in depends_on()
1344 if (instr->barrier_class & prior->barrier_conflict) { in depends_on()
1351 if (get_array_id(instr) != get_array_id(prior)) { in depends_on()
1369 * prior to the current instruction in add_barrier_deps()
/third_party/icu/icu4c/source/common/unicode/
H A Dicuplug.h336 * @param prior pass in 'NULL' to get the first (most recent) plug,
337 * otherwise pass the value returned on a prior call to uplug_nextPlug
342 uplug_nextPlug(UPlugData *prior);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dicuplug.h340 * @param prior pass in 'NULL' to get the first (most recent) plug,
341 * otherwise pass the value returned on a prior call to uplug_nextPlug
346 uplug_nextPlug(UPlugData *prior);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dicuplug.h336 * @param prior pass in 'NULL' to get the first (most recent) plug,
337 * otherwise pass the value returned on a prior call to uplug_nextPlug
342 uplug_nextPlug(UPlugData *prior);
/third_party/skia/fuzz/
H A DFuzzDDLThreading.cpp143 State prior = promiseImage.fState.exchange(State::kTriedToFulfill, std::memory_order_relaxed); in fulfillPromiseImage() local
144 if (prior != State::kInitial || promiseImage.fTexture != nullptr) { in fulfillPromiseImage()
/third_party/ffmpeg/libavfilter/
H A Daf_afftdn.c75 double *prior; member
351 double *prior, double *prior_band_excit, int track_noise) in process_frame()
370 new_mag_abs_var = ratio * prior[i] + rratio * fmax(mag_abs_var - 1.0, 0.0); in process_frame()
373 prior[i] = mag_abs_var * sqr_new_gain; in process_frame()
703 dnch->prior = av_calloc(s->bin_count, sizeof(*dnch->prior)); in config_input()
727 !dnch->prior || in config_input()
996 dnch->prior, in filter_channel()
1186 av_freep(&dnch->prior); in uninit()
348 process_frame(AVFilterContext *ctx, AudioFFTDeNoiseContext *s, DeNoiseChannel *dnch, AVComplexFloat *fft_data, double *prior, double *prior_band_excit, int track_noise) process_frame() argument
/third_party/skia/src/gpu/v1/
H A DClipStack.cpp791 ClipStack::SaveRecord::SaveRecord(const SaveRecord& prior, in SaveRecord() argument
794 : fInnerBounds(prior.fInnerBounds) in SaveRecord()
795 , fOuterBounds(prior.fOuterBounds) in SaveRecord()
796 , fShader(prior.fShader) in SaveRecord()
799 , fOldestValidIndex(prior.fOldestValidIndex) in SaveRecord()
801 , fStackOp(prior.fStackOp) in SaveRecord()
802 , fState(prior.fState) in SaveRecord()
804 // If the prior record never needed a mask, this one will insert into the same index in SaveRecord()
806 SkASSERT(startingMaskIndex >= prior.fStartingMaskIndex); in SaveRecord()
807 // The same goes for elements (the prior coul in SaveRecord()
[all...]
/third_party/icu/icu4c/source/common/
H A Dicuplug.cpp254 uplug_nextPlug(UPlugData *prior) { in uplug_nextPlug() argument
255 if(prior==NULL) { in uplug_nextPlug()
258 UPlugData *nextPlug = &prior[1]; in uplug_nextPlug()
/third_party/node/deps/icu-small/source/common/
H A Dicuplug.cpp254 uplug_nextPlug(UPlugData *prior) { in uplug_nextPlug() argument
255 if(prior==nullptr) { in uplug_nextPlug()
258 UPlugData *nextPlug = &prior[1]; in uplug_nextPlug()
/third_party/skia/third_party/externals/icu/source/common/
H A Dicuplug.cpp254 uplug_nextPlug(UPlugData *prior) { in uplug_nextPlug() argument
255 if(prior==NULL) { in uplug_nextPlug()
258 UPlugData *nextPlug = &prior[1]; in uplug_nextPlug()
/third_party/python/Lib/
H A Dprofile.py6 # Based on prior profile module by Sjoerd Mullender...
360 def __init__(self, code, prior):
362 self.f_back = prior
/third_party/skia/src/gpu/
H A DGrDrawingManager.cpp561 if (auto prior = this->getLastRenderTask(proxy)) { in getLastRenderTask()
562 SkASSERT(prior->isClosed() || prior == task); in getLastRenderTask()
/third_party/ninja/misc/
H A Dninja.vim25 " optional whitespace), as long as the prior line didn't end with a $

Completed in 39 milliseconds

123