Home
last modified time | relevance | path

Searched refs:swapcopy32 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c132 #define swapcopy32(_dst, _src) \ macro
413 swapcopy32(pXWDHeader->visual_class, pVisual->class); in vfbInstallColormap()
414 swapcopy32(pXWDHeader->red_mask, pVisual->redMask); in vfbInstallColormap()
415 swapcopy32(pXWDHeader->green_mask, pVisual->greenMask); in vfbInstallColormap()
416 swapcopy32(pXWDHeader->blue_mask, pVisual->blueMask); in vfbInstallColormap()
417 swapcopy32(pXWDHeader->bits_per_rgb, pVisual->bitsPerRGBValue); in vfbInstallColormap()
418 swapcopy32(pXWDHeader->colormap_entries, pVisual->ColormapEntries); in vfbInstallColormap()