Searched refs:lastPos (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/filesystems/udfs/Include/ |
H A D | wcache_lib.cpp | 609 MyCheckArray(List, lastPos+offs+(*BlockCount)-lastPos-1); in WCacheInsertRangeToList() 611 … DbgMoveMemory(&(List[lastPos+offs]), &(List[lastPos]), ((*BlockCount) - lastPos) * sizeof(ULONG)); in WCacheInsertRangeToList() 688 … DbgMoveMemory(&(List[lastPos-offs]), &(List[lastPos]), ((*BlockCount) - lastPos) * sizeof(ULONG)); in WCacheRemoveRangeFromList() 712 if(!lastPos || (lastPos && (List[lastPos-1] != Lba))) in WCacheRemoveItemFromList() 716 DbgMoveMemory(&(List[lastPos-1]), &(List[lastPos]), ((*BlockCount) - lastPos) * sizeof(ULONG)); in WCacheRemoveItemFromList() 1375 ULONG lastPos; in WCacheCheckLimitsRW() local 1543 ULONG lastPos, in WCacheFlushBlocksRAM() argument 1645 ULONG lastPos; in WCacheCheckLimitsRAM() local 1772 ULONG lastPos; in WCachePurgeAllRAM() local 1820 ULONG lastPos; in WCacheFlushAllRAM() local [all …]
|
/reactos/dll/win32/mcicda/ |
H A D | mcicda.c | 110 DWORD lastPos, curPos, endPos, br; in MCICDA_playLoop() local 122 curPos = lastPos = 0; in MCICDA_playLoop() 124 while (SUCCEEDED(hr) && endPos != lastPos && in MCICDA_playLoop() 127 if ((curPos-lastPos+caps.dwBufferBytes)%caps.dwBufferBytes < fragLen) { in MCICDA_playLoop() 137 … hr = IDirectSoundBuffer_Lock(wmcda->dsBuf, lastPos, fragLen, &cdData, &lockLen, NULL, NULL, 0); in MCICDA_playLoop() 144 … hr = IDirectSoundBuffer_Lock(wmcda->dsBuf, lastPos, fragLen, &cdData, &lockLen, NULL, NULL, 0); in MCICDA_playLoop() 153 if(endPos == ~0u) endPos = lastPos; in MCICDA_playLoop() 160 lastPos += fragLen; in MCICDA_playLoop() 161 lastPos %= caps.dwBufferBytes; in MCICDA_playLoop()
|