Home | History | Annotate | Download | only in common

Lines Matching refs:GET_BITS

77 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x)
216 WORD32 get_bits;
457 get_bits = GET_BITS(nbr_flags_temp, 8);
460 if(!get_bits)
465 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag);
466 if(!get_bits)
597 get_bits = GET_BITS(nbr_flags, 16);
599 if(!get_bits)
604 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag);
605 if(!get_bits)