Searched refs:dvc (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcfb.c1062 struct hpcfb_vchar *dvc = &vscn[row].col[dstcol]; local
1075 memcpy(dvc, svc, ncols*sizeof(struct hpcfb_vchar));
1207 struct hpcfb_tvrow *dvc = &vscn[dst]; local
1222 if (svc > dvc)
1224 else if (svc < dvc) {
1226 dvc += num-1;
1237 memcpy(&dvc->col[0], &svc->col[0], sizeof(struct hpcfb_vchar)*(svc->maxcol+1));
1238 if (svc->maxcol < dvc->maxcol && dvc->spacecol < dvc
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c3028 value_chain dvc = vc->next; local
3029 gcc_assert (dvc->refcount > 0);
3030 if (--dvc->refcount == 0)
3032 vc->next = dvc->next;
3033 pool_free (value_chain_pool, dvc);

Completed in 125 milliseconds