Searched refs:screenbytes (Results 1 – 2 of 2) sorted by relevance
114 int i, screenbytes = ri->ri_stride * ri->ri_height; in rascons_cnattach()116 for (i = 0; i < screenbytes; i += sizeof(u_int32_t)) in rascons_cnattach()
218 int i, screenbytes; in gten_common_init() local