rlw_get_run_bit 66 ewah/ewah_bitmap.c if (rlw_get_run_bit(self->rlw) != v && rlw_size(self->rlw) == 0) { rlw_get_run_bit 69 ewah/ewah_bitmap.c rlw_get_run_bit(self->rlw) != v) { rlw_get_run_bit 173 ewah/ewah_bitmap.c assert(rlw_get_run_bit(self->rlw) == v); rlw_get_run_bit 176 ewah/ewah_bitmap.c if (no_literal && rlw_get_run_bit(self->rlw) == v && rlw_get_run_bit 185 ewah/ewah_bitmap.c assert(rlw_get_run_bit(self->rlw) == 0); rlw_get_run_bit 189 ewah/ewah_bitmap.c assert(rlw_get_run_bit(self->rlw) == v); rlw_get_run_bit 257 ewah/ewah_bitmap.c if (rlw_get_run_bit(word)) { rlw_get_run_bit 327 ewah/ewah_bitmap.c it->b = rlw_get_run_bit(word); rlw_get_run_bit 34 ewah/ewah_rlw.c it->rlw.running_bit = rlw_get_run_bit(it->rlw.word);