Home
last modified time | relevance | path

Searched refs:sbitmap_alloc_with_popcount (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Debitmap.c205 ret->wordmask = sbitmap_alloc_with_popcount (size); in ebitmap_alloc()
362 dst->wordmask = sbitmap_alloc_with_popcount (src->wordmask->n_bits); in ebitmap_copy()
688 tempmask = sbitmap_alloc_with_popcount (MAX (src1size, src2size)); in ebitmap_ior()
882 tempmask = sbitmap_alloc_with_popcount (src1size); in ebitmap_and_compl()
H A Dsbitmap.h211 extern sbitmap sbitmap_alloc_with_popcount (unsigned int);
H A Dsbitmap.c99 sbitmap_alloc_with_popcount (unsigned int n_elms) in sbitmap_alloc_with_popcount() function