Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/windowscodecs/
H A Dstream.c751 ULARGE_INTEGER newpos; in test_StreamOnIStream() local
792 ok(newpos.QuadPart == 0, "Unexpected position %s.\n", wine_dbgstr_longlong(newpos.QuadPart)); in test_StreamOnIStream()
802 newpos.u.LowPart = 0xdeadbeef; in test_StreamOnIStream()
812 newpos.u.LowPart = 0xdeadbeef; in test_StreamOnIStream()
918 newpos.u.HighPart = 0; in test_StreamOnIStream()
923 newpos.u.HighPart = 0; in test_StreamOnIStream()
928 newpos.u.HighPart = 0; in test_StreamOnIStream()
933 newpos.QuadPart = 0; in test_StreamOnIStream()
937 newpos.QuadPart = -10; in test_StreamOnIStream()
942 newpos.u.HighPart = 0; in test_StreamOnIStream()
[all …]
/reactos/dll/directx/wine/quartz/
H A Dwaveparser.c200 LONGLONG newpos, curpos, endpos, bytepos; in WAVEParserImpl_seek() local
202 newpos = This->Parser.sourceSeeking.llCurrent; in WAVEParserImpl_seek()
205 bytepos = duration_to_bytepos(This, newpos); in WAVEParserImpl_seek()
207 if (newpos > endpos) in WAVEParserImpl_seek()
209 …esting position %x%08x beyond end of stream %x%08x\n", (DWORD)(newpos>>32), (DWORD)newpos, (DWORD)… in WAVEParserImpl_seek()
213 if (curpos/1000000 == newpos/1000000) in WAVEParserImpl_seek()
215 …ng position %x%08x same as current position %x%08x\n", (DWORD)(newpos>>32), (DWORD)newpos, (DWORD)… in WAVEParserImpl_seek()
229 IPin_NewSegment(victim, newpos, endpos, pPin->dRate); in WAVEParserImpl_seek()
H A Dmpegsplit.c646 LONGLONG newpos, timepos, bytepos; in MPEGSplitter_seek() local
650 newpos = This->Parser.sourceSeeking.llCurrent; in MPEGSplitter_seek()
651 if (This->position/1000000 == newpos/1000000) in MPEGSplitter_seek()
653 …ng position %x%08x same as current position %x%08x\n", (DWORD)(newpos>>32), (DWORD)newpos, (DWORD)… in MPEGSplitter_seek()
676 if (hr != S_OK || duration > newpos) in MPEGSplitter_seek()
698 This->position = newpos; in MPEGSplitter_seek()
H A Davisplit.c1289 LONGLONG newpos, endpos; in AVISplitter_seek() local
1292 newpos = This->Parser.sourceSeeking.llCurrent; in AVISplitter_seek()
1295 if (newpos > endpos) in AVISplitter_seek()
1297 …esting position %x%08x beyond end of stream %x%08x\n", (DWORD)(newpos>>32), (DWORD)newpos, (DWORD)… in AVISplitter_seek()
1301 …FIXME("Moving position to %u.%03u s!\n", (DWORD)(newpos / 10000000), (DWORD)((newpos / 10000)%1000… in AVISplitter_seek()
1316 wanted_frames = newpos; in AVISplitter_seek()
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Drope_test.cpp175 int newpos = pos; in test_saved_rope_iterators() local
179 CPPUNIT_ASSERT(*i == expected[newpos]); in test_saved_rope_iterators()
181 ++newpos; in test_saved_rope_iterators()
/reactos/dll/3rdparty/libtirpc/src/
H A Dxdr_rec.c383 char *newpos; local
389 newpos = rstrm->out_finger - delta;
390 if ((newpos > (char *)(void *)(rstrm->frag_header)) &&
391 (newpos < rstrm->out_boundry)) {
392 rstrm->out_finger = newpos;
398 newpos = rstrm->in_finger - delta;
400 (newpos <= rstrm->in_boundry) &&
401 (newpos >= rstrm->in_base)) {
402 rstrm->in_finger = newpos;
/reactos/dll/win32/itss/
H A Dstorage.c736 LONGLONG newpos; in ITSS_IStream_Seek() local
741 newpos = This->addr; in ITSS_IStream_Seek()
745 newpos = This->addr + dlibMove.QuadPart; in ITSS_IStream_Seek()
748 newpos = dlibMove.QuadPart; in ITSS_IStream_Seek()
751 newpos = This->ui.length + dlibMove.QuadPart; in ITSS_IStream_Seek()
755 if( ( newpos < 0 ) || ( newpos > This->ui.length ) ) in ITSS_IStream_Seek()
758 This->addr = newpos; in ITSS_IStream_Seek()
/reactos/dll/win32/ole32/
H A Dfilelockbytes.c298 LARGE_INTEGER newpos; in FileLockBytesImpl_SetSize() local
302 newpos.QuadPart = newSize.QuadPart; in FileLockBytesImpl_SetSize()
303 if (SetFilePointerEx(This->hfile, newpos, NULL, FILE_BEGIN)) in FileLockBytesImpl_SetSize()
H A Drpc.c1813 ULARGE_INTEGER newpos; in RPC_GetLocalClassObject() local
1874 hres = IStream_Seek(pStm,seekto,STREAM_SEEK_SET,&newpos); in RPC_GetLocalClassObject()
1908 ULARGE_INTEGER newpos; in local_server_thread() local
1949 hres = IStream_Seek(pStm,seekto,STREAM_SEEK_SET,&newpos); in local_server_thread()
H A Dusrmarshal.c2501 ULARGE_INTEGER newpos; in IStream_Seek_Proxy() local
2506 hr = IStream_RemoteSeek_Proxy(This, dlibMove, dwOrigin, &newpos); in IStream_Seek_Proxy()
2507 if(plibNewPosition) *plibNewPosition = newpos; in IStream_Seek_Proxy()
/reactos/sdk/lib/3rdparty/libmpg123/
H A Dlfs_wrap.c588 off_t newpos; in fallback_lseek() local
589 newpos = lseek(fd, offset, whence); in fallback_lseek()
590 newpos_long = newpos; in fallback_lseek()
591 if(newpos_long == newpos) in fallback_lseek()
/reactos/dll/directx/wine/dsound/
H A Dbuffer.c588 DWORD newpos) in IDirectSoundBufferImpl_SetCurrentPosition() argument
594 TRACE("(%p,%d)\n",This,newpos); in IDirectSoundBufferImpl_SetCurrentPosition()
602 newpos %= This->buflen; in IDirectSoundBufferImpl_SetCurrentPosition()
603 newpos -= newpos%This->pwfx->nBlockAlign; in IDirectSoundBufferImpl_SetCurrentPosition()
604 This->sec_mixpos = newpos; in IDirectSoundBufferImpl_SetCurrentPosition()
615 else if (oldpos != newpos) in IDirectSoundBufferImpl_SetCurrentPosition()
617 This->buf_mixpos = DSOUND_secpos_to_bufpos(This, newpos, 0, NULL); in IDirectSoundBufferImpl_SetCurrentPosition()
H A Dprimary.c955 LPDIRECTSOUNDBUFFER iface,DWORD newpos in PrimaryBufferImpl_SetCurrentPosition() argument
958 TRACE("(%p,%d)\n",This,newpos); in PrimaryBufferImpl_SetCurrentPosition()
/reactos/modules/rostests/winetests/ole32/
H A Dhglobalstream.c523 ULARGE_INTEGER newpos; in stream_info() local
541 hr = IStream_Seek(stream, offset, STREAM_SEEK_CUR, &newpos); in stream_info()
543 ok(!newpos.HighPart, "unexpected %#x\n", newpos.HighPart); in stream_info()
544 *pos = newpos.LowPart; in stream_info()
/reactos/dll/win32/msi/
H A Dmedia.c249 ULARGE_INTEGER newpos; in cabinet_seek_stream() local
253 hr = IStream_Seek( stm, move, seektype, &newpos ); in cabinet_seek_stream()
256 if (newpos.QuadPart <= MAXLONG) return newpos.QuadPart; in cabinet_seek_stream()
/reactos/dll/win32/mciqtz32/
H A Dmciqtz.c468 LONGLONG newpos; in MCIQTZ_mciSeek() local
482 newpos = 0; in MCIQTZ_mciSeek()
494 …hr = IMediaSeeking_SetPositions(wma->seek, &newpos, AM_SEEKING_AbsolutePositioning, NULL, AM_SEEKI… in MCIQTZ_mciSeek()
/reactos/win32ss/user/ntuser/
H A Dwinpos.c3143 … PCVR newpos = ExAllocatePoolWithTag(PagedPool, pDWP->ccvrAlloc * 2 * sizeof(CVR), USERTAG_SWP); in IntDeferWindowPos() local
3144 if (!newpos) in IntDeferWindowPos()
3149 RtlZeroMemory(newpos, pDWP->ccvrAlloc * 2 * sizeof(CVR)); in IntDeferWindowPos()
3150 RtlCopyMemory(newpos, pDWP->acvr, pDWP->ccvrAlloc * sizeof(CVR)); in IntDeferWindowPos()
3153 pDWP->acvr = newpos; in IntDeferWindowPos()
/reactos/modules/rostests/winetests/mlang/
H A Dmlang.c2371 ULARGE_INTEGER *newpos) in stream_Seek() argument
2380 if (newpos) newpos->QuadPart = stream_pos; in stream_Seek()
/reactos/dll/win32/winhttp/
H A Drequest.c4450 …SULT WINAPI stream_Seek( IStream *iface, LARGE_INTEGER move, DWORD origin, ULARGE_INTEGER *newpos ) in stream_Seek() argument
4461 if (newpos) newpos->QuadPart = stream->pos.QuadPart; in stream_Seek()