Searched refs:tmpVal (Results 1 – 1 of 1) sorted by relevance
845 int tmpVal; in encodeUint32() local858 tmpVal = uint32Val; in encodeUint32()864 tmpVal = (tmpVal >> 7); in encodeUint32()898 int tmpVal = 0; in createRandomWspHeader() local954 if (tmpVal < 32) tmpVal= (32 + tmpVal); in createRandomWspHeader()1035 tmpVal = (tmpVal >> 8); in createRandomWspHeader()1047 if (tmpVal < 32) tmpVal= (32 + tmpVal); in createRandomWspHeader()1105 int tmpVal = 0; in createRandomWspHeaderStrAppId() local1159 if (tmpVal < 32) tmpVal= (32 + tmpVal); in createRandomWspHeaderStrAppId()1214 if (tmpVal < 32) tmpVal= (32 + tmpVal); in createRandomWspHeaderStrAppId()[all …]