Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/wine/
H A Dlzexpand.c347 int howmuch; in LZRead() local
353 howmuch=toread; in LZRead()
367 return toread-howmuch; \ in LZRead()
372 return toread-howmuch; \ in LZRead()
377 return toread-howmuch; \ in LZRead()
379 return toread-howmuch; \ in LZRead()
422 while (howmuch) { in LZRead()
426 howmuch--; in LZRead()
/reactos/dll/directx/wine/dsound/
H A Dcapture.c87 DWORD howmuch, in IDirectSoundCaptureNotifyImpl_SetNotificationPositions() argument
91 TRACE("(%p,0x%08x,%p)\n",This,howmuch,notify); in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
93 if (howmuch > 0 && notify == NULL) { in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
100 for (i=0;i<howmuch;i++) in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
107 hres = IDsDriverNotify_SetNotificationPositions(This->dscb->hwnotify, howmuch, notify); in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
111 } else if (howmuch > 0) { in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
116 This->dscb->notifies, howmuch * sizeof(DSBPOSITIONNOTIFY)); in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
119 howmuch * sizeof(DSBPOSITIONNOTIFY)); in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
125 CopyMemory(This->dscb->notifies, notify, howmuch * sizeof(DSBPOSITIONNOTIFY)); in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
126 This->dscb->nrofnotifies = howmuch; in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
H A Dbuffer.c78 LPDIRECTSOUNDNOTIFY iface,DWORD howmuch,LPCDSBPOSITIONNOTIFY notify in IDirectSoundNotifyImpl_SetNotificationPositions() argument
81 TRACE("(%p,0x%08x,%p)\n",This,howmuch,notify); in IDirectSoundNotifyImpl_SetNotificationPositions()
83 if (howmuch > 0 && notify == NULL) { in IDirectSoundNotifyImpl_SetNotificationPositions()
90 for (i=0;i<howmuch;i++) in IDirectSoundNotifyImpl_SetNotificationPositions()
97 hres = IDsDriverNotify_SetNotificationPositions(This->dsb->hwnotify, howmuch, notify); in IDirectSoundNotifyImpl_SetNotificationPositions()
101 } else if (howmuch > 0) { in IDirectSoundNotifyImpl_SetNotificationPositions()
106 howmuch * sizeof(DSBPOSITIONNOTIFY)); in IDirectSoundNotifyImpl_SetNotificationPositions()
112 CopyMemory(This->dsb->notifies, notify, howmuch * sizeof(DSBPOSITIONNOTIFY)); in IDirectSoundNotifyImpl_SetNotificationPositions()
113 This->dsb->nrofnotifies = howmuch; in IDirectSoundNotifyImpl_SetNotificationPositions()
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dopen.c598 URLCopyToken(char *dst, size_t dsize, const char *src, size_t howmuch) in URLCopyToken() argument
607 slim = src + howmuch; in URLCopyToken()