Searched defs:lowbit (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c1187 #define lowbit(x) ((x) & (~(x) + 1)) macro
1227 delta = lowbit(vinfo->red_mask) + lowbit(vinfo->green_mask) +
1228 lowbit(vinfo->blue_mask);
1303 delta = lowbit(vinfo->red_mask) + lowbit(vinfo->green_mask) +
1304 lowbit(vinfo->blue_mask);

Completed in 395 milliseconds