Home
last modified time | relevance | path

Searched refs:LONGS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dbitmap.h5 #define LONGS(x) ((x + BITS_IN_LONG - 1) & -BITS_IN_LONG) macro
8 #define DECLARE_BITMAP(name, x) unsigned long name[LONGS(x)]