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