Home
last modified time | relevance | path

Searched refs:DECLARE_BITMAP (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c268 static DECLARE_BITMAP(regs_in_use, 256);
H A Dbitmap.h8 #define DECLARE_BITMAP(name, x) unsigned long name[LONGS(x)] macro