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.y823 int bitoff = 0; in fillin_arg() local
831 bitoff += b->field->bits; in fillin_arg()
834 ++bitoff; in fillin_arg()
839 instr->operands[n].off1 = bitoff; in fillin_arg()
841 instr->operands[n].off2 = bitoff; in fillin_arg()
843 instr->operands[n].off3 = bitoff; in fillin_arg()