Home
last modified time | relevance | path

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

/external/libgsm/src/
Dadd.c98 static unsigned char const bitoff[ 256 ] = { variable
146 ? -1 + bitoff[ 0xFF & (a >> 24) ]
147 : 7 + bitoff[ 0xFF & (a >> 16) ] )
149 ? 15 + bitoff[ 0xFF & (a >> 8) ]
150 : 23 + bitoff[ 0xFF & a ] );
/external/elfutils/libcpu/
Di386_parse.y824 int bitoff = 0; in fillin_arg() local
832 bitoff += b->field->bits; in fillin_arg()
835 ++bitoff; in fillin_arg()
840 instr->operands[n].off1 = bitoff; in fillin_arg()
842 instr->operands[n].off2 = bitoff; in fillin_arg()
844 instr->operands[n].off3 = bitoff; in fillin_arg()