Searched refs:popcount (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_threads.c87 #define popcount(x) __builtin_popcount(x) macro
89 static int popcount(unsigned int x) function in typeref:typename:int
129 count = popcount(processors) * popcount(cores);
H A Dsna_dri2.c1048 #define popcount(x) __builtin_popcount(x) macro
1050 static int popcount(unsigned int x) function in typeref:typename:int
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_threads.c87 #define popcount(x) __builtin_popcount(x) macro
89 static int popcount(unsigned int x) function in typeref:typename:int
129 count = popcount(processors) * popcount(cores);
/xsrc/external/mit/libxcb/dist/tests/
H A Dcheck_public.c225 ck_assert_msg(xcb_popcount(bits) == count, "unexpected popcount(%08x) != %d", bits, count);
228 START_TEST(popcount)
255 suite_add_test(s, popcount, "xcb_popcount");
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.5.rst87 - intel/perf: use the right popcount for 64bits
H A D20.0.0.rst813 - gallivm: add popcount intrinsic wrapper
H A D21.2.0.rst3335 - intel/perf: use the right popcount for 64bits
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp995 TEST_F(ComputeTest, popcount)
1000 inout[get_global_id(0)] = popcount(inout[get_global_id(0)]);\n\

Completed in 24 milliseconds