Searched refs:BITMAP_WORD (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dbitmap.c490 ptr->bits[word_num] &= ~ (((BITMAP_WORD) 1) << bit_num);
506 BITMAP_WORD bit_val = ((BITMAP_WORD) 1) << bit_num;
554 bitmap_popcount (BITMAP_WORD a)
579 /* Note that popcountl matches BITMAP_WORD in type, so the actual size
580 of BITMAP_WORD is not material. */
600 BITMAP_WORD word;
673 BITMAP_WORD ior = 0;
681 BITMAP_WORD r = a_elt->bits[ix] & b_elt->bits[ix];
727 BITMAP_WORD io
[all...]
H A Dbitmap.h28 typedef unsigned long BITMAP_WORD; typedef
68 BITMAP_WORD bits[BITMAP_ELEMENT_WORDS]; /* Bits that are set. */
197 BITMAP_WORD bits;

Completed in 106 milliseconds