Home | History | Annotate | Download | only in src

Lines Matching refs:bitInWord

136   INT     bitInWord;
233 for ( bitInWord = NUMBER_OF_BIT_IN_WORD; bitInWord > 0; bitInWord-- ) {
235 interMediateWord = ((UINT)1 << (bitInWord-1) );