Searched refs:tmpInt (Results 1 – 3 of 3) sorted by relevance
84 int tmpInt = tmp[0][0]; in read() local85 if (tmpInt< 0 ){ in read()86 tmpInt = 256 +tmpInt; in read()88 return(tmpInt); in read()
181 sal_Int32 tmpInt = aData[0]; in read_from_storage_stream() local182 if (tmpInt < 0 ) in read_from_storage_stream()183 tmpInt = 256 +tmpInt; in read_from_storage_stream()187 logger->write( tmpInt ); in read_from_storage_stream()189 return(tmpInt); in read_from_storage_stream()
2383 + PRUint64 tmpInt = 0;2400 - PRUint64 tmpInt = 0;2402 if (sslRead_ReadNumber(&reader, 8, &tmpInt) != SECSuccess) {
Completed in 32 milliseconds