Home | History | Annotate | Download | only in dpd

Lines Matching defs:comb

87   uInt comb, exp;		   /* .. */
139 comb=(exp>>9) & 0x18; /* msd=0, exp top 2 bits .. */
160 if (msd>=8) comb=0x18 | ((exp>>11) & 0x06) | (msd & 0x01);
161 else comb=((exp>>9) & 0x18) | msd;
163 targhi|=comb<<26; /* add combination field .. */
199 uInt comb; /* combination field */
222 comb=(sourhi>>26)&0x1f; /* combination field */
227 msd=COMBMSD[comb]; /* decode the combination field */
228 exp=COMBEXP[comb]; /* .. */
286 uInt comb; /* combination field */
318 comb=(sourhi>>26)&0x1f; /* combination field */
319 msd=COMBMSD[comb]; /* decode the combination field */
320 exp=COMBEXP[comb]; /* .. */