xx 103 crypto/gf128mul.c (i & 0x80 ? xx(43, 80) : 0) ^ (i & 0x40 ? xx(21, c0) : 0) ^ \ xx 104 crypto/gf128mul.c (i & 0x20 ? xx(10, e0) : 0) ^ (i & 0x10 ? xx(08, 70) : 0) ^ \ xx 105 crypto/gf128mul.c (i & 0x08 ? xx(04, 38) : 0) ^ (i & 0x04 ? xx(02, 1c) : 0) ^ \ xx 106 crypto/gf128mul.c (i & 0x02 ? xx(01, 0e) : 0) ^ (i & 0x01 ? xx(00, 87) : 0) \ xx 110 crypto/gf128mul.c (i & 0x80 ? xx(e1, 00) : 0) ^ (i & 0x40 ? xx(70, 80) : 0) ^ \ xx 111 crypto/gf128mul.c (i & 0x20 ? xx(38, 40) : 0) ^ (i & 0x10 ? xx(1c, 20) : 0) ^ \ xx 112 crypto/gf128mul.c (i & 0x08 ? xx(0e, 10) : 0) ^ (i & 0x04 ? xx(07, 08) : 0) ^ \ xx 113 crypto/gf128mul.c (i & 0x02 ? xx(03, 84) : 0) ^ (i & 0x01 ? xx(01, c2) : 0) \ xx 11 include/linux/vmstat.h #define DMA_ZONE(xx) xx##_DMA, xx 17 include/linux/vmstat.h #define DMA32_ZONE(xx) xx##_DMA32, xx 23 include/linux/vmstat.h #define HIGHMEM_ZONE(xx) , xx##_HIGH xx 29 include/linux/vmstat.h #define FOR_ALL_ZONES(xx) DMA_ZONE(xx) DMA32_ZONE(xx) xx##_NORMAL HIGHMEM_ZONE(xx) , xx##_MOVABLE xx 599 mm/vmstat.c #define TEXT_FOR_DMA(xx) xx "_dma", xx 605 mm/vmstat.c #define TEXT_FOR_DMA32(xx) xx "_dma32", xx 611 mm/vmstat.c #define TEXT_FOR_HIGHMEM(xx) xx "_high", xx 616 mm/vmstat.c #define TEXTS_FOR_ZONES(xx) TEXT_FOR_DMA(xx) TEXT_FOR_DMA32(xx) xx "_normal", \ xx 617 mm/vmstat.c TEXT_FOR_HIGHMEM(xx) xx "_movable", xx 285 sound/i2c/cs8427.c int xx; xx 289 sound/i2c/cs8427.c for (xx = 0; xx < 127; xx++) xx 290 sound/i2c/cs8427.c printk(KERN_DEBUG "reg[0x%x] = 0x%x\n", xx+1, buf[xx]);