Searched refs:ch3 (Results 1 – 1 of 1) sorted by relevance
97 int ch3 = tmp[count] & 0xff; in readInt() local99 return ((ch0 << 24) + (ch1 << 16) + (ch2 << 8) + (ch3)); in readInt()
Completed in 14 milliseconds