Searched refs:countVal (Results 1 – 1 of 1) sorted by relevance
529 uint32_t countVal, countMask; in iPktTimestamp() local532 extractContField(m_currPacketData, idx, countVal, 3); // only 3 possible count bytes. in iPktTimestamp()534 countVal &= countMask; in iPktTimestamp()535 m_curr_packet.setCycleCount(countVal); in iPktTimestamp()