Home | History | Annotate | Download | only in lib

Lines Matching defs:iVal

858     picoos_uint32 iVal;
861 iVal = 0;
864 iVal |= ( (1) << i );
872 return iVal;
879 picoos_uint32 v, b, iVal;
884 iVal = 0;
888 iVal |= ((1) << i);
896 return iVal;
1004 picoos_int32 iVal;
1022 iVal = invec[iQuestion];
1035 iID = iVal;
1043 if (iVal <= iCut) {
1071 if (iVal == iBitPos) {
1092 if ((iVal == iBitPos) || (iVal == iBitCount)) {
1113 if ((iVal >= iBitPos) && (iVal < (iBitPos + iBitCount))) {
1141 if ((iVal >= iBitPos) && (iVal < (iBitPos + iBitCount))) {
1142 iPos = iVal - iBitPos;
1143 kdt_jump((iVal - iBitPos), iByteNo, iBitNo);
1148 kdt_jump((iBitCount - (iVal-iBitPos)), iByteNo, iBitNo);