/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_cc.c | 210 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 D | Path_IsCubicDegenerate.cpp | 9 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 D | SkClipStack.cpp | 375 // 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 D | rdrand_sanitytest.c | 27 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 D | SkOpEdgeBuilder.cpp | 300 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 D | SkOpSegment.cpp | 291 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 D | SkOpContour.h | 136 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 D | SkPathOpsTSect.cpp | 56 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 D | SkPathWriter.cpp | 353 SkPoint prior, next; in assemble() local 354 if (!fPathPtr->getLastPt(&prior)) { in assemble() 362 if (prior != next) { in assemble()
|
/device/qemu/riscv32_virt/liteos_m/board/ |
H A D | riscv_hal.c | 45 VOID HalSetLocalInterPri(UINT32 interPriNum, UINT16 prior) in HalSetLocalInterPri() argument 47 PlicIrqSetPrio(interPriNum, prior); in HalSetLocalInterPri()
|
/third_party/pulseaudio/speex/tmv/ |
H A D | preprocess_tm.h | 21 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 D | config-win32.h | 360 # 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 \
|
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_prioq.c | 137 int prior; in snd_seq_prioq_cell_in() local 143 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in() 150 if (f->tail && !prior) { in snd_seq_prioq_cell_in() 174 else if (rel == 0 && prior) in snd_seq_prioq_cell_in() 175 /* equal schedule time and prior to others */ in snd_seq_prioq_cell_in()
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_prioq.c | 137 int prior; in snd_seq_prioq_cell_in() local 143 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in() 150 if (f->tail && !prior) { in snd_seq_prioq_cell_in() 174 else if (rel == 0 && prior) in snd_seq_prioq_cell_in() 175 /* equal schedule time and prior to others */ in snd_seq_prioq_cell_in()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | preprocess.c | 19 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...] |
/kernel/uniproton/src/core/kernel/irq/ |
H A D | prt_irq_internal.h | 68 HwiPrior prior; member 170 form->prior = hwiPrio; in OsHwiAttrSet()
|
/device/qemu/riscv32_virt/liteos_m/board/include/ |
H A D | riscv_hal.h | 39 extern VOID HalSetLocalInterPri(UINT32 vector, UINT16 prior);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmutils.c | 23 * other than the GPL, without Broadcom's express prior written consent. 2096 struct bcm_dbgobj *prior; member 2127 bcm_dbg_objs[i].prior = (i == 0) ? in bcm_object_trace_init() 2152 *tail = (*tail)->prior; in bcm_object_rm_list() 2154 dbgobj->next->prior = dbgobj->prior; in bcm_object_rm_list() 2155 dbgobj->prior->next = dbgobj->next; in bcm_object_rm_list() 2166 dbgobj->prior = dbgobj; in bcm_object_add_list() 2169 (*head)->prior = dbgobj; in bcm_object_add_list() 2171 dbgobj->prior in bcm_object_add_list() [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_sched.c | 1329 /* 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()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | call_event.c | 51 s8 prior = rxrpc_ack_priority[ack_reason]; in __rxrpc_propose_ACK() local 64 _debug("prior %u %u vs %u %u", in __rxrpc_propose_ACK() 65 ack_reason, prior, in __rxrpc_propose_ACK() 74 } else if (prior > rxrpc_ack_priority[call->ackr_reason]) { in __rxrpc_propose_ACK()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | icuplug.h | 336 * @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 D | icuplug.h | 340 * @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 D | icuplug.h | 336 * @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 D | FuzzDDLThreading.cpp | 143 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 D | af_afftdn.c | 75 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
|