Searched refs:tmpByte (Results 1 – 3 of 3) sorted by relevance
84 int tmpByte = 0; in Lockfile() local86 tmpByte = rand( ) % 0xFF; in Lockfile()87 sprintf( tmpId+i*2, "%02X", tmpByte ); // #100211# - checked in Lockfile()
123 Byte tmpByte = (Byte) e.nextElement(); in getByte() local124 s = s + tmpByte + " "; in getByte()125 cellRefArray[i] = tmpByte.byteValue(); in getByte()
1820 SVBT8 tmpByte; in WriteBmp() local1828 ByteToSVBT8(n, tmpByte); \ in WriteBmp()1829 if ((rOut.Write(tmpByte, sizeof(SVBT8))) != sizeof(SVBT8)) goto error; in WriteBmp()
Completed in 23 milliseconds