Searched refs:tmpInt (Results 1 – 2 of 2) 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()
Completed in 16 milliseconds