Searched defs:popcount (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ | ||
| H A D | sna_threads.c | 87 #define popcount(x) __builtin_popcount(x) macro 89 static int popcount(unsigned int x) function in typeref:typename:int |
| H A D | sna_dri2.c | 1048 #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 D | sna_threads.c | 87 #define popcount(x) __builtin_popcount(x) macro 89 static int popcount(unsigned int x) function in typeref:typename:int |
Completed in 8 milliseconds