/third_party/weston/tests/ |
D | ivi-layout-test-client.c | 166 struct ivi_window *wnd; in client_create_ivi_window() local 168 wnd = xzalloc(sizeof(*wnd)); in client_create_ivi_window() 169 wnd->wl_surface = wl_compositor_create_surface(client->wl_compositor); in client_create_ivi_window() 170 wnd->ivi_surface = ivi_application_surface_create(iviapp, ivi_id, in client_create_ivi_window() 171 wnd->wl_surface); in client_create_ivi_window() 172 wnd->ivi_id = ivi_id; in client_create_ivi_window() 174 return wnd; in client_create_ivi_window() 178 ivi_window_destroy(struct ivi_window *wnd) in ivi_window_destroy() argument 180 ivi_surface_destroy(wnd->ivi_surface); in ivi_window_destroy() 181 wl_surface_destroy(wnd->wl_surface); in ivi_window_destroy() [all …]
|
/third_party/lwip/src/include/lwip/ |
D | tcp.h | 137 #define RCV_WND_SCALE(pcb, wnd) (((wnd) >> (pcb)->rcv_scale)) argument 138 #define SND_WND_SCALE(pcb, wnd) (((wnd) << (pcb)->snd_scale)) argument 142 #define RCV_WND_SCALE(pcb, wnd) (wnd) argument 143 #define SND_WND_SCALE(pcb, wnd) (wnd) argument 148 #define TCP_WND_INC(wnd, inc) do { \ argument 149 if ((tcpwnd_size_t)(wnd + inc) >= wnd) { \ 150 wnd = (tcpwnd_size_t)(wnd + inc); \ 152 wnd = (tcpwnd_size_t)-1; \
|
/third_party/skia/tools/sk_app/win/ |
D | RasterWindowContext_win.cpp | 39 RasterWindowContext_win::RasterWindowContext_win(HWND wnd, const DisplayParams& params) in RasterWindowContext_win() argument 41 , fWnd(wnd) { in RasterWindowContext_win() 43 GetClientRect(wnd, &rect); in RasterWindowContext_win() 90 std::unique_ptr<WindowContext> MakeRasterForWin(HWND wnd, const DisplayParams& params) { in MakeRasterForWin() argument 91 std::unique_ptr<WindowContext> ctx(new RasterWindowContext_win(wnd, params)); in MakeRasterForWin()
|
D | GLWindowContext_win.cpp | 52 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win() argument 54 , fHWND(wnd) in GLWindowContext_win() 149 std::unique_ptr<WindowContext> MakeGLForWin(HWND wnd, const DisplayParams& params) { in MakeGLForWin() argument 150 std::unique_ptr<WindowContext> ctx(new GLWindowContext_win(wnd, params)); in MakeGLForWin()
|
D | ANGLEWindowContext_win.cpp | 59 ANGLEGLWindowContext_win::ANGLEGLWindowContext_win(HWND wnd, const DisplayParams& params) in ANGLEGLWindowContext_win() argument 60 : INHERITED(params), fHWND(wnd) { in ANGLEGLWindowContext_win() 170 std::unique_ptr<WindowContext> MakeANGLEForWin(HWND wnd, const DisplayParams& params) { in MakeANGLEForWin() argument 171 std::unique_ptr<WindowContext> ctx(new ANGLEGLWindowContext_win(wnd, params)); in MakeANGLEForWin()
|
/third_party/flutter/skia/tools/sk_app/win/ |
D | RasterWindowContext_win.cpp | 39 RasterWindowContext_win::RasterWindowContext_win(HWND wnd, const DisplayParams& params) in RasterWindowContext_win() argument 41 , fWnd(wnd) { in RasterWindowContext_win() 43 GetClientRect(wnd, &rect); in RasterWindowContext_win() 90 std::unique_ptr<WindowContext> MakeRasterForWin(HWND wnd, const DisplayParams& params) { in MakeRasterForWin() argument 91 std::unique_ptr<WindowContext> ctx(new RasterWindowContext_win(wnd, params)); in MakeRasterForWin()
|
D | GLWindowContext_win.cpp | 52 GLWindowContext_win::GLWindowContext_win(HWND wnd, const DisplayParams& params) in GLWindowContext_win() argument 54 , fHWND(wnd) in GLWindowContext_win() 149 std::unique_ptr<WindowContext> MakeGLForWin(HWND wnd, const DisplayParams& params) { in MakeGLForWin() argument 150 std::unique_ptr<WindowContext> ctx(new GLWindowContext_win(wnd, params)); in MakeGLForWin()
|
D | ANGLEWindowContext_win.cpp | 59 ANGLEGLWindowContext_win::ANGLEGLWindowContext_win(HWND wnd, const DisplayParams& params) in ANGLEGLWindowContext_win() argument 60 : INHERITED(params), fHWND(wnd) { in ANGLEGLWindowContext_win() 170 std::unique_ptr<WindowContext> MakeANGLEForWin(HWND wnd, const DisplayParams& params) { in MakeANGLEForWin() argument 171 std::unique_ptr<WindowContext> ctx(new ANGLEGLWindowContext_win(wnd, params)); in MakeANGLEForWin()
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 49 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd() argument 89 tcphdr->wnd = htons(wnd); in tcp_create_segment_wnd() 138 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd) in tcp_create_rx_segment_wnd() argument 141 data, data_len, pcb->rcv_nxt + seqno_offset, pcb->lastack + ackno_offset, headerflags, wnd); in tcp_create_rx_segment_wnd()
|
D | tcp_helper.h | 44 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd);
|
/third_party/skia/src/utils/win/ |
D | SkWGL_win.cpp | 181 HWND wnd; in create_temp_window() local 210 if(!(wnd = CreateWindowEx(exStyle, in create_temp_window() 223 ShowWindow(wnd, SW_HIDE); in create_temp_window() 225 return wnd; in create_temp_window() 228 void destroy_temp_window(HWND wnd) { in destroy_temp_window() argument 229 DestroyWindow(wnd); in destroy_temp_window()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.h | 97 …PhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wnd, uint32_t queue_fam… 98 …troyWindow(VkInstance instance, VkDevice device, ImGui_ImplVulkanH_Window* wnd, const VkAllocation…
|
/third_party/lwip/src/core/ |
D | tcp_out.c | 1240 u32_t wnd, snd_nxt; in tcp_output() local 1262 wnd = LWIP_MIN(pcb->snd_wnd, pcb->cwnd); in tcp_output() 1272 pcb->snd_wnd, pcb->cwnd, wnd, pcb->lastack)); in tcp_output() 1285 pcb->snd_wnd, pcb->cwnd, wnd, in tcp_output() 1305 if (lwip_ntohl(seg->tcphdr->seqno) - pcb->lastack + seg->len > wnd) { in tcp_output() 1312 if (wnd == pcb->snd_wnd && pcb->unacked == NULL && pcb->persist_backoff == 0) { in tcp_output() 1333 lwip_ntohl(seg->tcphdr->seqno) - pcb->lastack + seg->len <= wnd) { in tcp_output() 1349 pcb->snd_wnd, pcb->cwnd, wnd, in tcp_output() 1484 seg->tcphdr->wnd = lwip_htons(TCPWND_MIN16(pcb->rcv_ann_wnd)); in tcp_output_segment() 1488 seg->tcphdr->wnd = lwip_htons(TCPWND_MIN16(RCV_WND_SCALE(pcb, pcb->rcv_ann_wnd))); in tcp_output_segment() [all …]
|
D | tcp_in.c | 232 tcphdr->wnd = lwip_ntohs(tcphdr->wnd); 702 npcb->snd_wnd = tcphdr->wnd; 863 pcb->snd_wnd = tcphdr->wnd; 1156 (pcb->snd_wl2 == ackno && (u32_t)SND_WND_SCALE(pcb, tcphdr->wnd) > pcb->snd_wnd)) { 1157 pcb->snd_wnd = SND_WND_SCALE(pcb, tcphdr->wnd); 1168 if (pcb->snd_wnd != (tcpwnd_size_t)SND_WND_SCALE(pcb, tcphdr->wnd)) {
|
D | tcp.c | 2426 lwip_ntohs(tcphdr->wnd))); in tcp_debug_print()
|
/third_party/lwip/src/include/lwip/prot/ |
D | tcp.h | 62 PACK_STRUCT_FIELD(u16_t wnd);
|
/third_party/lwip/src/netif/ppp/ |
D | vj.c | 315 if ((deltaS = (u16_t)(lwip_ntohs(th->wnd) - lwip_ntohs(oth->wnd))) != 0) { in vj_compress_tcp() 571 DECODES(th->wnd); in vj_uncompress_tcp()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 1411 static LRESULT WINAPI WndProc(HWND wnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() argument 1416 g_Wnd = wnd; in WndProc() 1431 return DefWindowProc(wnd, msg, wParam, lParam); in WndProc()
|
/third_party/lwip/ |
D | CHANGELOG | 866 * tcp_in.c: fixed bug #44766 (LWIP_WND_SCALE: tcphdr->wnd was not scaled in
|
/third_party/NuttX/ |
D | ChangeLog | 6406 (wnd should be hwnd). Also noted by Steve Redler IV (2014-1-7).
|