Home
last modified time | relevance | path

Searched refs:bitAdded (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1280 FILLP_ULLONG bitAdded; in SpungeTokenTimerCb() local
1302 bitAdded = (FILLP_ULLONG)(inst->curTime - stb->lastTime) * (FILLP_ULLONG)stb->rate; in SpungeTokenTimerCb()
1304 tokens = (FILLP_UINT32)((bitAdded / (FILLP_ULLONG)FILLP_BPS_TO_KBPS) >> BIT_MOVE_CNT); in SpungeTokenTimerCb()