Searched defs:dwSize (Results 1 - 21 of 21) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dsnd_mix.c72 DWORD dwSize,dwSize2; local
87 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
135 pDSBuf->lpVtbl->Unlock(pDSBuf, pbuf, dwSize, NULL, 0);
151 DWORD dwSize,dwSize2; local
174 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
239 pDSBuf->lpVtbl->Unlock(pDSBuf, pbuf, dwSize, NULL, 0);
H A Dsnd_win.c185 DWORD dwSize, dwWrite; local
249 dscaps.dwSize = sizeof(dscaps);
273 dsbuf.dwSize = sizeof(DSBUFFERDESC);
279 dsbcaps.dwSize = sizeof(dsbcaps);
307 dsbuf.dwSize = sizeof(DSBUFFERDESC);
313 dsbcaps.dwSize = sizeof(dsbcaps);
369 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &lpData, &dwSize, NULL, NULL, 0)) != DS_OK)
387 memset(lpData, 0, dwSize);
390 pDSBuf->lpVtbl->Unlock(pDSBuf, lpData, dwSize, NULL, 0);
H A Dsnd_dma.c581 DWORD dwSize; local
588 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pData, &dwSize, NULL, NULL, 0)) != DS_OK)
607 pDSBuf->lpVtbl->Unlock(pDSBuf, pData, dwSize, NULL, 0);
/external/quake/quake/src/WinQuake/
H A Dsnd_mix.cpp80 DWORD dwSize,dwSize2; local
95 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
143 pDSBuf->lpVtbl->Unlock(pDSBuf, pbuf, dwSize, NULL, 0);
159 DWORD dwSize,dwSize2; local
182 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
247 pDSBuf->lpVtbl->Unlock(pDSBuf, pbuf, dwSize, NULL, 0);
H A Dsnd_win.cpp187 DWORD dwSize, dwWrite; local
251 dscaps.dwSize = sizeof(dscaps);
275 dsbuf.dwSize = sizeof(DSBUFFERDESC);
281 dsbcaps.dwSize = sizeof(dsbcaps);
309 dsbuf.dwSize = sizeof(DSBUFFERDESC);
315 dsbcaps.dwSize = sizeof(dsbcaps);
371 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &lpData, &dwSize, NULL, NULL, 0)) != DS_OK)
389 memset(lpData, 0, dwSize);
392 pDSBuf->lpVtbl->Unlock(pDSBuf, lpData, dwSize, NULL, 0);
H A Dsnd_dma.cpp585 DWORD dwSize; local
592 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pData, &dwSize, NULL, NULL, 0)) != DS_OK)
611 pDSBuf->lpVtbl->Unlock(pDSBuf, pData, dwSize, NULL, 0);
/external/webkit/Source/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp102 LPVOID MemoryManager::virtualAlloc(LPVOID lpAddress, DWORD dwSize, DWORD flAllocationType, DWORD flProtect) argument
104 return ::VirtualAlloc(lpAddress, dwSize, flAllocationType, flProtect);
107 BOOL MemoryManager::virtualFree(LPVOID lpAddress, DWORD dwSize, DWORD dwFreeType) argument
109 return ::VirtualFree(lpAddress, dwSize, dwFreeType);
/external/expat/xmlwf/
H A Dxmlwin32url.cxx142 DWORD dwSize,
179 while (totalRead_ < dwSize) {
181 DWORD nToRead = dwSize - totalRead_;
196 && totalRead_ == dwSize)) {
141 OnDataAvailable(DWORD grfBSCF, DWORD dwSize, FORMATETC *pfmtetc, STGMEDIUM* pstgmed) argument
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Ddplay.h47 DWORD dwSize; member in struct:_DPCAPS
66 DWORD dwSize; member in struct:__anon9076
H A Ddsound.h54 DWORD dwSize; member in struct:_DSCAPS
83 DWORD dwSize; member in struct:_DSBCAPS
92 DWORD dwSize; member in struct:_DSBUFFERDESC
H A Dd3dcaps.h23 DWORD dwSize; member in struct:_D3DTRANSFORMCAPS
32 DWORD dwSize; member in struct:_D3DLIGHTINGCAPS
50 DWORD dwSize; member in struct:_D3DPrimCaps
182 DWORD dwSize; /* Size of D3DDEVICEDESC structure */ member in struct:_D3DDeviceDesc
249 DWORD dwSize; member in struct:_D3DFINDDEVICESEARCH
259 DWORD dwSize; member in struct:_D3DFINDDEVICERESULT
269 DWORD dwSize; /* size of this structure */ member in struct:_D3DExecuteBufferDesc
H A Ddinput.h112 DWORD dwSize; member in struct:_DIDEVCAPS
149 DWORD dwSize; member in struct:_DIDATAFORMAT
165 DWORD dwSize; member in struct:DIDEVICEOBJECTINSTANCEA
173 DWORD dwSize; member in struct:DIDEVICEOBJECTINSTANCEW
200 DWORD dwSize; member in struct:DIPROPHEADER
262 DWORD dwSize; member in struct:DIDEVICEINSTANCEA
270 DWORD dwSize; member in struct:DIDEVICEINSTANCEW
H A Dd3dtypes.h315 DWORD dwSize; member in struct:_D3DVIEWPORT
416 DWORD dwSize; member in struct:_D3DTRANSFORMDATA
440 DWORD dwSize; member in struct:_D3DMATERIAL
477 DWORD dwSize; member in struct:_D3DLIGHT
492 DWORD dwSize; member in struct:_D3DLIGHTDATA
916 DWORD dwSize; member in struct:_D3DSTATS
933 DWORD dwSize; member in struct:_D3DEXECUTEDATA
H A Dddraw.h125 DWORD dwSize; // size of structure member in struct:_DDBLTFX
191 DWORD dwSize; // size of the DDDRIVERCAPS structure member in struct:_DDCAPS
253 DWORD dwSize; // size of structure member in struct:_DDPIXELFORMAT
292 DWORD dwSize; // size of structure member in struct:_DDOVERLAYFX
727 DWORD dwSize; // size of the DDSURFACEDESC structure member in struct:_DDSURFACEDESC
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DDPLAY.H47 DWORD dwSize; member in struct:_DPCAPS
66 DWORD dwSize; member in struct:__anon9259
H A DDSOUND.H54 DWORD dwSize; member in struct:_DSCAPS
83 DWORD dwSize; member in struct:_DSBCAPS
92 DWORD dwSize; member in struct:_DSBUFFERDESC
H A DD3DCAPS.H23 DWORD dwSize; member in struct:_D3DTRANSFORMCAPS
32 DWORD dwSize; member in struct:_D3DLIGHTINGCAPS
50 DWORD dwSize; member in struct:_D3DPrimCaps
182 DWORD dwSize; /* Size of D3DDEVICEDESC structure */ member in struct:_D3DDeviceDesc
249 DWORD dwSize; member in struct:_D3DFINDDEVICESEARCH
259 DWORD dwSize; member in struct:_D3DFINDDEVICERESULT
269 DWORD dwSize; /* size of this structure */ member in struct:_D3DExecuteBufferDesc
H A DDINPUT.H112 DWORD dwSize; member in struct:_DIDEVCAPS
149 DWORD dwSize; member in struct:_DIDATAFORMAT
165 DWORD dwSize; member in struct:DIDEVICEOBJECTINSTANCEA
173 DWORD dwSize; member in struct:DIDEVICEOBJECTINSTANCEW
200 DWORD dwSize; member in struct:DIPROPHEADER
262 DWORD dwSize; member in struct:DIDEVICEINSTANCEA
270 DWORD dwSize; member in struct:DIDEVICEINSTANCEW
H A DD3DTYPES.H315 DWORD dwSize; member in struct:_D3DVIEWPORT
416 DWORD dwSize; member in struct:_D3DTRANSFORMDATA
440 DWORD dwSize; member in struct:_D3DMATERIAL
477 DWORD dwSize; member in struct:_D3DLIGHT
492 DWORD dwSize; member in struct:_D3DLIGHTDATA
916 DWORD dwSize; member in struct:_D3DSTATS
933 DWORD dwSize; member in struct:_D3DEXECUTEDATA
H A DDDRAW.H125 DWORD dwSize; // size of structure member in struct:_DDBLTFX
191 DWORD dwSize; // size of the DDDRIVERCAPS structure member in struct:_DDCAPS
253 DWORD dwSize; // size of structure member in struct:_DDPIXELFORMAT
292 DWORD dwSize; // size of structure member in struct:_DDOVERLAYFX
727 DWORD dwSize; // size of the DDSURFACEDESC structure member in struct:_DDSURFACEDESC
/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc884 list.dwSize = sizeof(list);
890 DWORD dwSize = sizeof(list);
893 &dwSize)) {
927 DWORD dwSize = sizeof(buffer); local
929 if (!InternetQueryOption(0, INTERNET_OPTION_PROXY, info, &dwSize)) {

Completed in 222 milliseconds