Home | History | Annotate | Download | only in x86

Lines Matching refs:get_bits

78 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x)
148 WORD32 get_bits;
290 get_bits = GET_BITS(nbr_flags_temp, 8);
293 if(!get_bits)
298 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag);
299 if(!get_bits)
352 get_bits = GET_BITS(nbr_flags, 16);
354 if(!get_bits)
359 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag);
360 if(!get_bits)