Searched defs:bytepp (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmemory.c213 register int const bytepp,
245 bytepp,
252 bytepp,
312 register int const bytepp,
326 for (x = xoff * bytepp, i = 0;
327 x < ((xoff + 64) * bytepp);
329 mem_addr = (y * pitch * bytepp) + x + base;
361 for (x = xoff * bytepp, i = 0;
362 x < ((xoff + 64) * bytepp);
364 mem_addr = (y * pitch * bytepp)
207 check_plane( register int const num_planes, register int const access_mode, register int const fb_pitch, register int const fb_height, register int const fb_width, register int const bytepp, register caddr_t const base) argument
305 write_read( register int const xoff, register int const yoff, register boolean_t const complement, register int const access_mode, register boolean_t const pass, register int const fb_pitch, register int const bytepp, register caddr_t const base) argument
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dmemory.c215 register int const bytepp,
247 bytepp,
254 bytepp,
314 register int const bytepp,
328 for (x = xoff * bytepp, i = 0;
329 x < ((xoff + 64) * bytepp);
331 mem_addr = (y * pitch * bytepp) + x + base;
363 for (x = xoff * bytepp, i = 0;
364 x < ((xoff + 64) * bytepp);
366 mem_addr = (y * pitch * bytepp)
209 check_plane( register int const num_planes, register int const access_mode, register int const fb_pitch, register int const fb_height, register int const fb_width, register int const bytepp, register caddr_t const base) argument
307 write_read( register int const xoff, register int const yoff, register boolean_t const complement, register int const access_mode, register boolean_t const pass, register int const fb_pitch, register int const bytepp, register caddr_t const base) argument
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dmemory.c221 register int const bytepp,
251 bytepp,
258 bytepp,
317 register int const bytepp,
331 for (x = xoff * bytepp, i = 0;
332 x < ((xoff + 64) *bytepp);
334 mem_addr = (y*pitch*bytepp) + x + base;
366 for (x = xoff * bytepp, i = 0;
367 x < ((xoff + 64) * bytepp);
369 mem_addr = (y*pitch*bytepp)
215 check_plane( register int const num_planes, register int const access_mode, register int const fb_pitch, register int const fb_height, register int const fb_width, register int const bytepp, register caddr_t const base) argument
310 write_read( register int const xoff, register int const yoff, register boolean_t const complement, register int const access_mode, register boolean_t const pass, register int const fb_pitch, register int const bytepp, register caddr_t const base) argument
[all...]

Completed in 12 milliseconds