Searched refs:bufIndex (Results 1 – 6 of 6) sorted by relevance
33 private int bufIndex; field in Checker71 bufIndex = 0; in resetCounts()104 bufIndex = 0; in nextBuffer()118 if (bufIndex >= bufMax) { in nextChar()122 return buffer[bufIndex++]; in nextChar()
50 private int bufIndex; field in StatisticsTool100 bufIndex = 0; in StatisticsTool()116 bufIndex = 0; in nextBuffer()123 if (bufIndex >= bufMax) { in nextChar()131 return buffer[bufIndex++]; in nextChar()
108 int bufIndex = 0; in toHexString() local112 buf[bufIndex++] = HEX_DIGITS[(b >>> 4) & 0x0F]; in toHexString()113 buf[bufIndex++] = HEX_DIGITS[b & 0x0F]; in toHexString()
634 const int bufIndex = u_bit_scan(&destMask0); in _mesa_drawbuffers() local635 if (fb->_ColorDrawBufferIndexes[count] != bufIndex) { in _mesa_drawbuffers()637 fb->_ColorDrawBufferIndexes[count] = bufIndex; in _mesa_drawbuffers()648 GLint bufIndex = ffs(destMask[buf]) - 1; in _mesa_drawbuffers() local651 if (fb->_ColorDrawBufferIndexes[buf] != bufIndex) { in _mesa_drawbuffers()653 fb->_ColorDrawBufferIndexes[buf] = bufIndex; in _mesa_drawbuffers()
555 byte bufIndex = (byte) 0x00FF; in bluetoothConnectionThroughputRead()567 bufIndex = readBuf[j]; in bluetoothConnectionThroughputRead()569 bufIndex++; in bluetoothConnectionThroughputRead()570 if (bufIndex != readBuf[j]) { in bluetoothConnectionThroughputRead()572 + "Expected=" + bufIndex + ", read=" + readBuf[j]); in bluetoothConnectionThroughputRead()575 + bufIndex + ", read=" + readBuf[j]); in bluetoothConnectionThroughputRead()578 Log.d("bluetoothConnectionThroughputRead: First byte=" + bufIndex); in bluetoothConnectionThroughputRead()
165 int32_t bufIndex=0; in map() local167 for(;bufIndex<bufLen;){ in map()168 U16_NEXT(buffer, bufIndex, bufLen, ch); in map()