search for: new_dst

Displaying 3 results from an estimated 3 matches for "new_dst".

Did you mean: new_dir
2013 Jan 12
1
[Bug 2021] sftp resume support (using size and offset)
https://bugzilla.mindrot.org/show_bug.cgi?id=2021 --- Comment #10 from Loganaden Velvindron <loganaden at gmail.com> --- ping :-) ? -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
...memcpy(&bits, new_src, size); + + return bits; +} + +static void +nouveau_exa_wfb_write_memory(void *dst, FbBits value, int size) +{ + int i, line_x, line_y, tile_x, tile_y, subtile_x, subtile_y; + unsigned long offset = (unsigned long) dst, subpixel_offset; + PixmapPtr pPixmap = NULL; + void *new_dst; + + if (!last_wfb_pNv) { + nouveau_exa_wfb_write_memory_linear(dst, value, size); + return; + } + + /* Find the right pixmap. */ + for (i = 0; i < 6; i++) + if (offset >= last_wfb_pNv->wfb_pixmaps[i].start && offset < last_wfb_pNv->wfb_pixmaps[i].end) { + pPixmap = last...
2013 Jun 19
9
[Bug 2021] sftp resume support (using size and offset)
https://bugzilla.mindrot.org/show_bug.cgi?id=2021 Loganaden Velvindron <loganaden at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2199|0 |1 is obsolete| | --- Comment #12 from Loganaden Velvindron