Lines Matching defs:bdp
4649 #define IS_BX_DIGIT(bdp) (((u8)(bdp))<0x80)4650 #define IS_BX_WS(bdp) ((bdp)==WS)4651 #define IS_BX_PAD(bdp) ((bdp)==PC)4718 u8 bdp = BX_DV_PROTO(c);4719 switch( bdp ){4729 bdp = 0;4732 default: /* bdp is the digit value. */4733 qv = qv<<6 | bdp;