search for: new_src

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

Did you mean: new_sc
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
...ar versions are for internal consumption. */ +static FbBits +nouveau_exa_wfb_read_memory(const void *src, int size) +{ + int i, line_x, line_y, tile_x, tile_y, subtile_x, subtile_y; + unsigned long offset = (unsigned long) src, subpixel_offset; + PixmapPtr pPixmap = NULL; + FbBits bits = 0; + void *new_src; + + if (!last_wfb_pNv) + return nouveau_exa_wfb_read_memory_linear(src, size); + + /* 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_wfb_pNv->wfb_p...
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