Searched refs:LONGS (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ | ||
H A D | bitmap.h | 5 #define LONGS(x) ((x + BITS_IN_LONG - 1) & -BITS_IN_LONG) macro 8 #define DECLARE_BITMAP(name, x) unsigned long name[LONGS(x)] |
Completed in 1 milliseconds