Home | History | Annotate | Download | only in src

Lines Matching defs:shift

2008   Elf32_Word shift = ((Elf32_Word *) data->d_buf)[3];
2019 if (shift > 31)
2021 section [%2d] '%s': 2nd hash function shift too big: %u\n"),
2022 idx, section_name (ebl, idx), shift);
2096 |= UINT32_C (1) << ((hval >> shift) & (classbits - 1));
2103 |= UINT64_C (1) << ((hval >> shift) & (classbits - 1));