Lines Matching defs:currentCount
1555 UINT64 currentCount = gr.commitCounter;
1576 t1 = (UINT16)currentCount;
1582 currentCount = currentCount - (COMMIT_INDEX_MASK + 1);
1583 t1 = (UINT16)currentCount;
1588 currentCount = (currentCount & 0xffffffffffff0000) | *c;
1591 cntr.t.size = sizeof(currentCount);
1592 UINT64_TO_BYTE_ARRAY(currentCount, cntr.t.buffer);