Searched refs:noBytes (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregion.cpp53 DWORD noBytes = ::GetRegionData(data.m_region, 0, NULL); local
54 RGNDATA *rgnData = (RGNDATA*) new char[noBytes];
55 ::GetRegionData(data.m_region, noBytes, rgnData);
56 m_region = ::ExtCreateRegion(NULL, noBytes, rgnData);
398 DWORD noBytes = ::GetRegionData(((wxRegionRefData*)region.m_refData)->m_region, 0, NULL); local
399 RGNDATA *rgnData = (RGNDATA*) new char[noBytes];
400 ::GetRegionData(((wxRegionRefData*)region.m_refData)->m_region, noBytes, rgnData);
H A Dtoplevel.cpp991 DWORD noBytes = ::GetRegionData(GetHrgnOf(region), 0, NULL); local
992 RGNDATA *rgnData = (RGNDATA*) new char[noBytes];
993 ::GetRegionData(GetHrgnOf(region), noBytes, rgnData); local
994 HRGN hrgn = ::ExtCreateRegion(NULL, noBytes, rgnData);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndunix.c610 size_t noBytes; local
612 if ((noBytes = fread(gather_buffer + bufPos, 1,
642 int endPos = bufPos + noBytes;
664 noBytes -= count - 1;
670 dataSources[i].length += noBytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndunix.c610 size_t noBytes; local
612 if ((noBytes = fread(gather_buffer + bufPos, 1,
642 int endPos = bufPos + noBytes;
664 noBytes -= count - 1;
670 dataSources[i].length += noBytes;

Completed in 119 milliseconds