HomeSort by: relevance | last modified time | path
    Searched defs:dvc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/hpc/
hpcfb.c 1071 struct hpcfb_vchar *dvc = &vscn[row].col[dstcol]; local in function:hpcfb_tv_copycols
1084 memcpy(dvc, svc, ncols*sizeof(struct hpcfb_vchar));
1216 struct hpcfb_tvrow *dvc = &vscn[dst]; local in function:hpcfb_tv_copyrows
1231 if (svc > dvc)
1233 else if (svc < dvc) {
1235 dvc += num-1;
1246 memcpy(&dvc->col[0], &svc->col[0], sizeof(struct hpcfb_vchar)*(svc->maxcol+1));
1247 if (svc->maxcol < dvc->maxcol && dvc->spacecol < dvc->maxcol
    [all...]
hpcfb.c 1071 struct hpcfb_vchar *dvc = &vscn[row].col[dstcol]; local in function:hpcfb_tv_copycols
1084 memcpy(dvc, svc, ncols*sizeof(struct hpcfb_vchar));
1216 struct hpcfb_tvrow *dvc = &vscn[dst]; local in function:hpcfb_tv_copyrows
1231 if (svc > dvc)
1233 else if (svc < dvc) {
1235 dvc += num-1;
1246 memcpy(&dvc->col[0], &svc->col[0], sizeof(struct hpcfb_vchar)*(svc->maxcol+1));
1247 if (svc->maxcol < dvc->maxcol && dvc->spacecol < dvc->maxcol
    [all...]

Completed in 121 milliseconds