Searched defs:DECLARE_BITMAP (Results 1 – 2 of 2) sorted by relevance
4 #define DECLARE_BITMAP(x,y) unsigned long x[((y) + BITS_PER_LONG - 1) / BITS_PER_LONG]; macro
8 #define DECLARE_BITMAP(name, x) unsigned long name[LONGS(x)] macro