Searched refs:delta (Results 1 - 6 of 6) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DCtrl.h64 #define TS_ADVANCE(currTime,expTime,delta) (expTime = currTime + (delta))
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DCtrl.h73 #define TS_ADVANCE(currTime,expTime,delta) (expTime = currTime + (delta))
H A DRateAdaptation.h55 #define TS_ADVANCE(currTime,expTime,delta) (expTime = currTime + (delta))
/system/core/libcutils/
H A Dtztime.c187 static int increment_overflow P((int * number, int delta));
189 static int long_increment_overflow P((long * number, int delta));
1580 increment_overflow(number, delta)
1582 int delta;
1585 unsigned number1 = (unsigned)(number0 + delta);
1589 if (delta >= 0) {
1597 long_increment_overflow(number, delta)
1599 int delta;
1602 unsigned long number1 = (unsigned long)(number0 + delta);
1606 if (delta >
[all...]
/system/core/toolbox/
H A Dnewfs_msdos.c415 off_t delta; local
421 delta = bpb.bsec % bpb.spt;
422 if (delta != 0) {
424 (int)delta, bpb.bsec, bpb.spt);
425 bpb.bsec -= delta;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A DsiteMgr.c1097 UINT32 delta; local
1306 delta = os_timeStampMs(pSiteMgr->hOs) - pPrimarySite->dtimTimeStamp;
1307 if(delta < dtimInterval)
1308 delta = 0;
1309 pParam->content.siteMgrNextDtimTimeStamp = pPrimarySite->dtimTimeStamp + dtimInterval + delta;
1311 ("Get DTIM - dtimTimeStamp=%d, dtimInterval=%d, delta=%d\n",
1312 pPrimarySite->dtimTimeStamp, dtimInterval, delta));

Completed in 225 milliseconds