Searched refs:bufIndex (Results 1 – 7 of 7) sorted by relevance
123 unsigned bufIndex; in ThreadFunc2() local202 bufIndex = (unsigned)(int)-1; in ThreadFunc2()237 bufIndex = mtc->freeBlockHead; in ThreadFunc2()238 mtc->freeBlockHead = mtc->freeBlockList[bufIndex]; in ThreadFunc2()241 res = mtc->mtCallback->Code(mtc->mtCallbackObject, t->index, bufIndex, in ThreadFunc2()253 block->bufIndex = bufIndex; in ThreadFunc2()284 if (res == SZ_OK && bufIndex != (unsigned)(int)-1) in ThreadFunc2()286 res = mtc->mtCallback->Write(mtc->mtCallbackObject, bufIndex); in ThreadFunc2()301 if (bufIndex != (unsigned)(int)-1) in ThreadFunc2()303 mtc->freeBlockList[bufIndex] = mtc->freeBlockHead; in ThreadFunc2()[all …]
69 unsigned bufIndex; member
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()
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()
722 const gl_buffer_index bufIndex = u_bit_scan(&destMask0); in _mesa_drawbuffers() local723 if (fb->_ColorDrawBufferIndexes[count] != bufIndex) { in _mesa_drawbuffers()725 fb->_ColorDrawBufferIndexes[count] = bufIndex; in _mesa_drawbuffers()736 gl_buffer_index bufIndex = ffs(destMask[buf]) - 1; in _mesa_drawbuffers() local739 if (fb->_ColorDrawBufferIndexes[buf] != bufIndex) { in _mesa_drawbuffers()741 fb->_ColorDrawBufferIndexes[buf] = bufIndex; in _mesa_drawbuffers()
165 int32_t bufIndex=0; in map() local167 for(;bufIndex<bufLen;){ in map()168 U16_NEXT(buffer, bufIndex, bufLen, ch); in map()