Searched refs:first_bit (Results 1 – 5 of 5) sorted by relevance
92 def first_bit(key): function97 for bits in sorted(self.bits.keys(), key = first_bit):
114 def first_bit(self): member in EmulatedBitmap 396 ebitmap.clear_bit(ebitmap.first_bit)400 fail_bit = ebitmap.first_bit
211 int i, first_bit, last_bit; in parse_numa_hmat_lb() local353 first_bit = ctz64(bitmap_copy); in parse_numa_hmat_lb()354 temp_base = UINT64_C(1) << first_bit; in parse_numa_hmat_lb()363 if ((last_bit - first_bit) > UINT16_BITS || in parse_numa_hmat_lb()
828 bool first_bit = hbitmap_get(data->hb, start); in test_hbitmap_next_x_check_range() local831 next < end && hbitmap_get(data->hb, next) == first_bit; in test_hbitmap_next_x_check_range()841 g_assert_cmpint(next_dirty, ==, first_bit ? start : next); in test_hbitmap_next_x_check_range()842 g_assert_cmpint(next_zero, ==, first_bit ? next : start); in test_hbitmap_next_x_check_range()
424 uint8_t first_bit = ctz32(err->status); in pcie_aer_update_log() local432 errcap |= PCI_ERR_CAP_FEP(first_bit); in pcie_aer_update_log()