Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
udl.c | 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; local in function:udl_copy_rect 1208 sbase = sy * sc->sc_width; 1213 soff = sbase + sx; 1238 int sbase, soff, ebase, eoff, width_cur; local in function:udl_fill_rect 1240 sbase = y * sc->sc_width; 1244 soff = sbase + x; 1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height; local in function:udl_draw_rect 1272 sbase = y * sc->sc_width; 1276 soff = sbase + x; |
udl.c | 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; local in function:udl_copy_rect 1208 sbase = sy * sc->sc_width; 1213 soff = sbase + sx; 1238 int sbase, soff, ebase, eoff, width_cur; local in function:udl_fill_rect 1240 sbase = y * sc->sc_width; 1244 soff = sbase + x; 1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height; local in function:udl_draw_rect 1272 sbase = y * sc->sc_width; 1276 soff = sbase + x; |