Searched defs:popcount (Results 1 - 3 of 3) 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
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

Completed in 8 milliseconds