VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/iplpack.h@ 67129

最後變更 在這個檔案從67129是 51223,由 vboxsync 提交於 11 年 前

Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.

  • 屬性 svn:eol-style 設為 native
檔案大小: 330 位元組
 
1/* $XFree86$ */
2/* Modified nov 94 by Martin Schaller ([email protected]) for use with
3interleaved planes */
4
5#define NUM_LONGS(planes, xs, xe) \
6 (((((xe) * (planes) + 31) & ~31) - \
7 (((xs) * (planes)) & ~31))/32)
8
9#define NUM_TEMP_BYTES(planes, longs) \
10 (((2 * (longs) + (planes) - 1) / planes + 1) * planes * 2)
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette