Searched refs:LONGS (Results 1 – 1 of 1) sorted by relevance
5 #define LONGS(x) ((x + BITS_IN_LONG - 1) & -BITS_IN_LONG) macro8 #define DECLARE_BITMAP(name, x) unsigned long name[LONGS(x)]