Searched refs:bitsused (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dia64-gen.c1913 int bitsused = 5;
1914 int totbits = bitsused;
1962 bitsused += 5;
2040 int start = our_offset + bitsused / 8 + 1;
2068 int start = our_offset + bitsused / 8 + 1;
2075 bitsused--;
2103 unsigned char *byte = insn_list + our_offset + bitsused / 8;
2106 *byte |= (1 << (7 - (bitsused % 8)));
2108 bitsused++;
2128 if (bitsused !
1902 int bitsused = 5; local
[all...]

Completed in 110 milliseconds