CC_CONTENT_ALL
return (CC_CONTENT_ALL);
mask = CC_CONTENT_ALL;
if (content & ~CC_CONTENT_ALL)
allcnt = 1 + popc(content ^ CC_CONTENT_ALL);
mask = content ^ CC_CONTENT_ALL;
if (content & ~CC_CONTENT_ALL) {