BITS_IN_EWORD      23 ewah/bitmap.c  #define EWAH_MASK(x) ((eword_t)1 << (x % BITS_IN_EWORD))
BITS_IN_EWORD      24 ewah/bitmap.c  #define EWAH_BLOCK(x) (x / BITS_IN_EWORD)
BITS_IN_EWORD     130 ewah/bitmap.c  	size_t other_final = (other->bit_size / BITS_IN_EWORD) + 1;
BITS_IN_EWORD     158 ewah/bitmap.c  			for (offset = 0; offset < BITS_IN_EWORD; ++offset)
BITS_IN_EWORD     161 ewah/bitmap.c  			for (offset = 0; offset < BITS_IN_EWORD; ++offset) {
BITS_IN_EWORD     168 ewah/bitmap.c  			pos += BITS_IN_EWORD;
BITS_IN_EWORD     105 ewah/ewah_bitmap.c 	self->bit_size += number * BITS_IN_EWORD;
BITS_IN_EWORD     155 ewah/ewah_bitmap.c 		self->bit_size += can_add * BITS_IN_EWORD;
BITS_IN_EWORD     200 ewah/ewah_bitmap.c 	self->bit_size += BITS_IN_EWORD;
BITS_IN_EWORD     214 ewah/ewah_bitmap.c 		(i + BITS_IN_EWORD) / BITS_IN_EWORD -
BITS_IN_EWORD     215 ewah/ewah_bitmap.c 		(self->bit_size + BITS_IN_EWORD - 1) / BITS_IN_EWORD;
BITS_IN_EWORD     225 ewah/ewah_bitmap.c 		add_literal(self, (eword_t)1 << (i % BITS_IN_EWORD));
BITS_IN_EWORD     232 ewah/ewah_bitmap.c 		add_literal(self, (eword_t)1 << (i % BITS_IN_EWORD));
BITS_IN_EWORD     237 ewah/ewah_bitmap.c 		((eword_t)1 << (i % BITS_IN_EWORD));
BITS_IN_EWORD     258 ewah/ewah_bitmap.c 			size_t len = rlw_get_running_len(word) * BITS_IN_EWORD;
BITS_IN_EWORD     262 ewah/ewah_bitmap.c 			pos += rlw_get_running_len(word) * BITS_IN_EWORD;
BITS_IN_EWORD     271 ewah/ewah_bitmap.c 			for (c = 0; c < BITS_IN_EWORD; ++c, ++pos) {
BITS_IN_EWORD     625 pack-bitmap.c  		for (offset = 0; offset < BITS_IN_EWORD; ++offset) {
BITS_IN_EWORD     647 pack-bitmap.c  		pos += BITS_IN_EWORD;
BITS_IN_EWORD     779 pack-bitmap.c  		reuse_objects += BITS_IN_EWORD;
BITS_IN_EWORD    1004 pack-bitmap.c  		for (offset = 0; offset < BITS_IN_EWORD; ++offset) {
BITS_IN_EWORD    1017 pack-bitmap.c  		pos += BITS_IN_EWORD;