Searched refs:BITSET_ONES (Results 1 – 2 of 2) sorted by relevance
57 BITSET_ONES(mask128); in TEST()144 BITSET_ONES(mask128); in TEST()
54 #define BITSET_ONES(x) memset( (x), 0xff, sizeof (x) ) macro