Home
last modified time | relevance | path

Searched refs:last_bit (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/core/
H A Dnuma.c211 int i, first_bit, last_bit; in parse_numa_hmat_lb() local
356 last_bit = 64 - clz64(bitmap_copy); in parse_numa_hmat_lb()
363 if ((last_bit - first_bit) > UINT16_BITS || in parse_numa_hmat_lb()
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch399 +leading_zeroes_generic(uint64_t input_num, int last_bit = 0) {
402 + last_bit |= 32;
406 + last_bit |= 16;
410 + last_bit |= 8;
414 + last_bit |= 4;
418 + last_bit |= 2;
421 + last_bit |= 1;
423 + return 63 - last_bit;