Searched refs:xcb_popcount (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libxcb/dist/src/
H A Dxcbext.h309 int xcb_popcount(uint32_t mask);
H A Dxcb_util.c69 int xcb_popcount(uint32_t mask) function in typeref:typename:int
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_bitops.h73 xcb_popcount(uint32_t x) function in typeref:typename:_X_INLINE uint32_t
/xsrc/external/mit/libxcb/dist/tests/
H A Dcheck_public.c225 ck_assert_msg(xcb_popcount(bits) == count, "unexpected popcount(%08x) != %d", bits, count);
255 suite_add_test(s, popcount, "xcb_popcount");

Completed in 5 milliseconds