/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | pci_id_driver_map.h | 6 #ifndef ARRAY_SIZE 7 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro 66 { 0x8086, "i915", i915_chip_ids, ARRAY_SIZE(i915_chip_ids) }, 67 { 0x8086, "i965", i965_chip_ids, ARRAY_SIZE(i965_chip_ids) }, 69 { 0x1002, "radeon", r100_chip_ids, ARRAY_SIZE(r100_chip_ids) }, 70 { 0x1002, "r200", r200_chip_ids, ARRAY_SIZE(r200_chip_ids) }, 72 { 0x1002, "r300", r300_chip_ids, ARRAY_SIZE(r300_chip_ids) }, 73 { 0x1002, "r600", r600_chip_ids, ARRAY_SIZE(r600_chip_ids) }, 74 { 0x1002, "radeonsi", radeonsi_chip_ids, ARRAY_SIZE(radeonsi_chip_ids) }, 76 { 0x15ad, "vmwgfx", vmwgfx_chip_ids, ARRAY_SIZE(vmwgfx_chip_id [all...] |
H A D | dix.h | 67 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a)[0])) macro
|
H A D | glamor_utils.h | 740 #ifndef ARRAY_SIZE 741 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
|
/vbox/src/recompiler/ |
H A D | osdep.h | 108 #ifndef ARRAY_SIZE 109 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | dix.h | 67 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a)[0])) macro
|
H A D | glamor_utils.h | 818 #ifndef ARRAY_SIZE 819 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | dix.h | 67 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a)[0])) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | dix.h | 67 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a)[0])) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | dix.h | 67 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a)[0])) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/ |
H A D | IpSecConfig.h | 29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/rtl818x/ |
H A D | rtl8185_rtl8225.c | 33 #define ARRAY_SIZE(a) (int)(sizeof(a)/sizeof((a)[0])) macro 370 for (i = 0; i < ARRAY_SIZE(rtl8225bcd_rxgain); i++) { 379 for (i = 0; i < ARRAY_SIZE(rtl8225_agc); i++) { 610 for (i = 0; i < ARRAY_SIZE(rtl8225z2_rxgain); i++) { 627 for (i = 0; i < ARRAY_SIZE(rtl8225_agc); i++) {
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ |
H A D | ath.h | 27 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | pcnet32.h | 25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
H A D | forcedeth.h | 38 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
H A D | skge.h | 69 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | utils.c | 815 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro 859 for (i = 0; i < ARRAY_SIZE(attribMap); i++) 870 if (index >= 0 && index < ARRAY_SIZE(attribMap)) {
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/ |
H A D | vxge_config.h | 30 #ifndef ARRAY_SIZE 31 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ |
H A D | ath5k.h | 37 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/ |
H A D | tg3.h | 3275 #define ARRAY_SIZE(x) ( sizeof(x) / sizeof((x)[0]) ) macro
|