Home
last modified time | relevance | path

Searched defs:do_popcount (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsbitmap.c37 # define do_popcount(x) __builtin_popcountl(x) macro
39 # define do_popcount(x) __builtin_popcountll(x) macro
45 # define do_popcount(x) sbitmap_elt_popcount((x)) macro