Home | History | Annotate | Download | only in dpd

Lines Matching defs:comb

93   uInt comb, exp;		   /* .. */
143 comb=(exp>>5) & 0x18; /* msd=0, exp top 2 bits .. */
181 if (msd>=8) comb=0x18 | ((exp>>7) & 0x06) | (msd & 0x01);
182 else comb=((exp>>5) & 0x18) | msd;
184 targhi|=comb<<26; /* add combination field .. */
216 uInt comb; /* combination field */
233 comb=(sourhi>>26)&0x1f; /* combination field */
238 msd=COMBMSD[comb]; /* decode the combination field */
239 exp=COMBEXP[comb]; /* .. */
302 uInt comb; /* combination field */
328 comb=(sourhi>>26)&0x1f; /* combination field */
329 msd=COMBMSD[comb]; /* decode the combination field */
330 exp=COMBEXP[comb]; /* .. */