/external/qemu/ |
D | tap-win32.c | 109 static tun_buffer_t* get_buffer_from_free_list(tap_win32_overlapped_t* const overlapped) in get_buffer_from_free_list() argument 112 WaitForSingleObject(overlapped->free_list_semaphore, INFINITE); in get_buffer_from_free_list() 113 EnterCriticalSection(&overlapped->free_list_cs); in get_buffer_from_free_list() 114 buffer = overlapped->free_list; in get_buffer_from_free_list() 116 overlapped->free_list = buffer->next; in get_buffer_from_free_list() 117 LeaveCriticalSection(&overlapped->free_list_cs); in get_buffer_from_free_list() 122 static void put_buffer_on_free_list(tap_win32_overlapped_t* const overlapped, tun_buffer_t* const b… in put_buffer_on_free_list() argument 124 EnterCriticalSection(&overlapped->free_list_cs); in put_buffer_on_free_list() 125 buffer->next = overlapped->free_list; in put_buffer_on_free_list() 126 overlapped->free_list = buffer; in put_buffer_on_free_list() [all …]
|
/external/chromium/net/base/ |
D | file_stream_win.cc | 23 static void SetOffset(OVERLAPPED* overlapped, const LARGE_INTEGER& offset) { in SetOffset() argument 24 overlapped->Offset = offset.LowPart; in SetOffset() 25 overlapped->OffsetHigh = offset.HighPart; in SetOffset() 28 static void IncrementOffset(OVERLAPPED* overlapped, DWORD count) { in IncrementOffset() argument 30 offset.LowPart = overlapped->Offset; in IncrementOffset() 31 offset.HighPart = overlapped->OffsetHigh; in IncrementOffset() 33 SetOffset(overlapped, offset); in IncrementOffset() 63 OVERLAPPED* overlapped() { return &context_.overlapped; } in overlapped() function in net::FileStream::AsyncContext 112 IncrementOffset(&context->overlapped, bytes_read); in OnIOCompleted() 197 SetOffset(async_context_->overlapped(), result); in Seek() [all …]
|
/external/chromium/base/ |
D | platform_file_win.cc | 120 OVERLAPPED overlapped = {0}; in ReadPlatformFile() local 121 overlapped.Offset = offset_li.LowPart; in ReadPlatformFile() 122 overlapped.OffsetHigh = offset_li.HighPart; in ReadPlatformFile() 125 if (::ReadFile(file, data, size, &bytes_read, &overlapped) != 0) in ReadPlatformFile() 142 OVERLAPPED overlapped = {0}; in WritePlatformFile() local 143 overlapped.Offset = offset_li.LowPart; in WritePlatformFile() 144 overlapped.OffsetHigh = offset_li.HighPart; in WritePlatformFile() 147 if (::WriteFile(file, data, size, &bytes_written, &overlapped) != 0) in WritePlatformFile()
|
D | message_pump_win.cc | 528 OVERLAPPED* overlapped = NULL; in GetIOItem() local 530 &overlapped, timeout)) { in GetIOItem() 531 if (!overlapped) in GetIOItem() 538 item->context = reinterpret_cast<IOContext*>(overlapped); in GetIOItem()
|
D | message_pump_win.h | 313 OVERLAPPED overlapped; member
|
D | message_loop_unittest.cc | 1231 OVERLAPPED* context() { return &context_.overlapped; } in context()
|
/external/qemu/block/ |
D | raw-win32.c | 80 DWORD overlapped; in raw_open() local 90 overlapped = FILE_ATTRIBUTE_NORMAL; in raw_open() 92 overlapped |= FILE_FLAG_NO_BUFFERING | FILE_FLAG_WRITE_THROUGH; in raw_open() 94 overlapped |= FILE_FLAG_WRITE_THROUGH; in raw_open() 97 OPEN_EXISTING, overlapped, NULL); in raw_open() 319 DWORD overlapped; in hdev_open() local 344 overlapped = FILE_ATTRIBUTE_NORMAL; in hdev_open() 346 overlapped |= FILE_FLAG_NO_BUFFERING | FILE_FLAG_WRITE_THROUGH; in hdev_open() 348 overlapped |= FILE_FLAG_WRITE_THROUGH; in hdev_open() 351 create_flags, overlapped, NULL); in hdev_open()
|
/external/chromium/net/disk_cache/ |
D | file_win.cc | 20 OVERLAPPED* overlapped() { in overlapped() function 21 return &context_.overlapped; in overlapped() 60 context_.overlapped.Offset = static_cast<DWORD>(offset); in MyOverlapped() 176 if (!ReadFile(platform_file_, buffer, size, &actual, data->overlapped())) { in Read() 216 if (!WriteFile(platform_file_, buffer, size, &actual, data->overlapped())) { in AsyncWrite()
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_ndis.c | 98 OVERLAPPED overlapped; in l2_packet_send() local 108 os_memset(&overlapped, 0, sizeof(overlapped)); in l2_packet_send() 109 o = &overlapped; in l2_packet_send() 137 driver_ndis_get_ndisuio_handle(), &overlapped, in l2_packet_send()
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
D | l2_packet_ndis.c | 104 OVERLAPPED overlapped; in l2_packet_send() local 114 os_memset(&overlapped, 0, sizeof(overlapped)); in l2_packet_send() 115 o = &overlapped; in l2_packet_send()
|
/external/chromium/net/tools/dump_cache/ |
D | upgrade.cc | 173 &out_context_.overlapped)) { in SendMsg() 184 &in_context_.overlapped)) { in ReceiveMsg() 193 if (!ConnectNamedPipe(channel_, &in_context_.overlapped)) { in ConnectChannel()
|
/external/libvorbis/doc/ |
D | 01-introduction.tex | 351 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
|
D | 04-codec.tex | 578 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/oprofile/events/ppc64/power6/ |
D | events | 730 …UE_DIV_SQRT_OVERLAP_GRP118 : (Group 118 pm_fpu_issue2) FPU divide/sqrt overlapped with other divid… 736 …UE_DIV_SQRT_OVERLAP_GRP119 : (Group 119 pm_fpu_issue3) FPU divide/sqrt overlapped with other divid…
|
/external/oprofile/events/ppc64/power7/ |
D | events | 328 …rder and they have byte overlap and there was a snoop in between to an overlapped byte. Combined … 350 …rder and they have byte overlap and there was a snoop in between to an overlapped byte. Combined … 351 …ted out of order and they have byte overlap and there was a snoop in between to an overlapped byte. 352 …ted out of order and they have byte overlap and there was a snoop in between to an overlapped byte. 1856 …ted out of order and they have byte overlap and there was a snoop in between to an overlapped byte.
|
/external/llvm/lib/Target/ |
D | README.txt | 2210 We don't fold this because we don't want to introduce an overlapped live range
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 4116 Fix for 3274144, floats in Help Viewer overlapped when they shouldn't have.
|
D | ChangeLog-2010-12-06 | 16245 compositing/iframes/overlapped-nested-iframes.html 20097 overlapped. However, a nested iframe could still try to use fast scrolling 20098 when its parent is overlapped, which could result in bad rendering. 23526 prevents marking RenderWidgets as being overlapped unnecessarily. 71464 If an iframe with composited content became overlapped, we failed to 71479 Test: compositing/iframes/become-overlapped-iframe.html
|
D | ChangeLog-2010-01-29 | 37075 Allow a frame to go back to copy-on-scroll when it ceases being overlapped 37079 being overlapped. 37083 reason besides being overlapped that the frame would need to fully repaint on scroll.
|
D | ChangeLog-2011-02-16 | 46759 fast/spatial-navigation/snav-imagemap-overlapped-areas.html
|
D | ChangeLog-2010-05-24 | 9159 … compositing out of iframes on Mac in two situations: 1) when the FrameView is overlapped, and 2)
|
D | ChangeLog-2005-08-23 | 26268 two lines overlapped.
|
D | ChangeLog-2009-06-16 | 17002 they are not overlapped.
|