Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dfloatformat.c431 int lo_bit, hi_bit, cur_bitshift = 0; in get_field() local
451 result |= (shifted & mask) << cur_bitshift; in get_field()
453 cur_bitshift += bits; in get_field()