Searched refs:overlapped (Results 1 - 10 of 10) sorted by relevance

/external/deqp/execserver/
H A DxsWin32TestProcess.cpp133 OVERLAPPED overlapped; local
136 deMemset(&overlapped, 0, sizeof(overlapped));
137 overlapped.hEvent = ioEvent.getHandle();
145 if (!WriteFile(m_dst, &m_caseList[curPos], (DWORD)numToWrite, NULL, &overlapped))
159 if (!GetOverlappedResult(m_dst, &overlapped, &numBytesWritten, FALSE))
228 OVERLAPPED overlapped; local
232 deMemset(&overlapped, 0, sizeof(overlapped));
233 overlapped
[all...]
/external/lzma/CPP/Windows/
H A DFileIO.h69 LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped) const
72 outBuffer, outSize, bytesReturned, overlapped));
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_ndis.c13 * WinXP version of the code uses overlapped I/O and a single threaded design
98 OVERLAPPED overlapped; local
108 os_memset(&overlapped, 0, sizeof(overlapped));
109 o = &overlapped;
137 driver_ndis_get_ndisuio_handle(), &overlapped,
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_ndis.c13 * WinXP version of the code uses overlapped I/O and a single threaded design
98 OVERLAPPED overlapped; local
108 os_memset(&overlapped, 0, sizeof(overlapped));
109 o = &overlapped;
137 driver_ndis_get_ndisuio_handle(), &overlapped,
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_ndis.c13 * WinXP version of the code uses overlapped I/O and a single threaded design
98 OVERLAPPED overlapped; local
108 os_memset(&overlapped, 0, sizeof(overlapped));
109 o = &overlapped;
137 driver_ndis_get_ndisuio_handle(), &overlapped,
/external/libvorbis/doc/
H A D01-introduction.tex351 requirements, overlapped 50\% with the output of the previous frame and
493 Windowed MDCT output is overlapped and added with the right hand data
509 The overlapped portion produced from overlapping the previous and
514 overlapped portions. When overlapping a short and long window, much of
H A D04-codec.tex578 Windowed MDCT output is overlapped and added with the right hand data
581 \xref{vorbis:spec:window}). The overlapped portion
586 one-half block consisting of and only of the overlapped portions. When
/external/vboot_reference/tests/
H A Dcgptlib_test.c737 /* Test if overlapped partition tables can be detected. */
745 int overlapped; member in struct:__anon16888
808 EXPECT(cases[i].overlapped == CheckEntries(e, h));
/external/sqlite/dist/orig/
H A Dsqlite3.c35721 OVERLAPPED overlapped; /* The offset for ReadFile. */ local
35839 OVERLAPPED overlapped; /* The offset for WriteFile. */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c35739 OVERLAPPED overlapped; /* The offset for ReadFile. */ local
35857 OVERLAPPED overlapped; /* The offset for WriteFile. */ local
[all...]

Completed in 604 milliseconds